Operating System - HP-UX
1836607 Members
1906 Online
110102 Solutions
New Discussion

Re: Dynamic CPU allocation : HP-UX

 
Jayan Nair
Frequent Advisor

Dynamic CPU allocation : HP-UX

Hi All,
Is there a way in HPUX to disable a processor on the fly?
What is the behavior of HPUX if a CPU fails? Is there a way of simulating CPU failure?
what are the CPU failure/disable capabilities of the machines?
If you have an nPar or vPar or a whole machine. Can you dynamically add a CPU to an nPar or vPar without shutting the OS down?

Thanks,
Jayan
6 REPLIES 6
Deepak Kr
Respected Contributor

Re: Dynamic CPU allocation : HP-UX

No remvoing cpu is not possible on the fly.

refer to:
http://docs.hp.com/en/5991-1247B/index.html
"There is always some scope for improvement"
Deepak Kr
Respected Contributor

Re: Dynamic CPU allocation : HP-UX

For vpar it is possible to add and remove cpu dynamically.

http://docs.hp.com/en/T1335-90083/index.html



"There is always some scope for improvement"
Steve Reynolds
Frequent Advisor

Re: Dynamic CPU allocation : HP-UX

In a virtual partion environment you
can add/delete cpu's with the vparmodify
command.

vparmodify -p -a cpu::2
vparmodify -p -d cpu::1

You can specify CPU's by cell board or
hardware path
vparmodify -p -a cpu:2:1
vparmodify -p -a cpu:1.121

Using global workload manager you can build
CPU policies to dynamially add/delete CPU's
as needed for a virtual partition.

In a nPar you must reboot to add/disable CPU's


Jayan Nair
Frequent Advisor

Re: Dynamic CPU allocation : HP-UX

Thanks Kumar & Steve.

Steve without using gWLM can I add/disable/delete resources dynamically.

Deepak Kr
Respected Contributor

Re: Dynamic CPU allocation : HP-UX

Hi Jayan,

Yes, for vpar it is very flexible to add/remove CPUs on the fly.

WLM is not compulsary here if you dont have it.

For npar you can add/remove cpu but only rebooting. Cell modification needs reboot.

Hope this will clear doubts.


Please assign points if you are satisfied with answers..


Thx>>>>>>>>DK
"There is always some scope for improvement"
Don Morris_1
Honored Contributor

Re: Dynamic CPU allocation : HP-UX

Um, no. 11iv3 with the 0709 update included Dynamic nPartitions. Cell OLA and Cell OLD is entirely possible.