This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
informatique:linux:proxmox [2023/09/10 16:03] – yahiko | informatique:linux:proxmox [2025/04/07 11:55] (current) – yahiko | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Proxmox ====== | ====== Proxmox ====== | ||
+ | [[informatique: | ||
===== Interface web inaccessible ===== | ===== Interface web inaccessible ===== | ||
- | <codedoc | + | Dans un premier temps : |
+ | < | ||
+ | systemctl restart pvedaemon pveproxy | ||
+ | </ | ||
+ | |||
+ | Si pas mieux : | ||
+ | < | ||
pvecm expected 1 | pvecm expected 1 | ||
pvecm updatecerts | pvecm updatecerts | ||
systemctl restart pvedaemon pveproxy | systemctl restart pvedaemon pveproxy | ||
systemctl restart pve-cluster | systemctl restart pve-cluster | ||
- | </codedoc> | + | </code> |
https:// | https:// | ||
+ | |||
+ | ===== Se connecter à un conteneur LXC ===== | ||
+ | Parce que je ne m'en rappelle jamais. | ||
+ | <code bash> | ||
+ | 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 '' | ||
+ |