1837900 Members
3130 Online
110123 Solutions
New Discussion

HPUX and CPU resource

 
Lee Fredericks
Occasional Contributor

HPUX and CPU resource

Is there a way to assign a process to a specific cpu under HPUX 11.0?
4 REPLIES 4
Stefan Farrelly
Honored Contributor

Re: HPUX and CPU resource


Nope, not that I know of. There is though a C function which enables you to take over a whole cpu and run your process under it, but thats not exactly useful for 3rd party applications - only ones you write yourself.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Patrick Wallek
Honored Contributor

Re: HPUX and CPU resource

I don't think there is a way to do it with just the base OS.

I believe that the Process Resource Manager product will do what you want. It is NOT a free product.

Have a look at this link for more information:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B3835DA
Patrick Wessel
Honored Contributor

Re: HPUX and CPU resource

Maybe this helps:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x9857c5ea0230d411ade80090279cd0f9,00.html
There is no good troubleshooting with bad data
Stefan Farrelly
Honored Contributor

Re: HPUX and CPU resource


Process Resource Manager (PRM) doesnt assign processes to particular cpu's, it limits how much cpu a process can use.
Im from Palmerston North, New Zealand, but somehow ended up in London...