- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Command: echo "selclass qualifier cpu;info;wait;in...
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
09-08-2007 10:41 PM
09-08-2007 10:41 PM
I found this command:
echo "selclass qualifier cpu;info;wait;infolog" | cstm
is it only for cpu?
i do not understand how it was built, i mean
i'd like to know if i can use it for more revisions with other hw or sw , could you please let me know?
thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2007 11:04 PM
09-08-2007 11:04 PM
SolutionNo change the cpu to system eg
# echo "selclass qualifier system;info;wait;infolog" | /usr/sbin/cstm
and you will get the info for your system.
Other commands
print_manifest if you have ignite installed
11.23 + 11.31 /usr/contrib/bin/machinfo
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2007 11:08 PM
09-08-2007 11:08 PM
Re: Command: echo "selclass qualifier cpu;info;wait;infolog" | cstm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2007 12:00 AM
09-10-2007 12:00 AM
Re: Command: echo "selclass qualifier cpu;info;wait;infolog" | cstm
CPU details:
echo "selclass qualifier cpu;info;wait;infolog" | cstm
LAN details:
echo "selclass qualifier lan;info;wait;infolog" | cstm
echo "selclass qualifier memory;info;wait;infolog" | cstm
Tape details:
echo "selclass type tape;info;wait;infolog" | cstm
and so on. NOTE: some cstm commands require "selclass qualifier" and some require "selclass type". No one at HP can explain why there is such a non-intuitive division. Here's what I have been able to gather:
QUALIFIER
Bus CDROM CPU FibreQL Hard IDE IPMI LAN Memory RS-232 SCSI USB system All
TYPE
Adapter Disk Hub Interface Memory Processor Tape
Note also that you should download the latest EMS/diagnostics every 6 months. Current version is A.57.0.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 03:41 AM
09-19-2007 03:41 AM
Re: Command: echo "selclass qualifier cpu;info;wait;infolog" | cstm
The release cycle is not as regular as six-monthly now. A.57.00 is the current version for 11i v1 (11.11), C.56.00 for 11i v2 (11.23) and D.02.00 for 11i v3 (11.31).
Note also that on IA systems there is no CPU Info tool, you need to run a combination of the system Info tool and machinfo.
Andrew