Operating System - HP-UX
1833758 Members
2638 Online
110063 Solutions
New Discussion

error when adjusting vcpu number in hpvm guest

 
johntc
Occasional Visitor

error when adjusting vcpu number in hpvm guest

Hi all,

 

When trying to adjust number of virtual CPUs configured to an HPVM guest, get the below errors: 

 

# hpvmmodify -P vmguest1 -c 2   
hpvmmodify: ERROR (vmguest1): Invalid number of VCPUs = 2.   
hpvmmodify: Unable to set the number of vcpus.   
hpvmmodify: Unable to modify the guest.   

 

Please help.. thanks

 

2 REPLIES 2
Torsten.
Acclaimed Contributor

Re: error when adjusting vcpu number in hpvm guest

How many physical CPUs do you have?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Yves Pelletier
New Member

Re: error when adjusting vcpu number in hpvm guest

For the records, I got the same message today, and I resolved it by specifying the cpu range also.  The man pages says that it's optionnal, but it seem that it isn't.

 

So hpvmmodify -P guest -c 2:1:4 , by example, worked for me.