- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- World Wide Name
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 07:54 AM
01-27-2004 07:54 AM
World Wide Name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 07:59 AM
01-27-2004 07:59 AM
Re: World Wide Name
Use the /dev/td0 etc to get the in put for this.
# /opt/fcms/bin/fcmsutil /dev/td?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 08:01 AM
01-27-2004 08:01 AM
Re: World Wide Name
#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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 08:02 AM
01-27-2004 08:02 AM
Re: World Wide Name
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 08:02 AM
01-27-2004 08:02 AM
Re: World Wide Name
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 08:02 AM
01-27-2004 08:02 AM
Re: World Wide Name
/opt/fcms/bin/fcmsutil /dev/devname should give you the world-wide name
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 08:03 AM
01-27-2004 08:03 AM
Re: World Wide Name
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 08:03 AM
01-27-2004 08:03 AM
Re: 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 08:16 AM
01-27-2004 08:16 AM
Re: World Wide Name
/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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 08:40 AM
01-27-2004 08:40 AM
Re: World Wide Name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 10:27 AM
01-27-2004 10:27 AM
Re: World Wide Name
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