Skip to content

Instantly share code, notes, and snippets.

@gcgists
Last active December 24, 2015 14:49
Show Gist options
  • Save gcgists/6815070 to your computer and use it in GitHub Desktop.
Save gcgists/6815070 to your computer and use it in GitHub Desktop.
Download and install the Gridcentric VMS Supplemental Pack to a XenServer 6.2 host.
wget http://downloads.gridcentriclabs.com/packages/$GCKEY/vms.zip
unzip vms.zip
# Ensure checksums match
cat vms.iso.md5
md5sum vms.iso
xe-install-supplemental-pack $PWD/vms.iso
# Follow prompts. Reboot after a successfull install
[ $? ] && reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment