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 [2020/03/15 12:03]
gcooper
virtualization:xenserver:xen_orchestra [2023/07/19 12:16] (current)
gcooper
Line 28: Line 28:
  
 <file> <file>
-apt update && apt dist-upgrade -y && apt clean && reboot+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 curl https://raw.githubusercontent.com/Jarli01/xenorchestra_updater/master/xo-update.sh | bash
Line 44: Line 44:
  
 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.1584295427.txt.gz · Last modified: 2020/03/15 12:03 by gcooper