1833846 Members
2007 Online
110063 Solutions
New Discussion

remove CPU in a quest

 
SOLVED
Go to solution
cscoglio
Advisor

remove CPU in a quest

how to remove or delete cpu´s in a vm (guest) and how to add this cpu in another guest??
3 REPLIES 3
Michael Steele_2
Honored Contributor
Solution

Re: remove CPU in a quest

Modify a guest,
hpvmmodify -P guest2 -c 1 -r 2G


Stop a guest,
hpvmstop -P guest2


Shutdown all VMs,
hpvmstop -a -F


Completely delete a guest,
hpvmremove -P guest2
lvremove /dev/vgvm/guest2


hpvmstatus -v -P guest3
Support Fatherhood - Stop Family Law
Torsten.
Acclaimed Contributor

Re: remove CPU in a quest

>> delete cpu´s in a vm (guest) and how to add this cpu


You don't add *this* CPU, you deal with virtual CPUS!

Each guest can have up to 8 vCPUs (depending on version) if you have at least 8 physical cores.

This is really different to virtual partitions!

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!   
cscoglio
Advisor

Re: remove CPU in a quest

ok