- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Determining machine 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
Forums
Discussions
Discussions
Discussions
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
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-01-2003 12:04 PM
07-01-2003 12:04 PM
How do I get the machine serial number? I tried using getconf and confstr() but got a null string for machine serial number.
Thanks and regards
Sonison James
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 12:08 PM
07-01-2003 12:08 PM
Re: Determining machine serial number
I am not aware of a way to acquire the machine serial number from the OS. I don't beleive one exists.
-Bryan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 12:09 PM
07-01-2003 12:09 PM
Re: Determining machine serial number
The serial number alway writen on the machine box so it's not hard to find it.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 12:09 PM
07-01-2003 12:09 PM
Re: Determining machine serial number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 12:13 PM
07-01-2003 12:13 PM
Re: Determining machine serial number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 01:14 PM
07-01-2003 01:14 PM
Re: Determining machine serial number
The above will ONLY work on newer systems (A500, N, L rpXXXX), if you have a K,D or older box get the tourch out & look at the back (& front) of your box...
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 01:40 PM
07-01-2003 01:40 PM
Re: Determining machine serial number
For sw serial numbers 'uname -i', print_manifest, or stm.
For hardware serial numbers needed to open up a HW call with HP they I'm afraid they appear only on the outside of the server. For K Class for instance they are behind the front panel. For L Class they appear in two places, either behind the bottom right panel or beneath the bottom front panel. Same with N class.
HW serial numbers also appear on your original shipping manifest or sales order invoice so if you know your channel partner or HP sales rep. then they should be able to look this up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 09:10 PM
07-01-2003 09:10 PM
Re: Determining machine serial number
I am interested in the "Hardware Serial Number" programatically. I followed a similar posting and was able to get "System Serial Number" using cstm. However, is there any other way of getting it, since cstm may not be availbale always (even though it is free). Any reason why confstr() returns a null string?
Thanks and regards
Sonison James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 10:11 PM
07-01-2003 10:11 PM
Re: Determining machine serial number
To get the HW ID, launch:
>/usr/bin/getconf CS_MACHINE_IDENT
To get the physical Serial Number you want, launch the attached executable "retrieve_serial".
That should make it for you.
Sincerely,
Romaric,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 10:26 PM
07-01-2003 10:26 PM
Re: Determining machine serial number
I got a 404 error when I tried to download the file.
Regards
Sonison James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 10:31 PM
07-01-2003 10:31 PM
Re: Determining machine serial number
Sincerely,
Romaric.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 10:39 PM
07-01-2003 10:39 PM
Re: Determining machine serial number
Give me an e-mail address or a ftp server that I can use as anonymous in order to send you this file.
Regards,
Romaric.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 10:48 PM
07-01-2003 10:48 PM
Re: Determining machine serial number
My e-mail id is sonison_james@hotmail.com. It would be great if you could send me the source also (if possible).
Thanks and regards
Sonison James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 11:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 01:08 AM
07-02-2003 01:08 AM
Re: Determining machine serial number
System Information for (galilei)
HPUX Model Number......: L3000
HPUX Model String......: 9000/800/L3000-5x
Original Product Number: A6144A
Current Product Number.:
System Serial Number...: DEH41232PN
Hversion...............: 0x5db0
Sversion...............: 0x491
Software Capabilities..: 0x100000f0
The whole System documentation you can get with an tool called "cfg2htm"
regards Bernd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 01:41 AM
07-02-2003 01:41 AM
Re: Determining machine serial number
echo "sel dev 1 ;info;wait;infolog" | cstm |grep -i "System Serial Number"
That is possible on all new servers.
Not on WS.
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 04:38 AM
07-02-2003 04:38 AM
Re: Determining machine serial number
/usr/local/sysinfo204/getsn
I attached sysinfo204.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2003 06:33 AM
07-03-2003 06:33 AM
Re: Determining machine serial number
HTH