- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- number of CPU
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
08-31-2001 12:22 AM
08-31-2001 12:22 AM
number of CPU
From sam system property I have saw only one cpu running active. Is that possible that one CPU was locked? If so how could I find out. Anyway I am not sure how many processor we have for this L class server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 12:28 AM
08-31-2001 12:28 AM
Re: number of CPU
To find the number of CPU, execute
top
command
it gives the number of cpu running
...BPK...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 12:31 AM
08-31-2001 12:31 AM
Re: number of CPU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 12:37 AM
08-31-2001 12:37 AM
Re: number of CPU
Why you want to lock one cpu ?
I am interested to know what is the advantage
you get by locking one CPU ?
Thanks
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 12:47 AM
08-31-2001 12:47 AM
Re: number of CPU
You can lock CPUs at boot time.
Interrupt the boot sequence and you have options of running the machine on less number of CPU's.
I am not sure if that can be done without rebooting.
But there are options for running your application on only a particular CPU.
Hope this helps...
...BPK...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 12:50 AM
08-31-2001 12:50 AM
Re: number of CPU
disclaimer 1: I will not guaruntee a good working computer if you only have 2 CPUs.
disclaimer 2: you should only do this if you need to (in the case of its fsilure, etc)
Good luck
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 01:07 AM
08-31-2001 01:07 AM
Re: number of CPU
About how to enable/disable a particular CPU, type the next command in the boot menu:
cpuconfig <#n?procesador> on/off
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 01:08 AM
08-31-2001 01:08 AM
Re: number of CPU
I hope this helps.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 02:44 AM
08-31-2001 02:44 AM
Re: number of CPU
At the Boot Console Handler, in the SER menu there is a CPU command that allows you to enable or disable CPUs for ICOD purposes (see doc.hp.com ha icod section)
There is s/w to install also, the icod daemon, you find if you have that installed by looking for a command in /usr/sbin/icod
icod -verify will tell you if there are cpus in use or not, so will stm support tool manager.. it will also allw you to enable/disable them, but will require a reboot at this icod release..
As mentioned before top will work to see how many cpus are working, installed and configured.. or you can use the getconf command or /usr/sbin/diag/contrib/pdcinfo
or /opt/ignite/bin/print_manifest to find out all you need to know about your harware configuration and installation.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 03:19 AM
08-31-2001 03:19 AM
Re: number of CPU
# sar -M 1 1
...will give one snapshot of the per-processor utilization by CPU. You can easily see how many CPUs you have.
...JRF...