User Tools

Site Tools


virtualization:xenserver:xen_orchestra

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
virtualization:xenserver:xen_orchestra [2018/07/31 09:27]
gcooper
virtualization:xenserver:xen_orchestra [2023/07/19 12:16] (current)
gcooper
Line 1: Line 1:
 ====== Xen Orchestra ====== ====== Xen Orchestra ======
  
-A web interface to XenServer...+A web interface to XenServer and much more...
  
 https://xen-orchestra.com https://xen-orchestra.com
Line 9: Line 9:
 http://xapi-project.github.io/getting-started/architecture.html http://xapi-project.github.io/getting-started/architecture.html
  
-===== GPL =====+===== XOCE =====
  
 The free version of the XOA appliance is **very limited**.  No self-service control panel, no user ACLs, no backup, etc. The free version of the XOA appliance is **very limited**.  No self-service control panel, no user ACLs, no backup, etc.
  
-However, it is free (though difficult) to build the XOA appliance yourself with additional features:+However, the Community Edition is free to build yourself with full features.
  
-https://github.com/hackmods/autoXOA+==== Ubuntu Server 18.04 LTS ==== 
 + 
 +**Installer Script**: https://github.com/Jarli01/xenorchestra_installer 
 + 
 +**Updater Script**: https://github.com/Jarli01/xenorchestra_updater 
 + 
 +**Clean Up 'Unsupported' Banner**: https://github.com/FoxieHazmat/xenorchestraSourceBannerFix 
 + 
 +===== Update ===== 
 + 
 +:!: Take a **snapshot** of the VM first. 
 + 
 +<file> 
 +apt update && apt -y dist-upgrade && apt -y autoremove && apt clean && reboot 
 + 
 +curl https://raw.githubusercontent.com/Jarli01/xenorchestra_updater/master/xo-update.sh | bash 
 +</file>
  
 ===== Install XOA ===== ===== Install XOA =====
Line 25: Line 41:
 https://xen-orchestra.com/blog/improving-security-in-xen-orchestra/ https://xen-orchestra.com/blog/improving-security-in-xen-orchestra/
  
-===== Troublesshooting =====+===== Troubleshooting =====
  
 https://xen-orchestra.com/docs/troubleshooting.html https://xen-orchestra.com/docs/troubleshooting.html
 +
 +Check logs:
 +
 +<file>
 +journalctl -u xo-server -f -n 50
 +</file>
 +
 +Update node first:
 +
 +<file>
 +n stable
 +</file>
 +
 +==== XOCE ====
 +
 +https://github.com/Jarli01/xenorchestra_updater/blob/master/TROUBLESHOOTING.md
 +
 +Force Rebuild:
 +
 +<file>
 +curl -k https://raw.githubusercontent.com/Jarli01/xenorchestra_updater/master/xo-update.sh | bash -s -- -f
 +</file>
 +
 +Update Node:
 +
 +<file>
 +curl -k https://raw.githubusercontent.com/Jarli01/xenorchestra_updater/master/xo-update.sh | bash -s -- -n stable
 +</file>
 +
 +==== ENOENT: no such file ====
 +
 +Delete the associated ''cache.json.gz'' file on the storage server then refresh the XO Restore page in your browser.
 +
 +<file>
 +rm /backup/va-backup-xs/xo-vm-backups/<UUID>/cache.json.gz
 +</file>
virtualization/xenserver/xen_orchestra.1533050827.txt.gz · Last modified: 2018/07/31 09:27 by gcooper