Operating System - HP-UX
1834254 Members
2033 Online
110066 Solutions
New Discussion

finding server serial number

 
SOLVED
Go to solution
aruns_s
Frequent Advisor

finding server serial number

Hi,
Is there any command to find out server serial number.I would lke to know the serial number of the server installed at some other sites

thanks
Arun
6 REPLIES 6
Arunvijai_4
Honored Contributor
Solution

Re: finding server serial number

Hi Arun,

You can use the following to find it out,

1) /opt/ignite/bin/print_manifest

Look for System Hardware.

2) USe "cstm"
# /usr/sbin/cstm
cstm>map
cstm>sel dev 1
cstm>info
cstm>infolog

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
LoC_1
Frequent Advisor

Re: finding server serial number

Hi
Also to add there are a couple of commands that will work on certain model type if stm is not installed, but not all.

# getconf CS_MACHINE_SERIAL
#parstatus | grep -i serial

Louis
Muthukumar_5
Honored Contributor

Re: finding server serial number

# getconf MACHINE_SERIAL

--
Muthu
Easy to suggest when don't know about the problem!
Senthil Kumar .A_1
Honored Contributor

Re: finding server serial number

Hi Arun,

Copy and paste the following set of commands in your root prompt. Copy the whole sequence and paste.

cstm >> /dev/null << END
sall
il
q
SaveAs
/tmp/infolog
Done
quit
OK
END
grep -i "System Serial Number" /tmp/infolog


Regards,
Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
Senthil Kumar .A_1
Honored Contributor

Re: finding server serial number

Hi Arun,

Did not notice the response from LOC and muthukumar.

The getconf command is crisp and fine. Thanx guys. Cool way of finding the serial number.

:).
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
aruns_s
Frequent Advisor

Re: finding server serial number

Hi all
Thanks for the help.
CSTM is pretty useful to get the serial no