Operating System - HP-UX
1832939 Members
2615 Online
110048 Solutions
New Discussion

Re: find out serial no for machine

 
Sir T S S
Advisor

find out serial no for machine

hi all,
how to go about finding the serial no of a machine.
4 REPLIES 4
Patrick Wallek
Honored Contributor

Re: find out serial no for machine

It depends on the machine. On some you can get it through diagnostics (cstm,mstm,xstm). On others you'll just have to go look at the tag on the machine.
Govinda_1
Valued Contributor

Re: find out serial no for machine

hi,

just run the following,

#cstm
cstm> sel all
cstm>map all
cstm > il

regards,
Govind.
Suraj_2
Valued Contributor

Re: find out serial no for machine

Hi

If Ignite Utility installed try the following command.

#/opt/ignite/bin/print_manifest

This will give the Sl.no of the System

Rgds
Suraj
Sir T S S
Advisor

Re: find out serial no for machine

thanks for valuable time.