Tags: retrieve

HP-UX: How can I retrieve the system serial number

Technology, HP-UX Send feedback »
cstm is installed with the OnlineDiagnostics / Support Tools Bundle on HP-UX 9000 systems: # echo "sc product system;info;wait;il" | cstm | grep -i "system serial" # echo "sel path system\ninfolog\nexit"|cstm|grep "System Serial" # SER… more »