- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Fiber channel driver
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
03-11-2008 05:15 AM
03-11-2008 05:15 AM
Is there a command that will show me the driver, firmware etc.. for my HBA's?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2008 05:18 AM
03-11-2008 05:18 AM
Solutionman fcmsutil
example:
# fcmsutil /dev/fcd0
# fcmsutil /dev/fcd0 vpd
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
03-11-2008 05:29 AM
03-11-2008 05:29 AM
Re: Fiber channel driver
#ioscan -fn |grep -i fc
find number of fc cards and fc device id,s(ex: fcd0, fcd1 etc)
#fcmsutil /dev/fcd0
It will show hba details
Make sure that for proper driver .
U will get in fiber channel 0,1,2. this will avail in application software media /dvd.
regards,
SHR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2008 05:38 AM
03-11-2008 05:38 AM
Re: Fiber channel driver
root@hostname:/>ioscan -fn | grep -i fc
fc 0 0/3/1/0 td CLAIMED INTERFACE HP Tachyon XL2 Fibre Channel Mass Storage Ad
apter
fcp 3 0/3/1/0.97 fcp CLAIMED INTERFACE FCP Domain
ext_bus 9 0/3/1/0.97.9.19.0 fcparray CLAIMED INTERFACE FCP Array Interface
ext_bus 10 0/3/1/0.97.9.255.1 fcpdev CLAIMED INTERFACE FCP Device Interface
fc 1 0/3/2/0 td CLAIMED INTERFACE HP Tachyon XL2 Fibre Channel Mass Storage Ad
apter
fcp 2 0/3/2/0.97 fcp CLAIMED INTERFACE FCP Domain
ext_bus 7 0/3/2/0.97.8.19.0 fcparray CLAIMED INTERFACE FCP Array Interface
ext_bus 8 0/3/2/0.97.8.255.1 fcpdev CLAIMED INTERFACE FCP Device Interface
root@hostname:/>fcmsutil /dev/fc0
Error: This device file does not belong to TD / FCD.
root@hostname:/>fcmsutil /dev/fcd0
Error: This device file does not belong to TD / FCD.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2008 05:41 AM
03-11-2008 05:41 AM