- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Processor and core informations on hp ux rx 3600 s...
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
11-30-2011 06:42 AM
11-30-2011 06:42 AM
Processor and core informations on hp ux rx 3600 servers.
Hi Experts,
How to determine the total number of physical cpus and number od cores on hp ux. I executed the command ioscan -fnC processor and machinfo. From these outs how we can conclude the total number of physical cpus and number od cores.
# ioscan -fnC processor
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
processor 0 120 processor CLAIMED PROCESSOR Processor
processor 1 121 processor CLAIMED PROCESSOR Processor
# machinfo |more
CPU info:
Number of CPUs = 2
Number of enabled CPUs = 2
Number of enabled sockets = 1
Cores per socket = 2
Clock speed = 1595 MHz
Bus speed = 532 MT/s
CPUID registers
vendor information = "GenuineIntel"
processor serial number = 0x0000000000000000
processor version info = 0x0000000020000704
architecture revision: 0
processor family: 32 Intel(R) Itanium 2 9000 series
processor model: 0 Intel(R) Itanium 2 9000 series
Thanks in Advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2011 06:56 AM
11-30-2011 06:56 AM
Re: Processor and core information on HP-UX rx3600 servers.
>How to determine the total number of physical CPUs and number of cores?
machinfo tells you:
Number of CPUs = 2 Number of enabled CPUs = 2
Number of enabled sockets = 1
Cores per socket = 2
You have two cores == two CPUs. Only one socket.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2011 07:42 AM
11-30-2011 07:42 AM
Re: Processor and core information on HP-UX rx3600 servers.
Thanks for your support.
Kindly let me know ioscan ouput stands for, is it for total number of cores or number of processors and for other hardware model's also how we can clonclude.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2011 08:08 AM
11-30-2011 08:08 AM
Re: Processor and core information on HP-UX rx3600 servers.
>let me know ioscan putout stands for, is it for total number of cores or number of processors?
Same as machinfo: cores == processors
With the possible exception if hyperthreading is turned on?
>for other hardware models also how we can conclude?
It should be similar.