I have a proxmox installation (V:8.3.3) with two VMs (one server 2012, the other Linux). I have been playing with getting CRON jobs to startup and shutdown these VMs periodically as I don't need them running all the time.
The Linux install runs without a problem, both shutting down and starting up again, but the Server 2012 will not shutdown. It reports the following error:
"QEMU Guest Agent is not running - VM 1201 qmp command 'guest-ping' failed - got timeout
TASK ERROR: VM quit/powerdown failed - got timeout".
I have rerun the virtio-win-0.1.189 tools installer and made sure that the service is running on the server, I have also set the "if service fails" option to restart. Just for good measure, I have also run the virtio-win-0.1.266 tools installer, in case it needs the latest version.
None of this seems to be working and the server 2012 install refuses to shutdown according to the CRON job.
00 5 * * * /usr/sbin/qm start 1201
30 5 * * * /usr/sbin/qm shutdown 1201
I just wondered if anyone had seen this behavior or could suggest a solution please?
The Linux install runs without a problem, both shutting down and starting up again, but the Server 2012 will not shutdown. It reports the following error:
"QEMU Guest Agent is not running - VM 1201 qmp command 'guest-ping' failed - got timeout
TASK ERROR: VM quit/powerdown failed - got timeout".
I have rerun the virtio-win-0.1.189 tools installer and made sure that the service is running on the server, I have also set the "if service fails" option to restart. Just for good measure, I have also run the virtio-win-0.1.266 tools installer, in case it needs the latest version.
None of this seems to be working and the server 2012 install refuses to shutdown according to the CRON job.
00 5 * * * /usr/sbin/qm start 1201
30 5 * * * /usr/sbin/qm shutdown 1201
I just wondered if anyone had seen this behavior or could suggest a solution please?