How to get Server serial number
When we call HP support for logging a case they ask us serial number to check contract etc...Here is how you can display HP-UX 11i system serial number from command line:
1. Using cstm, if we have cstm installed :
#echo "sc product system;info;wait;il" | cstm | grep -i "system serial"
2.If there is no cstm istalled, try running print_manifest:
#/opt/ignite/bin/print_manifest |grep –i ‘serial number’
Running print_manifest displays HP-UX system serial number along with othe system properties
3. On HP-UX (integrity) severs you can run machinfo to display serial number,this command available only on Itanium based HP-UX
#machinfo |grep serial
4. # getconf MACHINE_SERIAL
Thanks...
Kalyanjit
No comments:
Post a Comment