1

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

Fragsworth
  • 1,181
  • 2
  • 12
  • 14

1 Answers1

1

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.

Fragsworth
  • 1,181
  • 2
  • 12
  • 14