Site Tools


informatique:linux:proxmox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
informatique:linux:proxmox [2023/09/10 16:03] yahikoinformatique:linux:proxmox [2025/04/07 11:55] (current) yahiko
Line 1: Line 1:
 ====== Proxmox ====== ====== Proxmox ======
 +[[informatique:linux:proxmox:freedos|Freedos sous Proxmox]]
 ===== Interface web inaccessible ===== ===== Interface web inaccessible =====
-<codedoc code:bash>+Dans un premier temps :  
 +<code bash> 
 +systemctl restart pvedaemon pveproxy 
 +</code> 
 + 
 +Si pas mieux  
 +<code bash>
 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://forum.proxmox.com/threads/can-not-login-to-proxmox-from-web-interface.32860/#post-448265 https://forum.proxmox.com/threads/can-not-login-to-proxmox-from-web-interface.32860/#post-448265
 +
 +===== Se connecter à un conteneur LXC =====
 +Parce que je ne m'en rappelle jamais. 
 +<code bash>
 +pct enter <id>
 +</code>
 +
 +===== 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
 +</code>
 +
 +Renouveler le certificat puis redémarrage du serveur web : 
 +<code bash>
 +pvecm updatecerts -f
 +systemctl restart pveproxy
 +</code>
 +
 +===== Sauvegarde plantée =====
 +<code bash>
 +vzdump -stop 
 +# si pas fonctionnel
 +ps -aux | grep vzdump
 +kill -9 PROCESS_ID
 +# si pas fonctionnel
 +umount -f /mnt/nfs/pointdemontage
 +qm unlock ID_VM
 +</code>
 +
 +===== Problème de montage =====
 +
 +Vérifier le status du service ''proc-sys-fs-binfmt_misc.automount''.
 +
informatique/linux/proxmox.1694361794.txt.gz · Last modified: 2023/09/10 16:03 by yahiko