- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Command To Identify the Serial Number Of A Sys...
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
тАО03-03-2004 06:56 AM
тАО03-03-2004 06:56 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2004 07:00 AM
тАО03-03-2004 07:00 AM
Solution/usr/sbin/cstm << EOF
map
sel dev 1
info
wait
infolog
quit
ok
EOF
Look at Serial Number portion of it. On systems like K-class, you will need to have a physical look at the server.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2004 07:05 AM
тАО03-03-2004 07:05 AM
Re: Command To Identify the Serial Number Of A System
# echo "sel path system\ninfolog\nexit"|cstm|grep "System Serial Number"
For newer machines and operating system:
# getconf CS_MACHINE_SERIAL (11.11)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2004 07:18 AM
тАО03-03-2004 07:18 AM
Re: Command To Identify the Serial Number Of A System
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2004 07:21 PM
тАО03-03-2004 07:21 PM
Re: Command To Identify the Serial Number Of A System
Joined piece contains an exe who give SN.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2004 07:35 PM
тАО03-03-2004 07:35 PM
Re: Command To Identify the Serial Number Of A System
the cstm commands "sel dev 1" or "sel path system" don't work on HP V series servers because there is no "system" path.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2004 08:49 PM
тАО03-03-2004 08:49 PM
Re: Command To Identify the Serial Number Of A System
getconf CS_MACHINE_SERIAL
and
getconf MACHINE_SERIAL
both returned null values.
Similarily, interrogation of CSTM gave me nothing.
Looks like you have to walk around the back, and that's my experience with V-class servers as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2004 02:18 AM
тАО03-04-2004 02:18 AM
Re: Command To Identify the Serial Number Of A System
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2004 03:29 AM
тАО03-04-2004 03:29 AM
Re: Command To Identify the Serial Number Of A System
But the suggestions prior are easier...
Dave