Operating System - HP-UX
1833767 Members
2175 Online
110063 Solutions
New Discussion

Scheduling the tasks on HP-UX11.00

 
Naveen Shetty
Frequent Advisor

Scheduling the tasks on HP-UX11.00

Dear all
We have a L2000 server with 4CPU-HPUX 11.00.We are in need to know,is there any procedure to prioritise/schedule tasks with respect to processors for eg.
we have 4 tasks viz A,B,C and D.Through the base OS,is it possible to configure the system in such a way that task A should be executed by CPU-0 and only after its completion task-B will be executed on the same CPU.Same for tasts C&D one after the another.I would like to know whether this functionlaity is possible thro' base OS or should we require any additional utility.

Thanks & regards
Queries
2 REPLIES 2
George Petrides_1
Honored Contributor

Re: Scheduling the tasks on HP-UX11.00

I believe with Process Resource Manager (PRM) you should be able to do that but you'll have to purchase the PRM from HP.
George
Elmar P. Kolkman
Honored Contributor

Re: Scheduling the tasks on HP-UX11.00

Make a script containing the 4 tasks and run that. That should force it to be sequential.

As for the limit to CPU-0, you may need prm.
Every problem has at least one solution. Only some solutions are harder to find.