Wednesday 23 November 2011

How to view EMC Luns in hp Unix Server??

To view the EMC Luns on unix server

#powermt device=all" -> For EMC - Clarion (if powerpath installed)

(or)

#syminq -> For EMC - SySmetrics


Once LUNS assigned use the below commands

#ioscan -fn
# insf -e
# ioscan -fnC disk

#cd /dev/rdsk
#ls -lrt -> It will show the newly created device files with current timestamps.

2. one more option

#symcfg discover
#insf -e
#ioscan -fnC disk > ioscan.disk
#symdev list | more

(or)

#syminq | grep -i

No comments:

Post a Comment