- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Multi Processor OS
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
09-07-2003 08:37 PM
09-07-2003 08:37 PM
Multi Processor OS
We have dual processor Server with HP-UX 11i Installed; It shows processor P0 Active & Processor P1 is Idel .
Can some body will let us know how to activate the second Processor in already installed OS.
Thanks & Regards
Varian Crasto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 08:43 PM
09-07-2003 08:43 PM
Re: Multi Processor OS
Do you have iCOD installed?
Tim.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 08:46 PM
09-07-2003 08:46 PM
Re: Multi Processor OS
It could be misleading if there is no activity on the system. If you have multi-threaded processes, then both the CPUs will be shown as active. Single threaded process will occupy an entire cpu but switch between the CPUs depending on the load.
Is your processor p0 100% active?
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 09:04 PM
09-07-2003 09:04 PM
Re: Multi Processor OS
Yes my single cpu goes upto 100% utilization, I have check it with sar -u command.
Thnaks & Regards
Varian Crasto.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 09:16 PM
09-07-2003 09:16 PM
Re: Multi Processor OS
While the server is booting only the monarch cpu is active until a certain point - called the rendezvous. This is implemented when the kernel enters its main() function.
For sar you need to use the -M option to view the status of all the processor, i.e.
# sar -M 1 1
You can check the processors on the system using :
# ioscan -fnCprocessor
Cheers,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 09:30 PM
09-07-2003 09:30 PM
Re: Multi Processor OS
After boot, the OS is multi processor enabled right out of the box.
If you don't have anything running on your system, and you check with glance or top, you will see no load factor on one of the cpu's.
I suggest you use the script I'm attaching and measure performance for an hour. During that hour you should do something on the system like run X-Windows or install software that requires the CPU's to do something.
You will see both CPU's working away quite happily.
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
09-07-2003 09:35 PM
09-07-2003 09:35 PM
Re: Multi Processor OS
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 10:09 PM
09-07-2003 10:09 PM
Re: Multi Processor OS
sar -M works give me the reqiured out put.
Regrads
Varian Crasto