Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
hypervisor:toolstack:domu [2014/06/05 02:57]
admin [Templated VM Specific Operations]
hypervisor:toolstack:domu [2014/06/05 10:47]
admin [Templated VM Specific Operations]
Line 261: Line 261:
 > xe vm-param-set uuid=... PV-bootloader=pygrub > xe vm-param-set uuid=... PV-bootloader=pygrub
 </​code>​ </​code>​
 +
 +=== Add Xen Tools ===
 +
 +At this point you might want to [[http://​wiki.strategicz.com/​vhyper/​doku.php?​id=hypervisor:​basestack:​domu&#​install_xen_tools|add the XenTools]] to your VM.
  
 ---- ----
Line 284: Line 288:
 > xe template-param-set is-a-template=false ha-always-run=false uuid=<​snapshot-uuid>​ > xe template-param-set is-a-template=false ha-always-run=false uuid=<​snapshot-uuid>​
 > xe vm-export vm=<​snapshot-uuid>​ filename=<​filename>​.xva > xe vm-export vm=<​snapshot-uuid>​ filename=<​filename>​.xva
 +Export succeeded
 </​code>​ </​code>​
 +The export operation can take a while... Be patient until you see the "​Export succeeded"​ message.
  
 Finally let's get rid of the snapshot: Finally let's get rid of the snapshot:
 <​code>​ <​code>​
-> xe vm-uninstall uuid=b759625c-eab5-4e0f-be5e-a05bcbad869a ​force=true+> xe vm-uninstall uuid=<​snapshot-uuid> ​force=true
 </​code>​ </​code>​
 +
 +----
 ===== Using Xen Orchestra ===== ===== Using Xen Orchestra =====
 ---- ----