Integrity Servers
1748128 Members
3520 Online
108758 Solutions
New Discussion

Re: Hardware Information finding - How in HP-UX Server ?

 
redhat7012
Advisor

Hardware Information finding - How in HP-UX Server ?

Hi,

 

How to find the motherboard serial Number ?

 

How to find the I/O Board Serial Number ?

 

How to find the complete Hardware Information of HP-UX server ?

 

 

Regards,

Aparna.

 

 

P.S. this thread has been moved from HP-UX > System Administration to Servers > Integrity - HP Forums Moderator

 

 

9 REPLIES 9
Bill Hassell
Honored Contributor

Re: Hardware Information finding - How in HP-UX Server ?

The serial number may be found on newer HP-UX systems with cstm:

 

echo "selclass qualifier system;info;wait;infolog" | /usr/sbin/cstm 

 For questions like this (hardware), it is very important to show the model you are running and the OS version:

 

# model

# uname -a



Bill Hassell, sysadmin
GeysonRod
Occasional Advisor

Re: Hardware Information finding - How in HP-UX Server ?

Just type "machinfo".

Jaffer
Occasional Visitor

Re: Hardware Information finding - How in HP-UX Server ?

Hi,

You can find the serial number and All Hardware info from the MP console for Low, Middle and High End servers :
MP:CM> DF -NC - ALL

On integrity Servers : # machinfo

Also you can find the system serial numbers from the Event Logs as well for some model servers..


Hardware info from CSTM command:
# echo "map selall info;wait infolog" | cstm

I work for HP.
I am an HP Employee
Hiren N Dave
Valued Contributor

Re: Hardware Information finding - How in HP-UX Server ?

Hello,

 

You can get system hardware information from cstm.html generated from nickel script.

 

You can download the nickel from the below location.

 

ftp://ftp.hp.com/pub/catia/Utils/

 

You can also use cfg2html for looking system information.

 

http://www.cfg2html.com/

 

Cheers

I am an HP Employee

Was this post useful? - You may click the KUDOS! star to say thank you.
SivaTS
Occasional Advisor

Re: Hardware Information finding - How in HP-UX Server ?

Hi,

 

If the ignite software is installed then we can run print_manifest - which includes information on

hardware and software installed and configured on the system.

 

#/opt/ignite/bin/print_manifest

 

Ref: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c03222408/c03222408.pdf

 

For the all hardware/FRU details, we need to run DF from MP as mentioned already in this thread.

 

Regards,

 

Siva

 

I am an HP Employee.

Was this post useful? - You may click the KUDOS! star to say thank you.
Vince Laurent
Respected Contributor

Re: Hardware Information finding - How in HP-UX Server ?

But the df -nc –all command for memory information does not give me human readable output:

Who makes this RAM?

 

FRU Entry #  34 :

FRU NAME                : MemExt1 DIMM1D

FRU ID                  : 0185

JEDEC SPD Rev           : 0x12

JEDEC Mfg ID            : 0xCE00000000000000

JEDEC Mfg Location      : 0x02

JEDEC Mfg Part #        : M3 93T5750CZ3-CD5

JEDEC Mfg Revision Code : 0x3343

JEDEC Mfg Year          : 0x06

JEDEC Mfg Week          : 0x46

JEDEC Mfg Serial #      : 0xF14E0B5B

Mfg Unique Serial #     : 0x00CE020646F14E0B5B

 

Other HP systems show more bizarre stuff:

 

RU Entry #  64 :

FRU NAME                : MemExt1 DIMM3D

FRU ID                  : 0187

JEDEC SPD Rev           : 0x12

JEDEC Mfg ID            : 0xAD00000000000000

JEDEC Mfg Location      : 0x01

JEDEC Mfg Part #        : HYMP525P72CP4-Y5 

JEDEC Mfg Revision Code : 0x4141

JEDEC Mfg Year          : 0x08

JEDEC Mfg Week          : 0x33

JEDEC Mfg Serial #      : 0x00005062

Mfg Unique Serial #     : 0x00AD01083300005062

 

FRU Entry #  65 :

FRU NAME                : MemExt1 DIMM4D

FRU ID                  : 0188

JEDEC SPD Rev           : 0x12

JEDEC Mfg ID            : 0xCE00000000000000

JEDEC Mfg Location      : 0x01

JEDEC Mfg Part #        : M3 93T5750EZA-CE6

JEDEC Mfg Revision Code : 0x4145

JEDEC Mfg Year          : 0x08

JEDEC Mfg Week          : 0x34

JEDEC Mfg Serial #      : 0x454BF8C0

Mfg Unique Serial #     : 0x00CE010834454BF8C0

 

FRU Entry #  66 :

FRU NAME                : MemExt1 DIMM5D

FRU ID                  : 0189

JEDEC SPD Rev           : 0x11

JEDEC Mfg ID            : 0x7F7F7F7F7F510000

JEDEC Mfg Location      : 0x45

JEDEC Mfg Part #        : 72T128000HR3.7A  

JEDEC Mfg Revision Code : 0x5538

JEDEC Mfg Year          : 0x06

JEDEC Mfg Week          : 0x47

JEDEC Mfg Serial #      : 0x010A9613

Mfg Unique Serial #     : 0x0551450647010A9613

Robert_Jewell
Honored Contributor

Re: Hardware Information finding - How in HP-UX Server ?

All I can say is that if you Google the Mfg Part # you may come up with something that gives you at least an indication of the DIMM size.   For example searcing for M3 93T5750CZ3-CD5 suggests that this a 2GB DIMM from Samsung.

 

Older systems would provide an HP part or at least more of a description, but that seems to have changed.

 

-Bob

----------------
Was this helpful? Like this post by giving me a thumbs up below!
Vince Laurent
Respected Contributor

Re: Hardware Information finding - How in HP-UX Server ?

Thanks.... wonder if there is a table somewhere.

uxbeginner22
Trusted Contributor

Re: Hardware Information finding - How in HP-UX Server ?

Imho a good tool for hw info is also stm,even is for other purpose(diagnostic)

Run stm

stm -c

 

Now we want a map of devs

map

 

Now we want info about usb,5 is my usb dev,your can be different

sel dev 5

 

Now update map 

info

 

And finally show some usb info as vendor id,etc,someone know how to get capacity(usb1,2,3..without search on google?)

infolog