This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
virtualization:xenserver:xen_orchestra [2019/03/15 10:52] 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 |
https:// | https:// | ||
Line 20: | Line 20: | ||
**Updater Script**: https:// | **Updater Script**: https:// | ||
+ | |||
+ | **Clean Up ' | ||
+ | |||
+ | ===== Update ===== | ||
+ | |||
+ | :!: Take a **snapshot** of the VM first. | ||
+ | |||
+ | < | ||
+ | apt update && apt -y dist-upgrade && apt -y autoremove && apt clean && reboot | ||
+ | |||
+ | curl https:// | ||
+ | </ | ||
===== Install XOA ===== | ===== Install XOA ===== | ||
Line 32: | Line 44: | ||
https:// | https:// | ||
+ | |||
+ | Check logs: | ||
+ | |||
+ | < | ||
+ | journalctl -u xo-server -f -n 50 | ||
+ | </ | ||
+ | |||
+ | Update node first: | ||
+ | |||
+ | < | ||
+ | n stable | ||
+ | </ | ||
+ | |||
+ | ==== XOCE ==== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | Force Rebuild: | ||
+ | |||
+ | < | ||
+ | curl -k https:// | ||
+ | </ | ||
+ | |||
+ | Update Node: | ||
+ | |||
+ | < | ||
+ | curl -k https:// | ||
+ | </ | ||
+ | |||
+ | ==== ENOENT: no such file ==== | ||
+ | |||
+ | Delete the associated '' | ||
+ | |||
+ | < | ||
+ | rm / | ||
+ | </ |