Operating System - HP-UX
1832181 Members
2758 Online
110038 Solutions
New Discussion

Re: how to find hp box's serial Num by hpux command

 
SOLVED
Go to solution
thebeatlesguru
Regular Advisor

how to find hp box's serial Num by hpux command

i need the box's serial Num ,but i am not in the box room.
hihi
2 REPLIES 2
S.K. Chan
Honored Contributor
Solution

Re: how to find hp box's serial Num by hpux command

try this ..

# echo "sel path system;info;wait;infolog
>view
>done
>"|cstm>logfile
# more logfile

OR

# echo "selall;info;wait;infolog
>view
>done
>"|cstm > logfile2
# more logfile3

The latter gives more info.
SHABU KHAN
Trusted Contributor

Re: how to find hp box's serial Num by hpux command

Hi,

The print_manifest command sometimes gives you the serial number information also in addition to the complete system details.

>print_manifest | more

you should have ignite loaded... (print_manifest command reads the manifest.info file under /opt/ignite ....)

Thanks,
Shabu