EMC Luns in hp Unix Server :How to view?


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 <EMC disk #>

Post a Comment

1 Comments