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)?

link|improve this question

78% accept rate
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.