# ---- CHECK PVE CLUSTER STATUS
pvecm status
pvecm nodes
pveversion -v
# ---- STOP PVE SERVICES -----
service pvestatd stop
service pvedaemon stop
service cman stop
killall -9 corosync cman dlm_controld fenced
service cman stop
service pve-cluster stop
# ---- START PVE SERVICES -----
service pve-cluster start
service cman start
service pvedaemon start
service pvestatd start
# ---- OPENVZ --------
vzlist -a
# ---- QEMU --------
qm list
No comments:
Post a Comment