- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do you know if a CPU is dual processor
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
тАО12-05-2008 09:42 AM
тАО12-05-2008 09:42 AM
echo "selclass qualifier cpu;info;wait;infolog" | cstm | grep Processor
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-05-2008 09:50 AM
тАО12-05-2008 09:50 AM
Re: How do you know if a CPU is dual processor
# echo "sel dev all;info;wait;il"|cstm
...
...
FRU INFORMATION
Module Revision
------ --------
PA 8900 CPU Module 3.2
PA 8900 CPU Module 3.2
...
In this example you see PA8900 CPU modules. Maybe you have PA8800 - both are always dual core.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-05-2008 10:24 AM
тАО12-05-2008 10:24 AM
Re: How do you know if a CPU is dual processor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-05-2008 10:57 AM
тАО12-05-2008 10:57 AM
Re: How do you know if a CPU is dual processor
echo "sel dev all;info;wait;il"|cstm
on one of our RP7410 and another RP7420 and got tons of info back. None of the output looked like your posting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-05-2008 11:20 AM
тАО12-05-2008 11:20 AM
Re: How do you know if a CPU is dual processor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-05-2008 11:40 AM
тАО12-05-2008 11:40 AM
Re: How do you know if a CPU is dual processor
see
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&objectID=c00337654
the rp7420 specs. CPUs are either PA8800 or PA8900 - both are dual core.
The rp7410 has PA8700 - this is a single core.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-05-2008 03:46 PM
тАО12-05-2008 03:46 PM
Re: How do you know if a CPU is dual processor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-05-2008 03:47 PM
тАО12-05-2008 03:47 PM
Re: How do you know if a CPU is dual processor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2008 09:56 AM
тАО12-06-2008 09:56 AM
Re: How do you know if a CPU is dual processor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2008 10:30 AM
тАО12-06-2008 10:30 AM
Re: How do you know if a CPU is dual processor
# machinfo -v
CPU info:
1 PA-RISC 8800 processor (800 MHz, 32 MB)
CPU version 4
2 logical processors (2 per socket)
Vendor identification: Hewlett-Packard
Processor version info: 0x0000000000000284
Processor capabilities: 0x00000000000000b2
FSTWS, FSTWX, FLDWS, FLDWX generate word tx to I/O space
Multimedia halfword shift-and-adds
Multimedia halfword adds and subtracts
Speculative data prefetch on loads of GR0
Instruction cache: 32 MB
Data cache: 32 MB
Memory: 4096 MB (4 GB)
...
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2008 03:34 PM
тАО12-11-2008 03:34 PM
Re: How do you know if a CPU is dual processor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2008 03:35 PM
тАО12-11-2008 03:35 PM
Re: How do you know if a CPU is dual processor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2008 08:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2008 09:36 PM
тАО12-11-2008 09:36 PM
Re: How do you know if a CPU is dual processor
No. Dual core CPUs are (in simple words) 2 CPUs on a single chip.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2008 07:09 AM
тАО12-12-2008 07:09 AM
Re: How do you know if a CPU is dual processor
I had forgotten about that screen. From there I can see the version PA8900.
CPU Version: CPU(0A) PA8900 4.1
Thanks Torsten,
I thought so. So Emil was incorrect when he said that you could tell by looking at top.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2008 09:10 PM
тАО12-12-2008 09:10 PM
Re: How do you know if a CPU is dual processor
All top will tell you is how many active cores you have. That is close enough for government work. :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-13-2008 09:15 AM
тАО12-13-2008 09:15 AM
Re: How do you know if a CPU is dual processor
#machinfo
You can find the CPU type from the output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-15-2008 11:02 AM
тАО12-15-2008 11:02 AM
Re: How do you know if a CPU is dual processor
Like I mentioned before machinfo only works on 11.31, not 11.11 or 11.23