Outils pour utilisateurs

Outils du site


linux:proxmox (lu 77358 fois)

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision Les deux révisions suivantes
linux:proxmox [10-09-2017 17:57]
edmc73 [Bug]
linux:proxmox [09-07-2019 15:59]
edmc73 [Templates supplémentaires]
Ligne 130: Ligne 130:
  
 Il n'y a plus qu'a les télécharger dans le répertoire template prévu par proxmox. Il n'y a plus qu'a les télécharger dans le répertoire template prévu par proxmox.
 +
 +==== Proxmox 5 ====
 +Plus de openVZ maintenant c'est du LXC
 +
 +Our image repositories contain a list of available images, and there is a cron job run each day to download that list. You can trigger that update manually with:
 +
 +  pveam update
 +After that you can view the list of available images using:
 +
 +  pveam available
 +You can restrict this large list by specifying the section you are interested in, for example basic system images:
 +
 +List available system images
 +
 +  # pveam available --section system
 +  system          archlinux-base_2015-24-29-1_x86_64.tar.gz
 +  system          centos-7-default_20160205_amd64.tar.xz
 +  system          debian-6.0-standard_6.0-7_amd64.tar.gz
 +  system          debian-7.0-standard_7.0-3_amd64.tar.gz
 +  system          debian-8.0-standard_8.0-1_amd64.tar.gz
 +  system          ubuntu-12.04-standard_12.04-1_amd64.tar.gz
 +  system          ubuntu-14.04-standard_14.04-1_amd64.tar.gz
 +  system          ubuntu-15.04-standard_15.04-1_amd64.tar.gz
 +  system          ubuntu-15.10-standard_15.10-1_amd64.tar.gz
 +
 +Before you can use such a template, you need to download them into one of your storages. You can simply use storage local for that purpose. For clustered installations, it is preferred to use a shared storage so that all nodes can access those images.
 +
 +  pveam download local debian-8.0-standard_8.0-1_amd64.tar.gz
 +
 +You are now ready to create containers using that image, and you can list all downloaded images on storage local with:
 +
 +  # pveam list local
 +  local:vztmpl/debian-8.0-standard_8.0-1_amd64.tar.gz  190.20MB
 +
 +The above command shows you the full Proxmox VE volume identifiers. They include the storage name, and most other Proxmox VE commands can use them. For example you can delete that image later with:
 +
 +  pveam remove local:vztmpl/debian-8.0-standard_8.0-1_amd64.tar.gz
 +
 ====== Proxmox 4 ====== ====== Proxmox 4 ======
  
linux/proxmox.txt · Dernière modification: 28-11-2023 21:01 de edmc73