HPE 9000 and HPE e3000 Servers
1748171 Members
4216 Online
108758 Solutions
New Discussion юеВ

Re: How to find the serial number and machine id number for PA-RISC servers

 
SOLVED
Go to solution
senthil_kumar_1
Super Advisor

How to find the serial number and machine id number for PA-RISC servers

Hi All,

I am using following PA-RISC servers, i want to view the serial and machine id number for each servers.


9000/800/L2000-44
9000/800/rp3440#1
9000/785/J6000
9000/800/N4000-75
9000/800/rp4440
9000/800/K580
9000/800/rp3440#1
9000/800/rp4440
9000/800/rp3440
9000/785/J6000
9000/785/J6000
9000/785/J6000
4 REPLIES 4
Pete Randall
Outstanding Contributor
Solution

Re: How to find the serial number and machine id number for PA-RISC servers

The "uname -i" command will give the machine id and, generally, you can get the serial number with cstm or possibly some other commands. See the following threads:

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=62950
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1362710


Pete

Pete
Torsten.
Acclaimed Contributor

Re: How to find the serial number and machine id number for PA-RISC servers

Get the system serial number for L2000 (rp5450), rp3440, rp4440 and N4000 (rp7400) system from cstm (info tool on system item).

The K-class and IMHO the J-class too doesn't know about the serial - read it from the chassis label.

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!   
Raj D.
Honored Contributor

Re: How to find the serial number and machine id number for PA-RISC servers


Senthil,
Use this command as a root , on all the server and you will get the Serial and machine id:

#### Serial_Number#####
# ( echo "selclass qualifier system;info;wait;infolog" | /usr/sbin/cstm ) | grep -i "System serial"


##### System ID ######
# uname -i


-----
For old systems: K and J class For Serial_number try:
# /usr/bin/getsn or /usr/sbin/getsn

if the getsn utility is not there, look at the server chasis and you will find the serial number :
----


Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
R.K. #
Honored Contributor

Re: How to find the serial number and machine id number for PA-RISC servers

Hi Senthil,

# man getconf
or
http://docs.hp.com/en/B3921-60631/getconf.1.html

# getconf MACHINE_SERIAL
# getconf CS_MACHINE_SERIAL

You can find lot more information from getconf command.

Regds..
Don't fix what ain't broke