Tuesday, September 30, 2014

Installing Xen Server updates

Upload the patch to the server:
xe patch-upload -s <hostname> -u root -pw <password>file-name=<path to xsupdate file>
Apply the patch to the master server:
xe -s <hostname> -u root -pw <password> patch-pool-apply uuid=<uuid from the step 1's output>
Verify that the servers were updated:
xe patch-list -s <hostname> -u root -pw <password> name-label=<Updates ID>

No comments:

Post a Comment