Stephen Wells
2009-Jun-29 20:09 UTC
How to increase number of cpu on domu installed using virt-install?
I am still trying to find my way around on setting up VM''s. I have install 2 domu instances that are opensolaris and have just done a 3rd that is Solaris 10. My problem is that on the Solaris 10 configuration I did not specify number of processors so it defaulted to 1. How can I change the number of default processors for a domu? The Virtual Machine Manager will not show me any details so I cannot change it there. I assume there is a configuration file that will need to be edited but I don''t know where it is. Thanks for any help. Steve -- This message posted from opensolaris.org
Joseph Mocker
2009-Jun-29 20:12 UTC
Re: How to increase number of cpu on domu installed using virt-install?
You an use "virsh dominfo" to get information about the domu at the command line. Then use "virsh setvcpus" to change the number of cpus. I''m not sure this will take effect until the next domu reboot. --joe Stephen Wells wrote:> I am still trying to find my way around on setting up VM''s. I have install 2 domu instances that are opensolaris and have just done a 3rd that is Solaris 10. My problem is that on the Solaris 10 configuration I did not specify number of processors so it defaulted to 1. How can I change the number of default processors for a domu? The Virtual Machine Manager will not show me any details so I cannot change it there. I assume there is a configuration file that will need to be edited but I don''t know where it is. > > Thanks for any help. > > Steve >