- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- multiprocessing
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
07-12-2000 07:01 AM
07-12-2000 07:01 AM
Machine Hp9000, N class 4000, running HP-UX 11.0 has four CPUs. while monitoring performance we have noticed cpu0 is being overloaded(utilization 100% sometimes) while other three processor's utilization stays below 10% all the time. Any suggestions please.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2000 07:04 AM
07-12-2000 07:04 AM
Re: multiprocessing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2000 07:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2000 07:19 AM
07-12-2000 07:19 AM
Re: multiprocessing
Brian
<*(((>< er
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2000 07:26 AM
07-12-2000 07:26 AM
Re: multiprocessing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2000 08:00 AM
07-12-2000 08:00 AM
Re: multiprocessing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2000 08:06 AM
07-12-2000 08:06 AM
Re: multiprocessing
http://docs.hp.com/hpux/pdf/J4240-90005.pdf
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2000 08:38 AM
07-12-2000 08:38 AM
Re: multiprocessing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2000 08:45 AM
07-12-2000 08:45 AM
Re: multiprocessing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2000 09:13 AM
07-12-2000 09:13 AM
Re: multiprocessing
UNX1030249 Control on which processor process runs in multi-processor system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2000 11:25 AM
07-12-2000 11:25 AM
Re: multiprocessing
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2000 11:36 PM
07-12-2000 11:36 PM
Re: multiprocessing
Load PHNE_21433 like I said earlier. If you read the patch text it's a perfect match for your problem!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2000 11:38 PM
07-12-2000 11:38 PM
Re: multiprocessing
And to prove it's networking compile up and run this program. You'll see that you have perfect load balancing.
You MUST compile it with :-
cc +O1 cpuhog.c -o cpuhog
Optimization any higher will take out the loop (it doesn't do much really)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2000 04:06 AM
07-13-2000 04:06 AM
Re: multiprocessing
off of CPU 0 and get them floating among CPUs again. It is working as load is being distributed on all 4 cpus.
Andy
we will read about the patch you have suggested and may be that is the answer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2000 04:08 AM
07-13-2000 04:08 AM
Re: multiprocessing
off of CPU 0 and get them floating among CPUs again. It is working as load is being distributed on all 4 cpus.
Andy
we will read about the patch you have suggested and may be that is the answer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2000 12:14 PM
07-13-2000 12:14 PM
Re: multiprocessing
If it is the problem I think it is, then using processor affinity, you will probably either see in glance, that the processes are still moving (but coming back to the processor you tied them too), or your getting messages in dmesg saying things about threads being moved.
Try my test program if you get a chance too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2000 04:24 AM
07-17-2000 04:24 AM
Re: multiprocessing
we have applied patch PHNE_21433 and all 4 cpu's are being utilized and the load is balanced. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2000 04:25 AM
07-17-2000 04:25 AM
Re: multiprocessing
Thanks for letting me know.