Skip to content

Instantly share code, notes, and snippets.

@rkennesson
Last active August 29, 2015 14:26
Show Gist options
  • Save rkennesson/774a3b248cb2ad0a5ba7 to your computer and use it in GitHub Desktop.
Save rkennesson/774a3b248cb2ad0a5ba7 to your computer and use it in GitHub Desktop.
xenserver setup commands
# dns
# 8.8.8.8
# 4.2.2.2
# ntp server
# time.nist.gov
# ntp.nasa.gov
#https://www.youtube.com/watch?v=-AK3nauKUw0
#http://www.dedoimedo.com/computers/xen-xenserver-local-iso-repo.html
df -h
cd /var/run/sr-mount/SR_UUID/
mkdir ISO_FOLDER
xe sr-create name-label=SR_NAME type=iso device-config:location=/var/run/sr-mount­/SR_UUID/ISO_FOLDER device-config:legacy_mode=true content-type=iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment