Proxmox enviroment stped working

Matus

Renowned Member
Mar 31, 2017
28
0
66
67
Helou,

we have Proxmox environment - 4.4.67-1-pve #1 SMP PVE 4.4.67-92 and couple of Debiam LXC containers.
Containers are working well but nothing from Proxmox services. I am not able backup, migrate...
Could you help me, I scared restart system because in containers are very important applications for us.

Thanks
Matus
 
You should be a bit more specific about your problem, but I would start with the following checks:

* are you seeing all nodes of your cluster with the command
pvecm nodes
* is the storage of your containers OK ?
pvesm status
 
Yes, these commands works, but pct does not respond:

root@sumo:~# pvesm status
alto-sharedisk dir 1 3506494464 269622272 3236872192 8.19%
ikar nfs 1 352679040 50649728 302029312 14.86%
local dir 1 512189696 266255232 245934464 52.48%
sharedbackups dir 1 1885339008 26249728 1859089280 1.89%
ssd-sumo zfspool 1 471334912 22531068 448803844 5.28%
zfs-containers zfspool 1 555827336 309892748 245934588 56.25%
root@sumo:~# pvecm nodes

Membership information
----------------------
Nodeid Votes Name
3 1 sumo (local)
1 1 alto
2 1 spare
root@sumo:~# pct enter 104

Also pveproxy failed to start

root@sumo:~# systemctl status pveproxy.service
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled)
Active: failed (Result: timeout) since Sat 2017-09-09 06:49:05 CEST; 2 weeks 6 days ago
Main PID: 15390 (code=exited, status=0/SUCCESS)

Sep 09 06:46:05 sumo systemd[1]: pveproxy.service start operation timed out. Terminating.
Sep 09 06:47:35 sumo systemd[1]: pveproxy.service stop-final-sigterm timed out. Killing.
Sep 09 06:49:05 sumo systemd[1]: pveproxy.service still around after final SIGKILL. Entering failed mode.
Sep 09 06:49:05 sumo systemd[1]: Failed to start PVE API Proxy Server.
Sep 09 06:49:05 sumo systemd[1]: Unit pveproxy.service entered failed state.

 
Last edited:
Try the following command sequence and post their output:

systemctl stop pveproxy
systemctl start pveproxy
ps faxl | grep pveproxy

executed on your "sumo" node