Last active
August 29, 2015 14:26
-
-
Save rkennesson/774a3b248cb2ad0a5ba7 to your computer and use it in GitHub Desktop.
xenserver setup commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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