Operating System - HP-UX
1753797 Members
7281 Online
108799 Solutions
New Discussion юеВ

Processor resource allocation

 
SOLVED
Go to solution
Ngoh Chean Siung
Super Advisor

Processor resource allocation

Hi,

Is there any way to allocate the processor resource to perform a particular task in HP-UX? I think this is in OS level, right. As I know, we not able to do this in windows base, right.

How about in HP-UX? Any ideas?

regards.
5 REPLIES 5
Stefan Farrelly
Honored Contributor

Re: Processor resource allocation

do you want Process Resource Manager ? go to docs.hp.com and search for its manual - maybt this is what you are looking for, or a resource based version called Workload Manager (again, you can find the manual on docs.hp.com).
Im from Palmerston North, New Zealand, but somehow ended up in London...
Joseph Loo
Honored Contributor
Solution

Re: Processor resource allocation

hi,

use nice command which gives priority to certain command and not use the default priority schedule.

# man nice
for more detail.

hope this help.

regards
what you do not see does not mean you should not believe
KapilRaj
Honored Contributor

Re: Processor resource allocation

There is really something to do this. 'Cause i was using bindprocess in AIX and somebody told me the equivalent in HP it is ......

Check this link

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=58823

Kaps
Nothing is impossible
Sunil Sharma_1
Honored Contributor

Re: Processor resource allocation

Hi,

HP UX itself don't have command for this but HP has a product called HP Process resource manager. You can use it to assign resources to specific user, specific process etc.

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
Bharat Katkar
Honored Contributor

Re: Processor resource allocation

As mentioned by joseph you use nice/renice commands for controlling the execution of processes and you can monitor the processor utilization thr' glance/sar commands on HPUX so that effective Processor resource allocation can be done.
You need to know a lot to actually know how little you know