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 Both sides next revision
sample:base [2015/03/31 00:33]
admin [Register SR as Pool Default]
sample:base [2015/03/31 01:18]
admin [Install the Appliance]
Line 604: Line 604:
 ==== Install the Appliance ==== ==== Install the Appliance ====
 ---- ----
-XenOrchestra (XO) is an open-source Web interface for XenServer (or XCP in this case) communicating through XAPI. It is made available as an "​appliance"​ for Xen, which means you can [[https://​xen-orchestra.com/​|download a fully configured VM from the XO website]]. You'll have to register first but there is a free version available for download (version is 3.as of this writing: 2015-03-05). Once downloaded, you'll have an .xva file that you need to transfer to your Xen Host. We'll use sftp to do this, creating a new directory on the host for .xva files in /​opt/​xen/​X-Local-XVA:​+XenOrchestra (XO) is an open-source Web interface for XenServer (or XCP in this case) communicating through XAPI. It is made available as an "​appliance"​ for Xen, which means you can [[https://​xen-orchestra.com/​|download a fully configured VM from the XO website]]. You'll have to register first but there is a free version available for download (version is 3.as of this writing: 2015-03-31). Once downloaded, you'll have an .xva file that you need to transfer to your Xen Host. We'll use sftp to do this, creating a new directory on the host for .xva files in /​opt/​xen/​X-Local-XVA:​
  
 <​code>​ <​code>​
--- From the workstation where you downloaded xoa_free_3.6.xva --+-- From the workstation where you downloaded xoa_free_3.8.xva -- 
 +> cd /​path/​to/​your/​download
 > sftp root@<​xen_host_ip>​ > sftp root@<​xen_host_ip>​
 sftp> cd /opt/xen sftp> cd /opt/xen
 sftp> mkdir X-Local-XVA sftp> mkdir X-Local-XVA
 sftp> cd X-Local-XVA sftp> cd X-Local-XVA
-sftp> lcd /​path/​to/​your/​download +sftp> put xoa_free_3.8.xva 
-sftp> put xoa_free_3.6.xva +xoa_free_3.8.xva                17%  116MB   ​4.0MB/​s ​  02:16 ETA
-xoa_free_3.6.xva                17%  116MB   ​4.0MB/​s ​  02:16 ETA+
 sftp> exit sftp> exit
 </​code>​ </​code>​
Line 621: Line 621:
 <​code>​ <​code>​
 > cd /​opt/​xen/​X-Local-XVA > cd /​opt/​xen/​X-Local-XVA
-> sudo xe vm-import filename=xoa_free_3.6.xva+> sudo xe vm-import filename=xoa_free_3.8.xva
 </​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.