Posts

Showing posts from September, 2011

How to create a local ISO Storage Repository on Citrix XenServer

Who does n't  know the problem! The hard work with CDs or DVDs. The solution - > use ISO library . If this can't be placed centrally on the network , then you can create a local ISO library on XenServer .   The following is a short guide : Create the directory "/ var / opt/ xen / iso_library / ", this can be created with this command: mkdir - p /var/opt/xen/iso_library The ISO storage repository is created as follows : xe sr - create name -label =" ISORepository" type=iso device- config: location=/var/opt/xen/iso_library / device- config: legacy_mode=true content-type=iso Use WinSCP or other tool to copy the ISO files in the directory iso_library Now, you can selected ISO on Citrix XenCenter at drop-down "DVD Drive" Have fun!