Operating System - HP-UX
1753789 Members
7576 Online
108799 Solutions
New Discussion юеВ

Re: How to get Part Number of a disk? (HPUX)

 
Daniel Leiva
Advisor

How to get Part Number of a disk? (HPUX)

Hello Everybody.

Is possible to get the Part number information from a Scsi or Sas disk, by SO Commands?

Regards
Daniel
There was a very poor man, so poor that all he had was money.
10 REPLIES 10
James R. Ferguson
Acclaimed Contributor

Re: How to get Part Number of a disk? (HPUX)

Hi:

# diskinfo /dev/rdsk/cXtYdZ

# diskinfo /dev/rdisk/disk

Regards!

...JRF...
Daniel Leiva
Advisor

Re: How to get Part Number of a disk? (HPUX)

Hello James.

But, diskinfo shows "product id" with a valor like: BD3008A4C6

And part-number (or spare number) is different. Is a valor like: 404701-001


Regards...
There was a very poor man, so poor that all he had was money.
Jim Walls
Trusted Contributor

Re: How to get Part Number of a disk? (HPUX)

All the information you need for a new device is there!

BD3008A4C6 is a 300Gb HP Compaq SCSI disk; that is the part number.

You can get the same information, but not much more, using stm (or cstm)

madhuchakkaravarthy
Trusted Contributor

Re: How to get Part Number of a disk? (HPUX)

hi
!as james said u can use diskinfo apart from that u have to check it physically.
Regards
Mc
singh sanjeev
Trusted Contributor

Re: How to get Part Number of a disk? (HPUX)



#diskinfo /dev/rdsk/c?t?d?
Sanjeev Singh
Torsten.
Acclaimed Contributor

Re: How to get Part Number of a disk? (HPUX)

Diskinfo will show the disk model, not a part number:

# diskinfo -v /dev/rdsk/c3t0d0
SCSI describe of /dev/rdsk/c3t0d0:
vendor: HP 73.4G
product id: ST373453LC


Most disks do not store the HP part number, so the easiest way is to pull and read the sticker.

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!   
Daniel Leiva
Advisor

Re: How to get Part Number of a disk? (HPUX)

So, there is no hpux command to get this info?

Regards.
Daniel
There was a very poor man, so poor that all he had was money.
Torsten.
Acclaimed Contributor

Re: How to get Part Number of a disk? (HPUX)

If the disk has no such value stored, then there is no command to get this non-existent value.

Consider to read the label or look it up at http://partsurfer.hp.com

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!   
Daniel Leiva
Advisor

Re: How to get Part Number of a disk? (HPUX)

Thank you Torsten.

Regards
Daniel
There was a very poor man, so poor that all he had was money.