Operating System - HP-UX
1758037 Members
2471 Online
108867 Solutions
New Discussion юеВ

Re: HBA Information in HP-UX

 
SOLVED
Go to solution
apple
Super Advisor

HBA Information in HP-UX

Dear HPUX Gurus,
How can I get the HBA driver version and model in HPUX Server? I don't know how to use the fcmutil command to get the ouput.
Attached is the output of our ioscan.
looking forward for your awaiting reply.
many thanks in advance. thank you.
2 REPLIES 2
d_bachelor01
Frequent Advisor
Solution

Re: HBA Information in HP-UX

Hi,
Try this...


# ioscan -fnC fc
Class I H/W Path Driver S/W State H/W Type Description
=================================================================
fc 0 0/3/1/0 td CLAIMED INTERFACE HP Tachyon XL2 Fibre Channel Mass Storage Adapter
/dev/td0
fc 1 0/4/1/0 td CLAIMED INTERFACE HP Tachyon XL2 Fibre Channel Mass Storage Adapter
/dev/td1

# 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 = 0x615c13
N_Port Node World Wide Name = 0x500110a00011b817
N_Port Port World Wide Name = 0x500110a00011b816
Driver state = ONLINE
Hardware Path is = 0/3/1/0
Number of Assisted IOs = 2623935
Number of Active Login Sessions = 1
Dino Present on Card = NO
Maximum Frame Size = 2048
Driver Version = @(#) libtd.a HP Fibre Channel Tachyon XL2 Driver B.11.23.0706 $Date: 2007/03/09 12:44:45 $Revision: r11.23/4

Regards,
-jef
Torsten.
Acclaimed Contributor

Re: HBA Information in HP-UX

Example for the command to get the model:

# # fcmsutil /dev/fcd0 vpd
V I T A L P R O D U C T D A T A
--------- ------------- -------

Product Description : HP PCI-X 2.0 4Gb Fibre Channel HBA

Part number : AB378-60101

...

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!