- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: hardware command
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
12-18-2002 02:12 PM
12-18-2002 02:12 PM
hardware command
what command do i use to find out hardware specs, like CPU, RAM...
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 02:15 PM
12-18-2002 02:15 PM
Re: hardware command
There are a couple of ways I can think of. If you have Ignite installed you should have the 'print_manifest' command available which prints all kinds of good info about your system. Also, if you have Glance installed you can get a pretty quick look at what the system has by looking at the system tables [press 't' if you are running character based Glance and space bar to the second page].
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 02:19 PM
12-18-2002 02:19 PM
Re: hardware command
cstm (command-line)
mstm (menued)
xstm (graphical)
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 02:26 PM
12-18-2002 02:26 PM
Re: hardware command
Even if you don't have ignite installed, you might have print_manifest.
Check /opt/ignite/bin for print_manifest and run it. John is right, for all around system information, it's excellent.
Happy Holidays,
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 02:40 PM
12-18-2002 02:40 PM
Re: hardware command
Here are a couple specifically for CPU and memory
# echo "selclass qualifier cpu;info;wait;infolog" | cstm
# echo "selclass qualifier memory;info;wait;infolog" | cstm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 02:45 PM
12-18-2002 02:45 PM
Re: hardware command
thanks very much for you help. I found the info what I needed.
i am impressed by the speedy and knowledgeable replies here..
have a good holidays..
jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 02:46 PM
12-18-2002 02:46 PM
Re: hardware command
# sam
performance monitors
system properties
Processor, Momory, OS, network, dynamic
Are all there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2002 05:00 AM
12-19-2002 05:00 AM
Re: hardware command
It??s available for HP-UX10.xx and later.
This tool reports the full system configuration to a HTML-output.
Download can be done from.
http://members.tripod.com/rose_sw/cfg/cfg.html
It??s also available for "LINUX" , "SUN-OS"
"SCO-UX" , "AIX"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2002 05:03 AM
12-19-2002 05:03 AM
Re: hardware command
There is also a very good script called nickel !
http://www.grc.hp.com/docs/nickel/
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2002 07:03 AM
12-19-2002 07:03 AM
Re: hardware command
for GC in CPU_CHIP_TYPE CLK_TCK MACHINE_IDENT MACHINE_MODEL
do
print "$GC=$(getconf $GC)"
done
CPU_CHIP_TYPE=365
CLK_TCK=100
MACHINE_IDENT=2004826224
MACHINE_MODEL=9000/777/C110
Regards,
Trond