- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Checking serial number and product 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
тАО04-28-2009 10:29 AM
тАО04-28-2009 10:29 AM
I need to see the numbers serial and product of server but I don`t know What`s the command for this question?.
Thanks a lot
danny
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2009 10:32 AM
тАО04-28-2009 10:32 AM
SolutionTry "machinfo" or "cstm".
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!

- Tags:
- 2C5103D0GE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2009 10:32 AM
тАО04-28-2009 10:32 AM
Re: Checking serial number and product number
I suspect you want:
# uname -im
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2009 10:35 AM
тАО04-28-2009 10:35 AM
Re: Checking serial number and product number
Go to /opt/hpsmc/common/bin and execute command "getsn" withoout quotes.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2009 11:22 AM
тАО04-28-2009 11:22 AM
Re: Checking serial number and product number
For server serial number, use this:
getconf MACHINE_SERIAL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2009 11:48 AM
тАО04-28-2009 11:48 AM
Re: Checking serial number and product number
I solved this question.
#machinfo
Regards
Danny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2009 11:51 AM
тАО04-28-2009 11:51 AM
Re: Checking serial number and product number
Newer systems does, various tools can get this information, but not each tool works on each server.
You can get the information either from MP, EFI Shell, BCH or running hp-ux.
Some tools get only the serial #, some gets more.
Some examples for you.
From MP:
MP:CM> id
This command allows you to change certain fields in the Stable complex
configuration portion of the complex profile.
Retrieving the stable complex configuration portion of the complex profile.
MP modifiable stable complex configuration data fields.
Model String : 9000/800/rp7420
Complex System Name : Complex1
Original Product Number: A7025A
Current Product Number : A7025A
UUID : e2d94123d-1588-11dc-a438-123456789
Creator Manufacturer : hp
Creator Product Name : server rp7420
Creator Serial Number : DEH12345Z
EFI Shell:
fs0:\> info all
SYSTEM INFORMATION
Manufacturer: hp
Product Name: BL860c
Product Number: AD217A
Serial Number: GB123456Z
HP-UX (cstm):
cstm>sel dev 1;info;wait;il
-- Updating Map --
Updating Map...
-- Converting multiple raw log files to text. --
Preparing the Information Tool Log for each selected device...
-- Information Tool Log for system on path system --
Hardware path: system
System Information for
HPUX Model Number......: rp3440
HPUX Model String......: 9000/800/rp3440
Original Product Number: A7137A
Current Product Number.: A7137A
System Serial Number...: DEH12345Z
BCH:
COMPLEX ID INFORMATION
Complex Name: Complex1
Model String: 9000/800/SD32000
Original Product Number: A5201A
Current Product Number: A5201A
Serial Number: DEH12345Z
From running hp-ux there are many tools, some examples:
# icapstatus
Software version: B.11.31.09.00.00.140
System ID:
Serial number: DEH12345Z
Product number: A9833A
...
# parstatus
Note: No action specified. Default behavior is display all.
[Complex]
Complex Name : Complex 01
Complex Capacity
Compute Cabinet (2 cell capable) : 1
Active MP Location : cabinet 0
Original Product Name : server rx7640
Original Serial Number : DEH12345Z
Current Product Order Number : AB448A
...
BTW, from hp-ux you can run "machinfo", with 11.31 this works on RISC systems too.
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!
