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 20:59]
orwah
iso_repository [2018/05/31 21:15] (current)
orwah
Line 7: Line 7:
  
 {{ :​iso_repository.png?​400 |}} {{ :​iso_repository.png?​400 |}}
 +
 +
 +----
 +
 +**Create Local ISO Repository on your XenServer**
 +
 +login to your XenServer via ssh.
 +
 +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
 +
 +https://​www.youtube.com/​watch?​v=qb9mI4RjQR4
  • iso_repository.1527800350.txt.gz
  • Last modified: 2018/05/31 20:59
  • by orwah