1833845 Members
2418 Online
110063 Solutions
New Discussion

HP-UX os, serial number

 
SOLVED
Go to solution
shashi kanth
Super Advisor

HP-UX os, serial number

From HP-UX OS, what is the command to get the serial number of a box ?
2 REPLIES 2
Torsten.
Acclaimed Contributor
Solution

Re: HP-UX os, serial number

It depends on the server model.

Try

# machinfo

or

# echo "sel dev 1;info;wait;il" | cstm

# /opt/ignite/bin/print_manifest

# getconf MACHINE_SERIAL

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!   
shashi kanth
Super Advisor

Re: HP-UX os, serial number

Thanks.