Maybe using rdp, or ssh?
Network isn't responding to ping/rdp/ssh etc.
Maybe using rdp, or ssh?
OK, will try to find a fix.
kill the KVM process from this VM?
if you killed the VM, you cannot connect anymore. are you sure the kill was successful? if the VM is down, you should be able to start it again - what so you get if you type 'qm start 101'?
root@imp02 ~ # qm start 101
VM 101 already running
so the 'kill' was not successful. are you familiar with kill?
you need to find the PID (process ID) with ps, then enter:
> kill -9 PID
If you kill a VM KVM process successfully you cannot get "already running" if you start it again, this is impossible.
ok, i killed the process with kill -9 PID, then started the VM again and then copied the text above, but i still have the same issues with these two Windows-VMs.
Warning: option deprecated, use lost_tick_policy property of kvm-pit instead.
Please can you post your vm config (that looks like a different issue now)
Code:Warning: option deprecated, use lost_tick_policy property of kvm-pit instead.
args: -no-hpet -no-kvm-pit-reinjection
boot: dcn
bootdisk: ide0
cores: 2
ide0: images:101/vm-101-disk-1.raw
ide1: images:101/vm-101-disk-2.raw
ide2: images:101/vm-101-disk-4.raw
ide3: none,media=cdrom
localtime: 1
memory: 4096
name: mx02
net0: rtl8139=C6:0E:9F:B7:4A:64,bridge=vmbr0
onboot: 1
ostype: win7
sockets: 2
OMG, it was the no-kvm-pit-reinjection argument. i removed it and now the server is booting.
Thank you for this thought!!
post your VMID.conf.
thank you
First, pleas update to latest available packages. After that, you need to shutdown, then restart those VMs.