- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Dual Core CPU - How to verify
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
03-28-2006 06:13 PM
03-28-2006 06:13 PM
Dual Core CPU - How to verify
1) rp8420 showing CPU version - CPU(0A)PA8800 3.1 and No. of CPU = 32
2) rp7410 showing CPU version - CPU(0)PA8700 3.1 and No. of CPU = 6
3) S16K-A showing CPU version - CPU(0)PA8700 3.1 and No. of CPU = 12
I have to confirm how many "Dual Core CPU" are present. How can I verify this ?
Thanks,
Shouvik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 06:28 PM
03-28-2006 06:28 PM
Re: Dual Core CPU - How to verify
Try these,
# ioscan -fnkCprocessor
# echo "sc product cpu;il" | /usr/sbin/cstm | grep 'CPU Module'
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 06:32 PM
03-28-2006 06:32 PM
Re: Dual Core CPU - How to verify
Only PA8800 is a dual core CPU. So only your rp8420 has 32 CPUs. In fact these are 16 dual core CPUs. In OS and applications you will see 32 CPUs only.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 06:37 PM
03-28-2006 06:37 PM
Re: Dual Core CPU - How to verify
top will slow you how many cpu's you have, though there may be limitations I don't know about due to the fact the most CPU's I've worked with is 8.
cstm will definitely show you as well.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 06:43 PM
03-28-2006 06:43 PM
Re: Dual Core CPU - How to verify
top will give processor count.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 06:57 PM
03-28-2006 06:57 PM
Re: Dual Core CPU - How to verify
All the methods mentioned above will show two processors for every physical CPU as at hardware level you will get two CPUs for each physical CPU. At PDC prompt only it should show corretly which I am not sure as I did not had any opportunity to work on such servers yet.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 04:14 PM
03-31-2006 04:14 PM
Re: Dual Core CPU - How to verify
I could not get a direct "command" to get the information about dual core cpu. I took the output of "parstatus" which shows No. of CPU for every cell board. As a cell board can support maximum 4 cpu in slots, anything more than 4 in multiple of 2 has to be dual core. Also as single and dual core cpu may not be mixed in a cell board (as far as my understanding) even if there are 6 CPUs in a cell board, we may conclude that there are 3 dual core cpus.
Also, PA-8800 and PA-8900 are only dual core CPUs.
Thanks all for your suggestions.
-Shouvik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2006 06:23 AM
04-01-2006 06:23 AM
Re: Dual Core CPU - How to verify
Cab/ Cell ------- Processor -------- Cache Size
Cell Slot State # Speed State Inst Data
---- ---- ------------ --- -------- ----------- ------ ------
0 0/0 Idle 0A 1000 MHz Idle 64 MB 64 MB
0B 1000 MHz Idle 64 MB 64 MB
(taken from BCH info on processor)
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
04-02-2006 08:19 AM
04-02-2006 08:19 AM
Re: Dual Core CPU - How to verify
The direct command for getting infomation about dual-core CPU from OS is
# echo "sc product cpu;info;wait;il" | cstm | grep -i "Serial Number"
There would be same serial number for a pair of CPU. The serial number indicates CPU module serial number. Two same serial numbers indicates a dual core CPU.
From MP
MP -> CM -> SS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 07:05 AM
04-06-2006 07:05 AM
Re: Dual Core CPU - How to verify
Can you please explain what is BCH?
Where/how do you get the above command output?
Thanks,
Ramassh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 07:13 AM
04-06-2006 07:13 AM
Re: Dual Core CPU - How to verify
If you interrupt the boot process you'll get the BCH prompt. Now you can issue several commands for information, config ...
see attachement
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
04-06-2006 07:30 AM
04-06-2006 07:30 AM
Re: Dual Core CPU - How to verify
This command will give you the information you ar elooking for.
/usr/sam/lbin/samx -C /usr/sam/lib/C/mo.ui
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 09:28 AM
04-06-2006 09:28 AM
Re: Dual Core CPU - How to verify
Thanks for your replies.
I think I will stick to 'cstm' command that Sameer and Robert suggested above, which needs a bit tweaking:
echo "sc product cpu;info;wait;il" | cstm | egrep -i "^serial number"
Because there is another serial number (Cpu Serial Number), which is same for all CPUs(!?). Also the above command return "N/A" on my conventional (single core) systems. Any ideas?
Is it safe to assume that cstm / stm will be installed by default on all HP-UX systems? I see that this command is not available on our 9.x system. I believe 9.x does not support multicores. Is that correct?
Thanks,
Ramassh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 06:30 PM
04-06-2006 06:30 PM
Re: Dual Core CPU - How to verify
Hi,
Only the CPUs PA8800 and 8900 aand above are the dual core CPUs.
so you can calculate based on that.
Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2006 04:08 AM
04-07-2006 04:08 AM
Re: Dual Core CPU - How to verify
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2006 10:31 AM
04-23-2006 10:31 AM
Re: Dual Core CPU - How to verify
How will the 'un-CLAIMED' processors look in the above cstm command? Is it possible to identify them through cstm? Can someone display a sample output with 'un-CLAIMED' cpus.
Thanks
Ramassh