top of page

Add ISO image storage repository on XenServer

If you have used VMware ESXI, its very easy to upload ISO files to the data store and create VMs. With Citrix XenServer, you must create your own ISO repository to upload ISO files.


Create ISO directory


Access your XenServer via ssh and create a directory that will hold ISO images.

mkdir /var/opt/ISO

Use FTP client like WinSCP to copy ISO files to above directory.



Create repository


Now its time to register our new directory as storage repository with xenserver

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

The new storage repository was created. To list your XenServer storage repository run:

xe sr-list


Related Posts

Heading 2

Add paragraph text. Click “Edit Text” to customize this theme across your site. You can update and reuse text themes.

bottom of page