I cloned a machine using:
virt-clone --prompt
Now it's sitting in my /vm
folder. How do I power it on (from the console)?
I cloned a machine using:
virt-clone --prompt
Now it's sitting in my /vm
folder. How do I power it on (from the console)?
So I figured it out.
xm create /etc/xen/domainname
where "/etc/xen/domainname" is the config file with the name given to the instance.