Operating System - HP-UX
1751764 Members
5058 Online
108781 Solutions
New Discussion юеВ

Re: HP Server Serial Number

 
SOLVED
Go to solution
Rajesh Gupta_1
Occasional Contributor

HP Server Serial Number

Hi All,

I want to know the serial number of my HP server. So, is there any command or utilities to know the same. Server model is HP RX2660.

thanks,
Rajesh
5 REPLIES 5
Lijeesh N G_1
Respected Contributor
Solution

Re: HP Server Serial Number

Hi,

#getconf MACHINE_SERIAL

Regards,
LIJEESH N G
Michal Kapalka (mikap)
Honored Contributor

Re: HP Server Serial Number

hi,

machinfo

mikap
Lijeesh N G_1
Respected Contributor

Re: HP Server Serial Number

Hi,

You can use both,

#getconf MACHINE_SERIAL

or

#machinfo|grep "machine serial number"


Regards,
LIJEESH N G
R.K. #
Honored Contributor

Re: HP Server Serial Number

Hello Rajesh,

Method 1
# machinfo | grep -i serial

Method 2
# getconf MACHINE_SERIAL
or
# getconf CS_MACHINE_SERIAL

Method 3
# cstm
cstm> map
cstm> sel dev 1
cstm> info
cstm> il

system Information for (hp1)
HPUX Model Number......: xxxxx
HPUX Model String......: xxxxx
Original Product Number: xxxxxx
Current Product Number.:
System Serial Number...: XXXXXX <<===

Regds..
Don't fix what ain't broke
Ganesan R
Honored Contributor

Re: HP Server Serial Number

Hi Rajesh,

If it is RX(Itanium) series, use machinfo command. You can also use cstm if other commands not listing the serial number.

Command syntax would be,

# echo "selclass qualifier system;info;wait;infolog" | /usr/sbin/cstm | grep "System Serial Number"
Best wishes,

Ganesh.