- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to find the Fiber channel card's WWN number in...
Operating System - Linux
1820277
Members
2727
Online
109622
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-13-2009 03:32 AM
тАО11-13-2009 03:32 AM
How to find the Fiber channel card's WWN number in Redhat Linux
Hi Team,
I have one redhat Linux box (HP DL580G5). Now I am in a need for connecting SAN disks to this serer. Can anyone tell me that how can check that is there any Fiber card installed on the server and if installed how can we find out the wwn number for that card. I am not good in Linux I am basically from HP-UX support team.
Thank in advance..
Ratheesh
I have one redhat Linux box (HP DL580G5). Now I am in a need for connecting SAN disks to this serer. Can anyone tell me that how can check that is there any Fiber card installed on the server and if installed how can we find out the wwn number for that card. I am not good in Linux I am basically from HP-UX support team.
Thank in advance..
Ratheesh
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2009 04:13 AM
тАО11-13-2009 04:13 AM
Re: How to find the Fiber channel card's WWN number in Redhat Linux
That's a coincidence, I just posted an answer to the same question in another thread here, so I can just cut 'n paste ...
On Redhat 5 do:
# systool -c fc_host -v
If you want to see info about the WWIDs on the other end of your link do:
# systool -c fc_transport -v
Another useful tip: you can use the port_id number to find out the Domain ID and port number of the FC Switch you're connected to. The first two numbers are the ID and the next two the port. Just convert from hex to decimal. e.g.
port_id = "0x2C1100"
# bc
ibase=16
2C
44 <-- domain ID
11
17 <-- port number
There are a couple of Redhat knowledgebase articles on this subject you might like to read too.
http://kbase.redhat.com/faq/docs/DOC-19446
http://kbase.redhat.com/faq/docs/DOC-19446
http://kbase.redhat.com/faq/docs/DOC-9937
On Redhat 5 do:
# systool -c fc_host -v
If you want to see info about the WWIDs on the other end of your link do:
# systool -c fc_transport -v
Another useful tip: you can use the port_id number to find out the Domain ID and port number of the FC Switch you're connected to. The first two numbers are the ID and the next two the port. Just convert from hex to decimal. e.g.
port_id = "0x2C1100"
# bc
ibase=16
2C
44 <-- domain ID
11
17 <-- port number
There are a couple of Redhat knowledgebase articles on this subject you might like to read too.
http://kbase.redhat.com/faq/docs/DOC-19446
http://kbase.redhat.com/faq/docs/DOC-19446
http://kbase.redhat.com/faq/docs/DOC-9937
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2009 05:25 AM
тАО11-13-2009 05:25 AM
Re: How to find the Fiber channel card's WWN number in Redhat Linux
Some other resources that you're going to need:
Drivers and software downloads for the DL580 G5 are here. Just pick your Linux distro/version:
http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?prodNameId=3562405тМй=en&cc=us&taskId=135&prodClassId=-1&prodTypeId=15351&prodSeriesId=3454575
You're also going to need the HP Device Mapper Multipath enablement kit. This populates multipath.conf with the correct information for talking to HP SAN Storagework Arrays.
http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?prodNameId=3559652тМй=en&cc=us&taskId=135&prodTypeId=12169&prodSeriesId=3559651
Oh, and make sure you install lsscsi as well so you can see what device LUNs are visible over the different FC HBA scsi hosts.
# yum install lsscsi
dm-multipath will combine these to present a single multipath device in /dev/mapper.
You have some learning to do. Have fun :)
Drivers and software downloads for the DL580 G5 are here. Just pick your Linux distro/version:
http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?prodNameId=3562405тМй=en&cc=us&taskId=135&prodClassId=-1&prodTypeId=15351&prodSeriesId=3454575
You're also going to need the HP Device Mapper Multipath enablement kit. This populates multipath.conf with the correct information for talking to HP SAN Storagework Arrays.
http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?prodNameId=3559652тМй=en&cc=us&taskId=135&prodTypeId=12169&prodSeriesId=3559651
Oh, and make sure you install lsscsi as well so you can see what device LUNs are visible over the different FC HBA scsi hosts.
# yum install lsscsi
dm-multipath will combine these to present a single multipath device in /dev/mapper.
You have some learning to do. Have fun :)
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP