1752510 Members
4648 Online
108788 Solutions
New Discussion юеВ

serial number

 
Arunkumar_3
Advisor

serial number

Can any one tell me how to get the HPUX 9000/800 system serial no? I need a command which will retrive the serial no.

thanks in advance
-Arun
15 REPLIES 15
Robert-Jan Goossens_1
Honored Contributor

Re: serial number

Hi Arun,

Have you got ignite installed ?

# print_manifest | grep "Serial number:"

if not you can try,

# getconf CS_MACHINE_SERIAL

Hope it helps,

Robert-Jan.

S.K. Chan
Honored Contributor

Re: serial number

For the newer server you can use either STM or the print_manifest command.
# echo "sel path system;info;wait;infolog
>view
>done
>"|cstm > info
# cat info

OR

# /opt/ignite/bin/print_manifest
Wilfred Chau_1
Respected Contributor

Re: serial number

mstm -> highlight "system" -> information -> information log
Arunkumar_3
Advisor

Re: serial number

I have a factory pre-installed hp ux box. I haven't installed anything on that.
I tried the commands suggested, but it's not returning the serial no. My swlist not showing any bundle etc., related to ignite-ux
Robert-Jan Goossens_1
Honored Contributor

Re: serial number

Hi Arun,

If above answers do not give any results, go for the old fashioned way, look at the backside of the server. You will find a S/N number.

Robert-Jan.
Michael Tully
Honored Contributor

Re: serial number

ignite and some of the other tools are part of software called diagnostics. You should load these as part of your OS install. Obviously you don't have these loaded as yet. Until you do, depending on the model of the system, the serial number should be located on the back of the unit, or behind the front panel.

Here is a good posting on installing you OS and other software. It is a very good guide.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x4499e7e60861d511abcd0090277a778c,00.htm
Anyone for a Mutiny ?
Arunkumar_3
Advisor

Re: serial number

Hi Robert-Jan,

I want to retrive the serial and use it in one of my programs, I can't hardcode it.
Is there any otherways to install ignite on this box?

-Arun
Sridhar Bhaskarla
Honored Contributor

Re: serial number

Hi Arun,

What is the hardware you have. On the latest hardware like L, N etc., you can get it from cstm.

On the other servers, you will have to physically look at the system to get the serial number.

If you didn't overwrite the factory built OS, then print_manifest can retrieve the Serial number from the seed file already populated by HP.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Robert-Jan Goossens_1
Honored Contributor

Re: serial number

Hi Arun,

Ignite is a free hp software product you can download it on next page.

http://www.software.hp.com/products/IUX/download.html

Hope it helps,

Robert-Jan.