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 [2020/03/15 12:03] gcooper |
virtualization:xenserver:xen_orchestra [2023/07/19 12:16] (current) gcooper |
||
---|---|---|---|
Line 28: | Line 28: | ||
< | < | ||
- | apt update && apt dist-upgrade -y && apt clean && reboot | + | apt update && apt -y dist-upgrade |
curl https:// | curl https:// | ||
Line 44: | 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 / | ||
+ | </ |