Thursday 9 June 2011

Configure systems to launch virtual machines at boot

I guess this one is up there with this objective in the easiest objectives category.
virsh autostart domainname
where domainname is the name of the virtual machine.

So for the vm I just created in the previous post, the command would be
virsh autostart testvm
 which has the following result:
Domain testvm marked as autostarted

No comments:

Post a Comment