Difference between revisions of "GSP Virtualisation with Xen"

From PDP/Grid Wiki
Jump to navigationJump to search
Line 524: Line 524:
 
* use PGP or GPG to extract the binary contents in shar format from it:
 
* use PGP or GPG to extract the binary contents in shar format from it:
 
  gpg --output shar.sh --verify XS60E013.xsupdate
 
  gpg --output shar.sh --verify XS60E013.xsupdate
* extract the binary contents form the shar archive, creating in /tmp/tmp.XXXXXX the binary contents of the package
+
* extract the binary contents form the created shar-ish archive, thereby creating in /tmp/tmp.XXXXXX the binary contents of the package
  shar.sh unpack
+
  sh shar.sh unpack
 
* locate the binary RPMs to be updated in /tmp/tmp.XXXXXX, these should all be installed via rpm -Uvh (use rpm -Uvh --test first)
 
* locate the binary RPMs to be updated in /tmp/tmp.XXXXXX, these should all be installed via rpm -Uvh (use rpm -Uvh --test first)
 
* look at install.sh for any additional magic to be done to the nodes. Using install.sh itself will likely not work since it checks the installed software version, which for us is XCP and not XenServer)
 
* look at install.sh for any additional magic to be done to the nodes. Using install.sh itself will likely not work since it checks the installed software version, which for us is XCP and not XenServer)
* in var/pacthes/applied in the unpacked directory is a set of uuid-named file. These should be copied onto the nodes in /var/patches/applied
+
* in var/patches/applied in the unpacked directory is a set of uuid-named file. These should be copied onto the nodes in /var/patches/applied
 
* restart xapi on the nodes afterwards
 
* restart xapi on the nodes afterwards
 
* the /var/patches/applied files will result in the "updates" field in XenCenter being updated. This window will also show the reboot-required status if the patches/applied meta-data so indicates
 
* the /var/patches/applied files will result in the "updates" field in XenCenter being updated. This window will also show the reboot-required status if the patches/applied meta-data so indicates
 
* reboot nodes if needed (rotating and moving VMs as needed)
 
* reboot nodes if needed (rotating and moving VMs as needed)

Revision as of 13:32, 16 June 2012