# PVE manager panel display(192.168.1.2's virtual pc):
Error Connection error 595: Connection refused
# cluster status:
$ pvecm status
Quorum information
------------------
Date: Tue Feb 6 13:36:35 2018
Quorum provider: corosync_votequorum
Nodes: 3
Node ID: 0x00000002
Ring ID: 1/332
Quorate: Yes
Votequorum information
----------------------
Expected votes: 3
Highest expected: 3
Total votes: 3
Quorum: 2
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 192.168.1.1
0x00000002 1 192.168.1.2 (local)
0x00000003 1 192.168.1.3
# cluster nodes:
$ pvecm nodes
Membership information
----------------------
Nodeid Votes Name
1 1 pve1
2 1 pve2 (local)
3 1 pve3
# pveproxy service start/stop processe, on 192.168.1.2(pve2), and can't killed (-9):
root 35911 0.0 0.0 239764 66488 ? Ds Jan09 0:00 /usr/bin/perl -T /usr/bin/pveproxy stop
root 41562 0.0 0.0 239764 66560 ? Ds Jan09 0:00 /usr/bin/perl -T /usr/bin/pveproxy start
root 45072 0.0 0.0 239232 65760 ? Ds Jan09 0:00 /usr/bin/perl -T /usr/bin/spiceproxy stop
root 47888 0.0 0.0 239752 66300 ? Ds 12:25 0:00 /usr/bin/perl -T /usr/bin/pveproxy start
root 50827 0.0 0.0 239740 66312 ? Ds Jan09 0:00 /usr/bin/perl -T /usr/bin/pveproxy start
root 54195 0.0 0.0 239180 66032 ? Ds Jan09 0:00 /usr/bin/perl -T /usr/bin/spiceproxy start
# tcp listen, no spiceproxy/pveproxy work:
$ netstat -nltp |grep -Ev 'sshd|master|rpc|zabbix'
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:85 0.0.0.0:* LISTEN 2283/pvedaemon
service pveproxy can't start !!!