Operating System - HP-UX
1753701 Members
4811 Online
108799 Solutions
New Discussion юеВ

Re: Possible to get hardware sub-model (xxxx-69001) with OS commands?

 
SOLVED
Go to solution
mvpel
Trusted Contributor

Possible to get hardware sub-model (xxxx-69001) with OS commands?

Hello there,

You may have heard that the A6795-69001 2GB Fibre Channel card is subject to some manner of recall by HP, though probably not since it only applies to a very limited subset of replacement parts.

What I'm wondering is whether there's a way to identify this level of part number, -69001 as opposed to -62001, with OS commands, rather than physically inspecting the card.

I doubt it, but I figured I'd ask anyway. Thanks!
3 REPLIES 3
Turgay Cavdar
Honored Contributor

Re: Possible to get hardware sub-model (xxxx-69001) with OS commands?

Hi,
Did you try ioscan -funC fc ? In "Description" column, there may be part number...
Patrick Wallek
Honored Contributor
Solution

Re: Possible to get hardware sub-model (xxxx-69001) with OS commands?

Use the fcmsutil command with the 'vpd' argument. The syntax is: fcmsutil /dev/td? vpd

For example (from one of my servers - with some slight reformatting of the data):

# fcmsutil /dev/td0 vpd
VITAL PRODUCT DATA
Product Discription :'A6795A 2Gbps/1Gbps Fibre Channel 4X PCI HBA'
Part number :'A6795├в 62001'
Engineering Date Code :'A├в 4142'
Part Serial number :'A56302093457'
Misc. Information :'PW=15W'
Mfd. Date :'A├в 4148'
Check Sum : 0x3d
EFI version : '000000'
Asset Tag :'NA'
mvpel
Trusted Contributor

Re: Possible to get hardware sub-model (xxxx-69001) with OS commands?

Perfection! Thanks so much!