Operating System - HP-UX
1822430 Members
3791 Online
109642 Solutions
New Discussion юеВ

Serial number on 11.00 system

 
SOLVED
Go to solution
Siddharth Tuli
Occasional Advisor

Serial number on 11.00 system



Hi


I am trying to find machine serial number on HPUX 11.00 system. I have two systems with models, 9000/712/100 and 9000/869/K420.

I could find a thread relating to serial number,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1139615

I tried methods in that thread, but no success.

Is there any way arounf to get the serial number for the above models ?

How should I know which is the class of the machine having the model 9000/712/100 ?

Please help

Thanks
Siddharth
10 REPLIES 10
Dennis Handly
Acclaimed Contributor
Solution

Re: Serial number on 11.00 system

I assume the serial # is on the back of your 712. This workstation came out before classes were used.
Siddharth Tuli
Occasional Advisor

Re: Serial number on 11.00 system



Thanks Dennis.

The software id (machine id) is available on these machines.

I can use uname -i to find software id. Is this a good way to find software id of any machine ? Because the man page states if the machine id cannot be found node name is displayed.

Is there any possibility that machine's software id is not present ? Why is it so?

Thanks
Siddharth
Aneesh Mohan
Honored Contributor

Re: Serial number on 11.00 system

Hello Siddharth,

Try this.

/usr/contrib/bin/machinfo |grep -i serial

/Aneesh
Torsten.
Acclaimed Contributor

Re: Serial number on 11.00 system

forget about machinfo!

Your systems are pretty old - the machine ID is based on the built-in NIC's MAC address.

Of cause the machine ID should be displayed - but the serial number is only written on the chassis. No way to read it by a program.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Siddharth Tuli
Occasional Advisor

Re: Serial number on 11.00 system



Thanks Trosten

Please also throw light on the following queries (for any system in general)

I am in need of a unique machine identity.
I can use the software id by "uname -i". Is this a good way to find software id of any machine ? Because the man page states if the machine id cannot be found node name is displayed.

Is there any possibility that machine's software id is not present ? Why is it so?

IS there any othe unique id for a system ?

Thanks
Siddharth
Torsten.
Acclaimed Contributor

Re: Serial number on 11.00 system

The software ID is what you need. This is unique to a system.
Never seen the node name instead.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Dennis Handly
Acclaimed Contributor

Re: Serial number on 11.00 system

>Torsten: Never seen the node name instead.

I've seen or heard about -1 showing up for some prototypes or some upgrade where the CE didn't finish the job.
Torsten.
Acclaimed Contributor

Re: Serial number on 11.00 system

Hehe Dennis, but this should (!) be unlikely.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Srinivas Thokala_1
Frequent Advisor

Re: Serial number on 11.00 system

To get the server serial number at command line, which is mostly required to place a HP call:
Here is a command line that will produce serial number on those machines that will support
storing serial numbers. This works on L-class and above. Here is the command:
#echo "sel path 'system' ; info; wait infolog" |cstm|grep -i "system serial number"
What is returned: System Serial Number issued by vendor HP.

You can also get by running 'cstm', if required I can provide more info on how to get.

If you are try to get Machine ID, which is generally required for procering S/W licenses, then use

#sam
select options performance monitoring
then system properties and you will see a unique Machine ID.

Srinivas
Srinivas Thokala
Bill Hassell
Honored Contributor

Re: Serial number on 11.00 system

The 712 workstation and the K420 do not have the serial number stored in the computer. This is true for all 700 models, all K-class models (and D-class). True serial numbers (matching the paper or foil sticker on the chassis) started somewhere in the N-class era and later. The 712 is a an HP 9000 series, 700 class (or series), with /100 referring to the processor speed. Note that workstations were the only category of HP-UX systems to include the processor speed. Servers usually had their marketing series after the model number, but some servers report just a generic 800 for the model.

For all HP-UX models old and new, uname -i provides a unique machine identifier. The number is generated automatically at the factory (or by your service engineer when replacing the CPU board) and is a combination of the machine's model and characteristics with part of the actual serial number, all encoded into a single number. Decades ago, the old Motorola workstations had no onboard number so the MAC address of the LAN (only one typically) was used. The first PA-RISC server was the 840 my hazy recollection seems to remember it had the built-in machine identifier.

So for the purposes of identifying every machine uniquely (such as for licensing), the uname -i value is correct. Any negative number or short number (5 digits or less) is invalid and must be restored by an HP service person.


Bill Hassell, sysadmin