- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Check HP-UX system serial number
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
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
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
тАО10-14-2009 03:41 PM
тАО10-14-2009 03:41 PM
Check HP-UX system serial number
Is there any command to check system serial number in hp-ux.I dont want to check while booting or on ILO.
In VMS - $show cpu/full
Regards,
Sumant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2009 04:13 PM
тАО10-14-2009 04:13 PM
Re: Check HP-UX system serial number
dyi # getconf MACHINE_SERIAL
TW23900053
dyi # getconf CS_MACHINE_SERIAL
TW23900053
dyi # machinfo | grep serial
Machine serial number: TW23900053
If I had an HP-UX question, then a VMS forum
is unlikely to be the first place I'd ask it.
An HP-UX Forum search for
serial
should find some things. That's where I
found the things shown above.
> In VMS - $show cpu/full
Sometimes, perhaps. Around here:
alp $ pipe show cpu /full | search sys$input serial
Primary CPU = 0
HWRPB CPUs = 4
Page Size = 8192
Revision Code =
Serial Number =
Serial Number..:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2009 02:26 PM
тАО10-18-2009 02:26 PM
Re: Check HP-UX system serial number
Check this out:
To find the system serial number:
- on 11iv1, (+ v2, v3 )
# ( echo "selclass qualifier system;info;wait;infolog" | /usr/sbin/cstm ) | grep -i "System serial"
- on v2 v3 :(11.23 & 11.31 )
# machinfo | grep "Machine serial"
Machine serial number: USE7400AN6
Cheers,
Raj.
(*Dont forget to assign the pending points. )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2009 03:04 PM
тАО10-18-2009 03:04 PM
Re: Check HP-UX system serial number
Regards,
Sumant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2009 05:19 PM
тАО10-18-2009 05:19 PM
Re: Check HP-UX system serial number
>>Is there any command to check system serial number in hp-ux.I dont want to check while booting or on ILO.
#machinfo
and
#echo "selclass qualifier system;info;wait;infolog" | cstm | grep -i serial
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2009 09:43 AM
тАО10-19-2009 09:43 AM
Re: Check HP-UX system serial number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2009 09:52 AM
тАО10-19-2009 09:52 AM
Re: Check HP-UX system serial number
The serial number of a system may vary from the label physically present. The feild engineer needs to re enter the parameters like serial number, product number etc. while replacing parts mainly the system board.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2009 01:07 PM
тАО10-19-2009 01:07 PM
Re: Check HP-UX system serial number
This cannot be, because the number is directly read from the system, this data isn't stored on a disk.
OK, a "repaired" system may have a wrong value, but I would not call this "repaired" at all ... and you would see other strange things in this case.
Easy way
# machinfo
(if available)
or
# echo "sel dev 1; info;wait;il"|cstm
and grep for the serial number.
Remember, older systems do not store this at all.
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
тАО10-20-2009 12:15 AM
тАО10-20-2009 12:15 AM
Re: Check HP-UX system serial number
1) #print_manifest
2) #machinfo
3) #cstm
cstm>selall
cstm>infolog
q for quit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-20-2009 06:13 AM
тАО10-20-2009 06:13 AM
Re: Check HP-UX system serial number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-20-2009 03:48 PM
тАО10-20-2009 03:48 PM
Re: Check HP-UX system serial number
Ignite cloning will re-write that information, but other cloning methods may not do that.
The STM diagnostics, "machinfo" (when available) and "getconf MACHINE_SERIAL" methods on the other hand will read the hardware directly, so the cloning is unlikely to fool them. Unfortunately, some old PA-RISC servers do not have a software-readable serial number, so these commands will not return any information.
On the other hand, if someone swapped the machine's system board and did not use the proper maintenance commands to update the serial number information in the system's NVRAM, the system board may have a different serial number than the one printed on the chassis. But at *that* point, it's uncertain which serial number is the "real" one: the one printed on the chassis or the one reported by the system board?
I've understood that HP's original system boards sold as spare parts will now come without a serial number. The firmware will allow (and require) to set the serial number - but only one time. Once the serial number is set, it cannot be changed any more.
If you really have a system where STM and/or "getconf MACHINE_SERIAL" will display a _wrong_ serial number, I would suggest to check the machine's model, HP-UX version and service history.
MK