1855696 Members
5214 Online
104103 Solutions
New Discussion

World Wide Name

 
Sandra R.
Occasional Contributor

World Wide Name

How do you find on Hp server? Thanks
10 REPLIES 10
Michael Tully
Honored Contributor

Re: World Wide Name

# ioscan -fnkC | grep td
Use the /dev/td0 etc to get the in put for this.
# /opt/fcms/bin/fcmsutil /dev/td?
Anyone for a Mutiny ?
Dave Hutton
Honored Contributor

Re: World Wide Name

On the new servers we just got in had it printed on a sticker on the card itself. You can see it without cracking the case of your server though. Otherwise:
#fcmsutil /dev/td0


Vendor ID is = 0x00103c
Device ID is = 0x001029
XL2 Chip Revision No is = 2.3
PCI Sub-system Vendor ID is = 0x00103c
PCI Sub-system ID is = 0x00128c
Topology = PTTOPT_FABRIC
Link Speed = 2Gb
Local N_Port_id is = 0x010800
N_Port Node World Wide Name = 0x50060b00001e74cf
N_Port Port World Wide Name = 0x50060b00001e74ce
Driver state = ONLINE
Hardware Path is = 0/0/10/0/0
Number of Assisted IOs = 3089
Number of Active Login Sessions = 1
Dino Present on Card = NO
Maximum Frame Size = 960
Driver Version = @(#) PATCH_11.11: libtd.a : Jun 28 2002, 11:08:35, PHSS_26799

Jeff Schussele
Honored Contributor

Re: World Wide Name

Hi Sandra,

To detrmine the WWN of your fibre channel adapters do the following:

1) ioscan -fnC
Look under the "I" column for instance number. Then this will be combined with the driver "td" for the next command

2) fcmsutil /dev/tdX
Where X=td instance. The output of this will give you the WWN in the "N_Port Node World Wide Name = " line.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Jeff Schussele
Honored Contributor

Re: World Wide Name

Hi Sandra,

To detrmine the WWN of your fibre channel adapters do the following:

1) ioscan -fnC fc
Look under the "I" column for instance number. Then this will be combined with the driver "td" for the next command

2) fcmsutil /dev/tdX
Where X=td instance. The output of this will give you the WWN in the "N_Port Node World Wide Name = " line.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Uday_S_Ankolekar
Honored Contributor

Re: World Wide Name

fcmsutil would show you this.

/opt/fcms/bin/fcmsutil /dev/devname should give you the world-wide name

-USA..
Good Luck..
Jeff Schussele
Honored Contributor

Re: World Wide Name

Sorry for the double posts. I left the "fc" out of the ioscan command in the first.

Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Michael Tully
Honored Contributor

Re: World Wide Name

Dumb of me not to mention, but if your contemplating zoning, the number your after is the port world wide name.

Vendor ID is = 0x00103c
Device ID is = 0x001028
TL Chip Revision No is = 2.3
PCI Sub-system Vendor ID is = 0x00103c
PCI Sub-system ID is = 0x000006
Topology = PTTOPT_FABRIC
Local N_Port_id is = 0x021900
N_Port Node World Wide Name = 0x50060b000007b455
N_Port Port World Wide Name = 0x50060b000007b454
Driver state = ONLINE
Hardware Path is = 0/0/6/0/0
Number of Assisted IOs = 13025470
Number of Active Login Sessions = 1
Anyone for a Mutiny ?
Robert Kerr
Advisor

Re: World Wide Name

fcmsutil Will output the WWN

/opt/fcms/bin/fcmsutil /dev/[device file driver]


-- you can find the device driver with:

/usr/sbin/ioscan -fnC lan or

/usr/sbin/ioscan -fnC fc (fibre)



Sandra R.
Occasional Contributor

Re: World Wide Name

Thanks a bunch guys!
Sridhar Bhaskarla
Honored Contributor

Re: World Wide Name

Hi,

The device name is really dependent on what cards you have. For tachyon type cards, it is /dev/td*, for simple fiber channel mass storage it is
/dev/fcms*

So you do a "ll /dev/td* /dev/fc*' to find out the devices and then run fcmsutil or tdutil on them.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try