XenServer – Adding a local Iso Storage

Login to your Xenserver with ssh and create a iso folder

mkdir -p /var/opt/xen/iso_import

Then, create the ISO store like this

xe sr-create name-label=”Local ISO” type=iso device-config:location=/var/opt/xen/iso_import/ device-config:legacy_mode=true content-type=iso

If You want to install Debian Lenny, as defined VM, maybe is better to use Remote URL:

http://ftp.de.debian.org/debian/

This entry was posted in Hosting, Virtualizacija and tagged , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.