Showing posts with label EMC. Show all posts
Showing posts with label EMC. Show all posts

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

WWN number for FC card in HP UX ?

Issue the command # ioscan -fnC FC

Get the device path for the desire FC.

e.g. /dev/fcd0

Issue the command

# fcmsutil /dev/fcd0

Look for the line below.

N_Port Port WWN:

That will be your WWN for that FC card

Get the WWN number in EFI shell ??

Use the below commands to get the FC card details like WWN number..


shell > reconnect -r
shell> drvcfg -----> it will scan and list all the hardware details..
shell> drvcfg -s


Then you need to select fc card and enter. Now you can get WWN number
and other details about the FC card.