- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Serial number on 11.00 system
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-03-2007 05:54 PM
тАО07-03-2007 05:54 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-03-2007 05:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-03-2007 11:30 PM
тАО07-03-2007 11:30 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2007 12:48 AM
тАО07-04-2007 12:48 AM
Re: Serial number on 11.00 system
Try this.
/usr/contrib/bin/machinfo |grep -i serial
/Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2007 12:51 AM
тАО07-04-2007 12:51 AM
Re: Serial number on 11.00 system
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2007 03:54 PM
тАО07-04-2007 03:54 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2007 05:00 PM
тАО07-04-2007 05:00 PM
Re: Serial number on 11.00 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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2007 06:17 PM
тАО07-04-2007 06:17 PM
Re: Serial number on 11.00 system
I've seen or heard about -1 showing up for some prototypes or some upgrade where the CE didn't finish the job.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2007 12:52 AM
тАО07-05-2007 12:52 AM
Re: Serial number on 11.00 system
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2007 04:00 AM
тАО07-05-2007 04:00 AM
Re: Serial number on 11.00 system
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2007 12:50 PM
тАО07-05-2007 12:50 PM
Re: Serial number on 11.00 system
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