I tried to rename two of my nodes in my lab, and as I expected bricked the cluster configuration.
Then I removed the cluster configs and created a new one, unfortunately I can't join to it..... what could be the reason for that?
Although I'm in a stand-alone mode I can't get the Proxmox WebUI working...
Then I removed the cluster configs and created a new one, unfortunately I can't join to it..... what could be the reason for that?
Code:
root@sofx1010pve3302.home.lan:~# pvecm add 192.168.30.7 -use_ssh
detected the following error(s):
* this host already contains virtual guests
Check if node may join a cluster failed!
root@sofx1010pve3302.home.lan:~#
Code:
root@sofx1010pve3302.home.lan:~# ls -al /etc/pve/lxc/
total 0
drwxr-xr-x 2 root www-data 0 Oct 25 08:07 .
drwxr-xr-x 2 root www-data 0 Oct 25 08:07 ..
root@sofx1010pve3302.home.lan:~# ls -la /etc/pve/qemu-server/
total 0
drwxr-xr-x 2 root www-data 0 Oct 25 08:07 .
drwxr-xr-x 2 root www-data 0 Oct 25 08:07 ..
root@sofx1010pve3302.home.lan:~#
Code:
root@sofx1010pve3302.home.lan:~# ping `hostname -s`
PING sofx1010pve3302.home.lan (192.168.30.2) 56(84) bytes of data.
64 bytes from sofx1010pve3302.home.lan (192.168.30.2): icmp_seq=1 ttl=64 time=0.020 ms
^C
--- sofx1010pve3302.home.lan ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.020/0.020/0.020/0.000 ms
root@sofx1010pve3302.home.lan:~#
Code:
root@sofx1010pve3302.home.lan:~# ls -la /etc/corosync/
total 20
drwxr-xr-x 3 root root 4096 Oct 25 09:22 .
drwxr-xr-x 146 root root 12288 Oct 25 08:45 ..
drwxr-xr-x 2 root root 4096 Jun 8 2017 uidgid.d
root@sofx1010pve3302.home.lan:~# ls -la /etc/corosync/uidgid.d/
total 8
drwxr-xr-x 2 root root 4096 Jun 8 2017 .
drwxr-xr-x 3 root root 4096 Oct 25 09:22 ..
root@sofx1010pve3302.home.lan:~#
Although I'm in a stand-alone mode I can't get the Proxmox WebUI working...
Code:
root@sofx1010pve3302.home.lan:~# systemctl status pve-cluster
● pve-cluster.service - The Proxmox VE cluster filesystem
Loaded: loaded (/lib/systemd/system/pve-cluster.service; enabled; preset: enabled)
Active: active (running) since Wed 2023-10-25 09:50:27 EEST; 10min ago
Process: 2182 ExecStart=/usr/bin/pmxcfs (code=exited, status=0/SUCCESS)
Main PID: 2196 (pmxcfs)
Tasks: 6 (limit: 38288)
Memory: 37.9M
CGroup: /system.slice/pve-cluster.service
└─2196 /usr/bin/pmxcfs
Oct 25 09:50:26 sofx1010pve3302.home.lan systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem...
Oct 25 09:50:26 sofx1010pve3302.home.lan pmxcfs[2182]: [main] notice: resolved node name 'sofx1010pve3302' to '192.168.30.2' for default node IP address
Oct 25 09:50:26 sofx1010pve3302.home.lan pmxcfs[2182]: [main] notice: resolved node name 'sofx1010pve3302' to '192.168.30.2' for default node IP address
Oct 25 09:50:27 sofx1010pve3302.home.lan systemd[1]: Started pve-cluster.service - The Proxmox VE cluster filesystem.
root@sofx1010pve3302.home.lan:~#