This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
informatique:linux:proxmox [2024/11/18 16:14] – yahiko | informatique:linux:proxmox [2025/04/07 11:55] (current) – yahiko | ||
---|---|---|---|
Line 27: | Line 27: | ||
Si changement d'IP du serveur, le certificat auto-signé n'est pas identifié avec la bonne IP. | Si changement d'IP du serveur, le certificat auto-signé n'est pas identifié avec la bonne IP. | ||
- | Modifier dans le Hosts (Datacenter > choisir la nœud > System > Hosts) : | + | Modifier dans le Hosts (Datacenter > choisir la nœud > System > Hosts) |
<code conf> | <code conf> | ||
192.168.1.200 pve.test.lan pve | 192.168.1.200 pve.test.lan pve | ||
</ | </ | ||
- | Renouveler le certificat : | + | Renouveler le certificat |
<code bash> | <code bash> | ||
pvecm updatecerts -f | pvecm updatecerts -f | ||
+ | systemctl restart pveproxy | ||
</ | </ | ||
+ | ===== Sauvegarde plantée ===== | ||
+ | <code bash> | ||
+ | vzdump -stop | ||
+ | # si pas fonctionnel | ||
+ | ps -aux | grep vzdump | ||
+ | kill -9 PROCESS_ID | ||
+ | # si pas fonctionnel | ||
+ | umount -f / | ||
+ | qm unlock ID_VM | ||
+ | </ | ||
+ | |||
+ | ===== Problème de montage ===== | ||
+ | |||
+ | Vérifier le status du service '' | ||