1753971 Members
7861 Online
108811 Solutions
New Discussion юеВ

Re: fcmsutil

 
zsujith
Frequent Advisor

fcmsutil

Hi,

Which option in fcmsutil command will give me the model details of the Fibre Card.

Regards
"The most wasted day is that in which we have not laughed."
9 REPLIES 9
Torsten.
Acclaimed Contributor

Re: fcmsutil

example

# 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!   
Torsten.
Acclaimed Contributor

Re: fcmsutil

Note: the command is not supported on all the (older) cards, but here is an example output:

# 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

Engineering Date Code : A-4713

Part Serial number : JP1234567

Misc. Information : PW=7.5W;PCI=66MHZ;PCI-X=266MHZ

Mfd. Date : 4747

Mfd. ID : AB378-60101

Check Sum : 0x1e

EFI version : 01.09

ROM Firmware version : 04.00.90

BIOS version : 01.26

FCODE version : 01.17

Asset Tag : NA


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!   
Ron Lawson_1
Trusted Contributor

Re: fcmsutil

Note that there is a slight difference between the hardware part number displayed in the VPD output and the orderable model number. In the example above, the part number is AB378-60101, which maps to the AB378B card.

In some cases, the mapping between hardware part and orderable product is not obvious, such as in the case of blade mezzanine cards.

I'm attaching a document which shows the mapping for all supported HP-UX fibre channel cards.
Doug Burton
Respected Contributor

Re: fcmsutil

You can try this...

SCAN=`ioscan -fnC fc | grep -i "/dev"`

for x in $SCAN
do
echo "\nInfo for card: $x \n`/opt/fcms/bin/fcmsutil $x`\n"
done
Murat SULUHAN
Honored Contributor

Re: fcmsutil

Hi Ron

Which URL address did you get this pdf document?

Best Regards
Murat
Murat Suluhan
Murat SULUHAN
Honored Contributor
Ron Lawson_1
Trusted Contributor

Re: fcmsutil

The document I supplied has not been previously published anywhere before. Would you like to see this information published? We have the HP-UX Supported I/O Cards Matrix document at http://docs.hp.com/en/netcom.html (click on IO Cards and then on the HTML document) which could be used for this information.

Would you like to see that document updated with some of this information? Which part of the PDF is most important?
zsujith
Frequent Advisor

Re: fcmsutil

Thankyou All
"The most wasted day is that in which we have not laughed."
Torsten.
Acclaimed Contributor

Re: fcmsutil

Please read this too:

http://forums11.itrc.hp.com/service/forums/helptips.do?#33

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!