- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- finding server 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
02-19-2006 04:16 PM
02-19-2006 04:16 PM
Is there any command to find out server serial number.I would lke to know the serial number of the server installed at some other sites
thanks
Arun
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 04:22 PM
02-19-2006 04:22 PM
SolutionYou can use the following to find it out,
1) /opt/ignite/bin/print_manifest
Look for System Hardware.
2) USe "cstm"
# /usr/sbin/cstm
cstm>map
cstm>sel dev 1
cstm>info
cstm>infolog
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 04:41 PM
02-19-2006 04:41 PM
Re: finding server serial number
Also to add there are a couple of commands that will work on certain model type if stm is not installed, but not all.
# getconf CS_MACHINE_SERIAL
#parstatus | grep -i serial
Louis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 04:52 PM
02-19-2006 04:52 PM
Re: finding server serial number
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 05:00 PM
02-19-2006 05:00 PM
Re: finding server serial number
Copy and paste the following set of commands in your root prompt. Copy the whole sequence and paste.
cstm >> /dev/null << END
sall
il
q
SaveAs
/tmp/infolog
Done
quit
OK
END
grep -i "System Serial Number" /tmp/infolog
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 05:02 PM
02-19-2006 05:02 PM
Re: finding server serial number
Did not notice the response from LOC and muthukumar.
The getconf command is crisp and fine. Thanx guys. Cool way of finding the serial number.
:).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 05:39 PM
02-19-2006 05:39 PM
Re: finding server serial number
Thanks for the help.
CSTM is pretty useful to get the serial no