Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
iso_repository [2018/05/31 21:09]
orwah
iso_repository [2018/05/31 21:15] (current)
orwah
Line 13: Line 13:
 **Create Local ISO Repository on your XenServer** **Create Local ISO Repository on your XenServer**
  
-login to your XenServer via ssh +login to your XenServer via ssh
-<​code>​mkdir /var/opt/ISO_IMAGES + 
-xe sr-create name-label=ISO_IMAGES_LOCAL ​type=iso device-config:​location=/​var/​opt/​ISO_IMAGES ​device-config:​legacy_mode=true content-type=iso</​code>​+1. Create the directory “/​var/​opt/​xen/​iso_library/​” 
 +<​code>​mkdir ​-p /var/opt/xen/​iso_library</​code>​ 
 + 
 +2. Create the ISO storage repository with the following command 
 +<​code>​xe sr-create name-label ="ISO Repository" ​type=iso device-config:​location=/​var/​opt/​xen/​iso_library/ ​device-config:​legacy_mode=true content-type=iso</​code>​ 
 + 
 +3. Transfer your ISO image in /​var/​opt/​xen/​iso_library/​ with wget or FTP. 
 + 
 +4. Login in Citrix XenCenter and you will now see the new repository. Press Rescan to refresh the images inside. 
 + 
 +
 + 
 +you can find more useful informations here : 
 + 
 +https://​softescu.com/​blog/​knowledge-centre/​how-create-local-iso-storage-repository-citrix-xenserver-linux-xen-server
  
-you can find a howto tutorial here : 
 https://​www.youtube.com/​watch?​v=qb9mI4RjQR4 https://​www.youtube.com/​watch?​v=qb9mI4RjQR4
  • iso_repository.1527800983.txt.gz
  • Last modified: 2018/05/31 21:09
  • by orwah