This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
informatique:linux:proxmox [2024/10/22 12:46] – [Interface web inaccessible] yahiko | informatique:linux:proxmox [2025/04/07 11:55] (current) – yahiko | ||
---|---|---|---|
Line 22: | Line 22: | ||
pct enter <id> | pct enter <id> | ||
</ | </ | ||
+ | |||
+ | ===== Renouveler le certificat ===== | ||
+ | |||
+ | 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) où 192.168.1.200 est la nouvelle IP : | ||
+ | <code conf> | ||
+ | 192.168.1.200 pve.test.lan pve | ||
+ | </ | ||
+ | |||
+ | Renouveler le certificat puis redémarrage du serveur web : | ||
+ | <code bash> | ||
+ | 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 '' | ||