- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to get WWID's
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-18-2005 05:05 AM
тАО10-18-2005 05:05 AM
How to get WWID's
Now we will not have these utilities available. So the question is, how do you get the wwid's for each hba on a Superdome Complex without using these utilities? No nPars or vPars created yet. Just a brand new box with console access. I cannot find anything in the EFI shell that provides this.
Worst case, which I find completely unacceptable, would be to attach a local disk, build an OS on it, and attach all the hw to this nPAR. Then use HP/UX fcdutil command to get the wwid's for all the hba's. Then tear it all down and start building.
Also, this whole thing will be vPared as well. So we'll have to build vPar's on top of nPar's, while building multiple copies of HP/UX on all the SAN boot disks for each vpar.
Anybody been down this road before?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2005 05:11 AM
тАО10-18-2005 05:11 AM
Re: How to get WWID's
on a booted system, run
ioscan -fnCfc
to get the FC HBAs and now run
fcmsutil /dev/td0 (and so on)
to get the port wwn, or have a look on the switch port information.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2005 05:21 AM
тАО10-18-2005 05:21 AM
Re: How to get WWID's
A simple script to achieve this. Run this in your system.
WWN detail will be colected in tmp/WWN.txt
#!/usr/bin/sh
#Syam
>/tmp/WWN.txt
touch /tmp/WWN.txt
for i in `ioscan -funCfc|grep dev`
do
echo "">>/tmp/WWN.txt
echo " WWN for $i">>/tmp/WWN.txt
echo "-----------------------">>/tmp/WWN.txt
fcmsutil $i|grep -i "World Wide Name">>/tmp/WWN.txt
done
Hope this helps.
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2005 05:25 AM
тАО10-18-2005 05:25 AM
Re: How to get WWID's
To start, check the "Finding Bootable Devices (EFI Shell)" section in the HP System Partitions Guide: Administration for nPartitions at http://docs.hp.com/en/5991-1132/index.html
You may not have bootable devices on the SAN yet, but from EFI you may be able to see the WWIDs from the "map" command there.
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2005 05:33 AM
тАО10-18-2005 05:33 AM
Re: How to get WWID's
EFI search command does not provide wwid's of the hba's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2005 05:48 AM
тАО10-18-2005 05:48 AM
Re: How to get WWID's
if hp is going to create more then one partition, they will need to have an OS installed to do so. In which case, you'd think for the money your paying it wouldn't be to much trouble for them to run a couple of commands and tell you the wwid's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2005 05:53 AM
тАО10-18-2005 05:53 AM
Re: How to get WWID's
Yes HP will always help you to find out the info. As a Superdome indtallation HP themselves will be interested to keep such datya with them. So no hard trys required. HP will get it for you.
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2005 05:59 AM
тАО10-18-2005 05:59 AM
Re: How to get WWID's
and i don't know if this applies to EFI but in the BCH you can get the io information which does provide the device id. I don't know how helpful that will be
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2005 06:04 AM
тАО10-18-2005 06:04 AM
Re: How to get WWID's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2005 01:26 AM
тАО10-19-2005 01:26 AM
Re: How to get WWID's
Aren't the WWIDs printed on a sticker on each card? Maybe you could look on the card itself. Or, maybe the WWIDs were on the shipping invoice or the receiving paperwork when the dome was delivered?
If you haven't received it yet, have HP provide the WWIDs.
Short of this, I'd say load a quickie technical load of HP-UX on local disk and boot it up just to run fcmsutil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2005 01:31 AM
тАО10-19-2005 01:31 AM
Re: How to get WWID's
http://docs.hp.com/en/A6826-96007/A6826-96007.pdf
Awadhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2006 11:55 AM
тАО03-30-2006 11:55 AM
Re: How to get WWID's
Shell> reconnect -r
Shell> drivers
-- find the fc driver number
Shell> drvcfg
-- this shows all fibre channel cards/ports and their associated controller number.
Shell> drvcfg -s
From this menu system you can retrieve your WWN's for each card/port.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2006 12:11 PM
тАО03-30-2006 12:11 PM
Re: How to get WWID's
Here's my output:
Shell> drvcfg 39
Configurable Components
Drv[39] Ctrl[86] Lang[eng]
Drv[39] Ctrl[8A] Lang[eng]
Drv[39] Ctrl[8E] Lang[eng]
Drv[39] Ctrl[92] Lang[eng]
Drv[39] Ctrl[9C] Lang[eng]
Drv[39] Ctrl[A0] Lang[eng]
Shell> drvcfg -s 39 86
Set Configuration Options
Drv[39] Ctrl[86] Lang[eng]
NOTE: Redirecting console output may cause test failures and is not recommended
Adapter Path: Acpi(PNP0002,082A)/Pci(01|00)/Pci(04|00)
eficfg> info
Adapter Path: Acpi(PNP0002,082A)/Pci(01|00)/Pci(04|00)
Adapter WWN: 50060B00003C9342
Adapter SN: 3C9342
Adapter ID:
Shell> drvcfg -s 39 8A
Set Configuration Options
Drv[39] Ctrl[8A] Lang[eng]
NOTE: Redirecting console output may cause test failures and is not recommended
Adapter Path: Acpi(PNP0002,083F)/Pci(01|00)/Pci(04|00)
eficfg> info
Adapter Path: Acpi(PNP0002,083F)/Pci(01|00)/Pci(04|00)
Adapter WWN: 50060B00003C932E
Adapter SN: 3C932E
Adapter ID:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2006 09:34 AM
тАО03-31-2006 09:34 AM
Re: How to get WWID's
I've done it before. Two SD32 (2 Npars/12 Vpars) on an XP1024. No disk attached to servers.
What we have done is to planned our configuration before (WWN<-->HW PAth); give to each vpar these IO cards (lan,FC,SCSI) and after on the SAN put only the boot disks attached to the host group(array security mechanism with WWN). The servers in the hosts group can only see the disk which are in it, no other. The vpars were assigned by two in each group (MC/SG config) so each vpar would see only 4 disks. We installed the first on it's two disks. After we have installed vpar manager, created the vpars and restarted the Npar as an vpar. Boot the second on the last 2 disks and launch the installation process from an ignite server. This again and again...
Once all the servers were installed we have started to put the application's disks into hosts group (WWN security) and start the installations.
For me if all is in the preparation.
Hope this helps
Kenavo
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2006 10:04 AM
тАО09-07-2006 10:04 AM
Re: How to get WWID's
type 'search all' and 'map -r'
Shell> search all
HP 2Port 2Gb Fibre Channel Adapter (driver 1.49 Beta5, firmware 3.03.154)
Broadcom NetXtreme Gigabit Ethernet (BCM5703) is detected (PCI-X)
Scsi(Pun8,Lun0) HP 36.4GMAP3367NC HPC7 (160 MBytes/sec)
...
HP 2Port 2Gb Fibre Channel Adapter (driver 1.49 Beta5, firmware 3.03.154)
HP 2Port 2Gb Fibre Channel Adapter (driver 1.49 Beta5, firmware 3.03.154)
...
Shell> map -r
Device mapping table
fs0 : Acpi(HWP0002,PNP0A03,1)/Pci(1|0)/Pci(4|0)/Fibre(WWN22000004CF36261A,Lun0)/HD(Part1,Sig57ED1214-27B8-11DB-8002-D6217B60E588)
fs1 : Acpi(HWP0002,PNP0A03,1)/Pci(1|0)/Pci(4|0)/Fibre(WWN22000004CF36261A,Lun0)/HD(Part3,Sig57ED1278-27B8-11DB-8004-D6217B60E588)
blk0 : Acpi(HWP0002,PNP0A03,1)/Pci(1|0)/Pci(4|0)/Fibre(WWN2200000C5073BFB2,Lun0)
blk1 : Acpi(HWP0002,PNP0A03,1)/Pci(1|0)/Pci(4|0)/Fibre(WWN22000004CF36261A,Lun0)
You can also derive some of the path HPUX might assign. The last one looks like
0/0/1/1/0/4/0.?.?.?...
Haven't found a doc that can tell me how to do the conversion for fibre yet though.