Operating System - HP-UX
1753267 Members
5496 Online
108792 Solutions
New Discussion юеВ

Re: Reduce ignite process ?

 
SOLVED
Go to solution
FrancoisM
Occasional Advisor

Reduce ignite process ?

Hello,

how can I limit the CPU use of ignite process please ?

Is there any command to stuck a process and those children to 20% for example ?

Thanks in advance.
4 REPLIES 4
Ralph Grothe
Honored Contributor

Re: Reduce ignite process ?

You could start the ignite job with a lower priority (e.g. nice -19 /opt/ignite/bin/make_net_recovery ...)
However, if this job wasn't currently contending with other jobs for cpu, I would assume that it despite would take more than 20% should it require it.
But that should be no problem.
Madness, thy name is system administration
Berd
Trusted Contributor
Solution

Re: Reduce ignite process ?

Francois,

There is a tool called Process Resource Manager (PRM) which allows you to set a minimum CPU requirement for certain processes.

Try searching for this product @ software.hp.com

Regards,
Berd
FrancoisM
Occasional Advisor

Re: Reduce ignite process ?

Thanks for your responses,

indeed I forgot PRM ! This is my solution.

Bye ! :)
FrancoisM
Occasional Advisor

Re: Reduce ignite process ?

PRM seems to not be free.

I will try "nice" command.