- Community Home
- >
- Servers and Operating Systems
- >
- Integrity Servers
- >
- Can I get System Serial number from commandmenu in...
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
10-25-2006 01:14 AM
10-25-2006 01:14 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-25-2006 01:17 AM
10-25-2006 01:17 AM
SolutionThe stm series of tools is normally used to display system serial number, not the MP.
You can of course go to conole mode and run cstm to display the serial number.
It is possible to write a script that goes through the menu system of cstm.
http://docs.hp.com/en/diag/stm/str_0103_11.htm
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-25-2006 01:17 AM
10-25-2006 01:17 AM
Re: Can I get System Serial number from commandmenu in MP on Integrity?
# getconf MACHINE_SERIAL
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-25-2006 01:18 AM
10-25-2006 01:18 AM
Re: Can I get System Serial number from commandmenu in MP on Integrity?
getconf MACHINE_SERIAL
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-25-2006 01:18 AM
10-25-2006 01:18 AM
Re: Can I get System Serial number from commandmenu in MP on Integrity?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-25-2006 01:19 AM
10-25-2006 01:19 AM
Re: Can I get System Serial number from commandmenu in MP on Integrity?
try the two commands:
echo "sel path system\ninfolog\nexit"|cstm|grep "System Serial Number"
or
echo 'selclass qualifier all;info;wait;infolog' | /usr/sbin/cstm |grep -i "system serial number"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-25-2006 01:21 AM
10-25-2006 01:21 AM
Re: Can I get System Serial number from commandmenu in MP on Integrity?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-25-2006 01:24 AM
10-25-2006 01:24 AM
Re: Can I get System Serial number from commandmenu in MP on Integrity?
several options:
#machinfo | grep "machine serial number"
#echo "selclass qualifier system;info;wait;il" | cstm | grep "System Serial Number"
rgds
HGH
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP