Proxmox VE Cluster

Noovy

New Member
May 16, 2017
3
0
1
40
Hi


I am already tired of novnc, i have a server with 4 nods in cluster.Proxmox cluster works ok but i can not run the console every time when run virtual machine pops up error and the machine not start
error:
: start failed: command / usr / bin / kvm -id 100 -chardev 'socket, id = qmp, path = / var / run / qemu-server / 100.qmp, server, newit' -mon 'chardev = mode = control '-pidfile /var/run/qemu-server/100.pid -daemoniz $
 
Hi,

First, please use a more descriptive post title in the future, "Proxmox VE Cluster" has nothing to do with your problem (you even say: "Proxmox cluster works ok [...]")


That looks a bit short for the whole VM command, and as no error is shown it makes it a bit hard to say what the cause is.
Can you connect to the node over SSH (makes it a bit easier) and try there `qm start 100`, if that does nto provides a reasonable error use
Code:
qm showcmd 100

Copy the output back in the shell and hit enter, we should get a better error then. please paste it here inside [code ] content here [/code] tags