I have 2 nodes in cluter and remove one node from cluster by the following code.
check the status by systemctl status pve-cluster pveproxy
Also I have used pvecm updatecerts to update the certificate.
I can open the web ui , but can not login by root. it shows
How can I fix this issue?
Thanks
Code:
systemctl stop pve-cluster corosync
pmxcfs -l
rm /etc/corosync/*
rm /etc/pve/corosync.conf
killall pmxcfs
systemctl start pve-cluster
check the status by systemctl status pve-cluster pveproxy
Code:
● pve-cluster.service - The Proxmox VE cluster filesystem
Loaded: loaded (/lib/systemd/system/pve-cluster.service; enabled; vendor pr
Active: active (running) since Thu 2022-06-09 16:14:32 EDT; 8min ago
Process: 9567 ExecStart=/usr/bin/pmxcfs (code=exited, status=0/SUCCESS)
Main PID: 9569 (pmxcfs)
Tasks: 6 (limit: 18964)
Memory: 38.9M
CPU: 513ms
CGroup: /system.slice/pve-cluster.service
└─9569 /usr/bin/pmxcfs
Jun 09 16:14:31 bd systemd[1]: Starting The Proxmox VE cluster filesystem...
Jun 09 16:14:32 bd systemd[1]: Started The Proxmox VE cluster filesystem.
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; vendor prese
Active: active (running) since Thu 2022-06-09 15:36:59 EDT; 45min ago
Process: 5320 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited,
Process: 5322 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCE
Main PID: 5341 (pveproxy)
Tasks: 4 (limit: 18964)
Memory: 253.4M
CPU: 4.349s
CGroup: /system.slice/pveproxy.service
├─5341 pveproxy
├─5342 pveproxy worker
├─5343 pveproxy worker
└─5344 pveproxy worker
Jun 09 15:36:58 bd systemd[1]: Starting PVE API Proxy Server...
Jun 09 15:36:59 bd pveproxy[5341]: starting server
Jun 09 15:36:59 bd pveproxy[5341]: starting 3 worker(s)
Jun 09 15:36:59 bd pveproxy[5341]: worker 5342 started
Jun 09 15:36:59 bd pveproxy[5341]: worker 5343 started
Jun 09 15:36:59 bd pveproxy[5341]: worker 5344 started
Jun 09 15:36:59 bd systemd[1]: Started PVE API Proxy Server.
Also I have used pvecm updatecerts to update the certificate.
I can open the web ui , but can not login by root. it shows
Code:
Login failed. Please try again
How can I fix this issue?
Thanks