node rename - VM not booting

@matrix
i have rebootet the system

pve-04:~# ls /etc/pve/nodes
pve-04 pve-05

====
root@pve-04:/etc/pve/nodes/pve-05# ls
lrm_status lxc openvz priv pve-ssl.key pve-ssl.pem qemu-server

would it be save to rm (remove all this file)?
i have the same file under /etc/pve/nodes/pve-04

have a nice day
vinc
 
Worked after reboot?

would it be save to rm (remove all this file)?
If you want as a backup you can copy this files to another path, but if worked you can delete them


If it doesn't work, make sure you've followed all the steps

-- Stop all services Proxmox PVE
# systemctl stop pve*

-- Edit the Hostname and hosts
# vi /etc/hostname
# vi /etc/hosts

-- Then restart your System
# reboot

-- After reboot should all services start again
# mv /etc/pve/nodes/OldHostName/lxc/* /etc/pve/nodes/NewHostName/lxc/
# mv /etc/pve/nodes/OldHostName/qemu-server/* /etc/pve/nodes/NewHostName/qemu-server/

-- Then reload PVE GUI