- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: WWN of a Fibre Channel adapter
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
11-24-2003 11:18 AM
11-24-2003 11:18 AM
Thanks,
Ross
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 11:33 AM
11-24-2003 11:33 AM
Solution# ioscan -fnk >/tmp/wrk
# vi /tmp/wrk (and look for the /dev/tdX devices)
the run
# /opt/fcms/bin/fcmsutil /dev/td? (for each one. You'll get something like this. The correct WWN is '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 = 0x011200
N_Port Node World Wide Name = 0x50060b00000af3f9
N_Port Port World Wide Name = 0x50060b00000af3f8
Driver state = ONLINE
Hardware Path is = 0/0/8/0/0
Number of Assisted IOs = 6467044
Number of Active Login Sessions = 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 12:20 PM
11-24-2003 12:20 PM
Re: WWN of a Fibre Channel adapter
Other way to get the wwn of adapter is to login to the switch to which this adapter is connected and do a switchshow, or nsshow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 07:54 PM
11-24-2003 07:54 PM
Re: WWN of a Fibre Channel adapter
Through stm tool u can get the information
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 01:45 AM
11-26-2003 01:45 AM
Re: WWN of a Fibre Channel adapter
First do an ioscan -fn to get the device of the fiber channel HBAs, it will be something like /dev/td1.
then execute the command:
fcmsutil /dev/td1
It will giv output similar to what's listed below. Take the last character off to get the WWN.
Vendor ID is = 0x00103c
Device ID is = 0x001028
PCI Sub-system Vendor ID is = 0x00103c
PCI Sub-system ID is = 0x000006
Topology = PTTOPT_FABRIC
Local N_Port_id is = 0x210c13
N_Port Node World WideName=0x50060b00000838db
N_Port Port World WideName=0x50060b00000838da
Driver state = ONLINE
Hardware Path is = 0/5/0/0
Number of Assisted IOs = 1979710
Number of Active Login Sessions = 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 01:59 AM
11-26-2003 01:59 AM
Re: WWN of a Fibre Channel adapter
make -f makefile.demo (compiles snia_demo.c), run the resuting executable and you should have what you'll need.. I hav ebeen so far successful in compiling it on aCC compiler.
If what you want is your HBA's properties, then fcmsutil or tdutil will do.
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 02:13 AM
11-26-2003 02:13 AM
Re: WWN of a Fibre Channel adapter
-Josh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 01:35 AM
09-10-2004 01:35 AM