1829148 Members
2243 Online
109986 Solutions
New Discussion

Finding a serial number

 
SOLVED
Go to solution
Doug Short
Advisor

Finding a serial number

Is there a command to find the system's serial number? I'm on a RP7400 that my client owns, and cannot find evidence of any serial numbers. Any help is appreciated.
5 REPLIES 5
Ivan Ferreira
Honored Contributor
Solution

Re: Finding a serial number

Try this:

echo 'selclass qualifier all;info;wait;infolog' | /usr/sbin/cstm |grep -i "system serial number"
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Geoff Wild
Honored Contributor

Re: Finding a serial number

There's these commands:

/opt/hpsmc/common/bin/getsn

/usr/local/sysinfo/getsn


I believe first is installed with ISEE, and last with sysinfo301

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Doug Short
Advisor

Re: Finding a serial number

Thanks guys. After revisiting CSTM I now see the S/N. It's odd though, I'm used to HP hardware starting with USR-------- where as this one apparently starts with DEH------, so I suppose that is what was throwing me off. Thanks again for your responses.
neale machin_1
New Member

Re: Finding a serial number

You can also do getconf MACHINE_SERIAL

Neale
Doug Short
Advisor

Re: Finding a serial number

All 3 solutions work, thanks for the responses.