- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is my server multicore?
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
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
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
тАО02-02-2007 03:33 AM
тАО02-02-2007 03:33 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2007 03:43 AM
тАО02-02-2007 03:43 AM
Re: Is my server multicore?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2007 03:48 AM
тАО02-02-2007 03:48 AM
Re: Is my server multicore?
Details then: I have a rp4440 that reports 4 CPUS (cstm, glance, sar, etc). There is a rp3440, a rp5470, etc
What I need to know is, without physically opening the box, if it is 2 physical CPUs or 4.
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2007 03:48 AM
тАО02-02-2007 03:48 AM
Re: Is my server multicore?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2007 03:52 AM
тАО02-02-2007 03:52 AM
Re: Is my server multicore?
with 'top' you should see it.
But it can be dual-core, so maybe one cpu with two cores shows two cpu stats.
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2007 03:53 AM
тАО02-02-2007 03:53 AM
Re: Is my server multicore?
output of this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1014866
# ioscan -fnkCprocessor
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2007 03:56 AM
тАО02-02-2007 03:56 AM
Re: Is my server multicore?
ioscan -k | grep -n processor | wc -l
should do the trick.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2007 04:09 AM
тАО02-02-2007 04:09 AM
Re: Is my server multicore?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2007 07:41 AM
тАО02-02-2007 07:41 AM
SolutionI don't think there is direct command to display the number of dual cores inside a server. The only two dual core PA-RISC processors are the PA-8800 and the PA-8900.
# echo "selclass qualifier cpu;infolog" | /usr/sbin/cstm | grep "CPU Module"
If above command displays one of the two cpu mentioned above, you know you have a dual core.
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2007 08:04 AM
тАО02-02-2007 08:04 AM
Re: Is my server multicore?
Thanks. This was really helpful.