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 [2024/11/18 16:14] yahikoinformatique: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) où 192.168.1.200 est la nouvelle IP 
 <code conf> <code conf>
 192.168.1.200 pve.test.lan pve 192.168.1.200 pve.test.lan pve
 </code> </code>
  
-Renouveler le certificat : +Renouveler le certificat puis redémarrage du serveur web 
 <code bash> <code bash>
 pvecm updatecerts -f pvecm updatecerts -f
 +systemctl restart pveproxy
 </code> </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.1731946499.txt.gz · Last modified: 2024/11/18 16:14 by yahiko