- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to find out the CPU model without opening the ...
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
тАО08-30-2001 10:12 AM
тАО08-30-2001 10:12 AM
How can I find out the CPU model of my machine without opening the box. I've tried 'dmesg', but it didn't show up, is there another way to achieve that?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2001 10:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2001 10:21 AM
тАО08-30-2001 10:21 AM
Re: how to find out the CPU model without opening the box
1) model command - simple
2) getconf MACHINE_MODEL
You will get more information if you check the man page for getconf
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2001 10:23 AM
тАО08-30-2001 10:23 AM
Re: how to find out the CPU model without opening the box
Try using the SysInfo script.
Check this thread.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x1a6646ff9277d511abcd0090277a778c,00.html
Thanks.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2001 10:30 AM
тАО08-30-2001 10:30 AM
Re: how to find out the CPU model without opening the box
On 10.20, 'getconf MACHINE_MODEL' isn't implemented and will return an invalid argument.
'model' works on 10.20 as well as 11.x and returns the same information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2001 10:50 AM
тАО08-30-2001 10:50 AM
Re: how to find out the CPU model without opening the box
2 commands with minor difference in output
(here's the difference they made on one of my servers:)
# uname -m
9000/800
# model
9000/800/K460
So I guess it depends on whether you want the "condensed version" or the full output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2001 11:02 AM
тАО08-30-2001 11:02 AM
Re: how to find out the CPU model without opening the box
Go into SAM, then to Performance Monitors then to System Properties. The Processor tab will show you how many processors, the CPU version (2.0 PA 8000) for example, the Clock Frequency and your Hardware model.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2001 11:22 AM
тАО08-30-2001 11:22 AM
Re: how to find out the CPU model without opening the box
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2001 02:51 PM
тАО08-30-2001 02:51 PM
Re: how to find out the CPU model without opening the box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2001 10:39 PM
тАО08-30-2001 10:39 PM
Re: how to find out the CPU model without opening the box
#getconf MACHINE_MODEL.
man getconf will show you other benefic parameters.
Magdi