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
Last revision Both sides next revision
sample:base [2015/03/31 01:18]
admin [Install the Appliance]
sample:base [2015/03/31 01:44]
admin [Install the Appliance]
Line 622: Line 622:
 > cd /​opt/​xen/​X-Local-XVA > cd /​opt/​xen/​X-Local-XVA
 > sudo xe vm-import filename=xoa_free_3.8.xva > sudo xe vm-import filename=xoa_free_3.8.xva
 +e803456a-1478-6047-8735-171f1ac0dcf2
 </​code>​ </​code>​
 It takes a little time (unzipping the image), to be honest it can take //quite some// time. It takes a little time (unzipping the image), to be honest it can take //quite some// time.
  
 ---- ----
 +==== Start the XOA VM ====
 +----
 +Although the VM has now been imported, its initial state is "​halted":​
 +<​code>​
 +> sudo xe vm-list
 +uuid ( RO)           : 185059ea-0cdc-01a6-490f-befa6d20052b
 +     ​name-label ( RW): Control domain on host: provocator
 +    power-state ( RO): running
 +
 +
 +uuid ( RO)           : e803456a-1478-6047-8735-171f1ac0dcf2
 +     ​name-label ( RW): XOA 3.8 Free Edition
 +    power-state ( RO): halted
 +</​code>​
 +
 +Note that you might want to run an IP scan before starting the VM (seen next point).
 +
 +<​code>​
 +> sudo xe vm-start name-label="​XOA 3.8 Free Edition"​
 +</​code>​
 ==== Fix the VM IP ==== ==== Fix the VM IP ====
 ---- ----