Operating System - HP-UX
1754282 Members
3045 Online
108813 Solutions
New Discussion

Re: how to edit the vpar config

 
rajesh73
Super Advisor

how to edit the vpar config

I need to add the CPU core in hp-ux 11.31 vpar. What is the steps to add the cpu core in running vpar.


Note----now the vpar running in cluster

 

 

P.S. This thread ahs been moved from HP-UX > Serviceguard to HP-UX > virtualization. - Hp Forum Moderator

3 REPLIES 3
Patrick Wallek
Honored Contributor

Re: how to edit the vpar config

The 'vparmodify' command is your friend here.

 

# man vparmodify

 

To add a cpu to a running vpar (name pwwvp1) you would do:

 

# vparmodify -p pwwvp1 -a cpu::1

 

 

rajesh73
Super Advisor

Re: how to edit the vpar config

vparmodify -p pwwvp1 -a cpu::1

From the above command 1 means CPU count,am I right
Patrick Wallek
Honored Contributor

Re: how to edit the vpar config

>>From the above command 1 means CPU count,am I right

 

It means you are adding 1 CPU to the system.  So if it has 3 now, and you add 1, it will have a total of 4.