1826567 Members
3519 Online
109695 Solutions
New Discussion

fcmsutil

 
juan ramos_1
Advisor

fcmsutil

Hi all
I have a RP4440 with a6795a fc HBA, people from EMC are asking me about the firmware version of the hba, whith the command fcmsutil a get :

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 = 1Gb
Local N_Port_id is = 0x6c1a13
N_Port Node World Wide Name = 0x50060b0000254d39
N_Port Port World Wide Name = 0x50060b0000254d38
Driver state = ONLINE
Hardware Path is = 0/5/2/0
Number of Assisted IOs = 837748263
Number of Active Login Sessions = 1
Dino Present on Card = NO
Maximum Frame Size = 896
Driver Version = @(#) PATCH_11.11: libtd.a : Jun 28 2002, 11:08:35, PHSS_26799


I would like to know what make reference to firmware in this output or there are another way ?

thanks

Juan Ramos
8 REPLIES 8
Chris Vail
Honored Contributor

Re: fcmsutil

The best way to get this data is with stm or xstm.
Uday_S_Ankolekar
Honored Contributor

Re: fcmsutil

The Chip Revision Number
Good Luck..
RAC_1
Honored Contributor

Re: fcmsutil

XL2 Chip Revision No is = 2.3
There is no substitute to HARDWORK
Sandman!
Honored Contributor

Re: fcmsutil

Juan,

RAC pointed this out in his reply and another way to do the same using cstm is:

# echo "sel path 0/5/2/0;info;wait;il;exit" | cstm | egrep -i "(major|minor) revision

The output of the above command will show the major and minor revision numbers of your HBA. Concatenating the two gives the chip revision number .. Should match line 3 of fcmsutil output.
XL2 Chip Revision No is = 2.3


cheers!
Sreedhar Nathani
Valued Contributor

Re: fcmsutil

Hi Juan,

Try this command
#fxmsutil /dev/td0 vpd

** a sample output
V I T A L P R O D U C T D A T A
--------- ------------- -------

Product Discription :'A6795A 2Gbps/1Gbps Fibre Channel 4X PCI HBA'
Part number :'A6795-62001'
Engineering Date Code :'B-4322'
Part Serial number :'A56A00151392'
Misc. Information :'PW=15W'
Mfd. Date :'A-4302'
Check Sum : 0x5b
EFI version : '001.10'
Asset Tag :'NA'

Hope this helps
Cem Tugrul
Esteemed Contributor

Re: fcmsutil

Hi Juan,

Also have a look at the link below;

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=946339

Good Luck,
Our greatest duty in this life is to help others. And please, if you can't
Mahesh Kumar Malik
Honored Contributor

Re: fcmsutil

Hi Juan

Chip revision number is Firmware No. You may also verify using cstm or mstm utilities

Regards
Mahesh
juan ramos_1
Advisor

Re: fcmsutil

Thanks all for helping