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:58]
orwah
iso_repository [2018/05/31 21:15] (current)
orwah
Line 1: Line 1:
 ====== Mount CD / ISO Repository ====== ====== Mount CD / ISO Repository ======
  
-if you have an ISO Repository or nfs server on your XenServer, you can let Clients to mound ISOs from this Repository as CD Drives .+if you have an ISO Repository or nfs server on your XenServer, you can allow Clients to mount ISOs from this Repository as CD Drives .
 to do that Just put the Exact name of the ISO Repository on your Xenica configs : to do that Just put the Exact name of the ISO Repository on your Xenica configs :
  
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.1527800315.txt.gz
  • Last modified: 2018/05/31 20:58
  • by orwah