This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
virtualization:xenserver:xenserver_updates [2017/01/26 10:50] gcooper |
virtualization:xenserver:xenserver_updates [2020/03/15 09:35] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Xenserver Updates ====== | ====== Xenserver Updates ====== | ||
- | :!: **As of XenServer 6.5, you can now install | + | :!: **If you have Xen Orchestra**: |
+ | |||
+ | :!: **If you have XCP-NG**: https:// | ||
+ | |||
+ | :!: **Upgrade XenServer to XCP-NG**: https:// | ||
* Version upgrades are done with the Rolling Pool Upgrade tool within XenCenter | * Version upgrades are done with the Rolling Pool Upgrade tool within XenCenter | ||
Line 8: | Line 13: | ||
* Be sure to reboot hosts if needed after updates, again starting with the pool master | * Be sure to reboot hosts if needed after updates, again starting with the pool master | ||
- | **Download Updates**: | + | **Download Updates**: |
:!: The XenServer Dom0 disk space is limited and easy to fill up. You should clean out any unnecessary files before, during and after updates to keep from filling the disk. For example, on a large update like a Service Pack, you might want to just install the Service Pack, delete any unneeded files, then proceed with any other updates. | :!: The XenServer Dom0 disk space is limited and easy to fill up. You should clean out any unnecessary files before, during and after updates to keep from filling the disk. For example, on a large update like a Service Pack, you might want to just install the Service Pack, delete any unneeded files, then proceed with any other updates. | ||
+ | |||
+ | ===== Updating VMs ===== | ||
+ | |||
+ | :!: **Updating VMs**: https:// | ||
+ | |||
+ | * Enable '' | ||
+ | * Xen Orchestra VM Advanced settings, or | ||
+ | * '' | ||
+ | |||
+ | <note warning> | ||
+ | |||
+ | <note warning> | ||
+ | |||
+ | When updating a Windows VM: | ||
+ | |||
+ | - Install all other Windows Updates and reboot | ||
+ | - Then install Citrix PV driver update and reboot | ||
+ | - Finally, log into the Windows VM as the same (admin) user and initiate a **second reboot** | ||
===== Show Installed Updates on a XenServer ===== | ===== Show Installed Updates on a XenServer ===== | ||
Line 16: | Line 39: | ||
< | < | ||
xe patch-list |grep name-label |sort | xe patch-list |grep name-label |sort | ||
+ | |||
+ | xe update-list -s < | ||
</ | </ | ||
===== Install Updates ===== | ===== Install Updates ===== | ||
- | < | + | :!: As of XenServer |
- | # XenServer | + | |
- | wget --limit-rate=500k http:// | + | |
- | # reboot needed | + | |
- | # XenServer | + | :!: **Do not install |
- | wget --no-check-certificate --limit-rate=500k -O XS65ESP1012.zip \ | + | |
- | | + | ==== XenServer 7.2 ==== |
- | wget --no-check-certificate --limit-rate=500k -O XS65ESP1024.zip \ | + | |
- | https:// | + | |
- | wget --no-check-certificate --limit-rate=500k -O XS65ESP1027.zip \ | + | * Includes XS72E001, XS72E004, XS72E006, XS72E008, XS72E009, XS72E012, XS72E013, XS72E015 |
- | https:// | + | |
- | wget --no-check-certificate --limit-rate=500k -O XS65ESP1035.zip \ | + | ===== Manual Updates ===== |
- | | + | |
- | wget --no-check-certificate --limit-rate=500k -O XS65ESP1039.zip \ | + | < |
- | https:// | + | wget --no-check-certificate --limit-rate=500k -O XSxxxxxxxxx.zip <URL> |
- | wget --no-check-certificate --limit-rate=500k -O XS65ESP1041.zip \ | + | |
- | https:// | + | |
- | # reboot needed | + | |
for x in XS*.zip; do unzip $x; done | for x in XS*.zip; do unzip $x; done |