Basic Troubleshoot
Basic Troubleshoot
When the monitor if the VM is off, you can ssh to the host machine to see if the host machine is not turn off accidentally.
If the host machine is on(which means that you can ssh to it), you can check the status of the corresponding VM by :
# systemctl status hmux@ecc-(Lab)-(Machine Number)
$ systemctl status hmux@ecc-a-09
# socat - UNIX-CONNECT:/var/run/qemu/ecc-(Lab)-(Machine Number)/monitor
$ socat - UNIX-CONNECT:/var/run/qemu/ecc-a-09/monitor
Qemu Host not responding to start command
If the virtual machinese are not responding after the the host restated, use the unbind script with the following command with root.
$ /var/qemu/unbind.sh
Restart the virtual machines.
IMPORTANT: In socat, do not just quit using the q or type in quit because that will completely shutdown the virtual machine. Use ⌃+C to exit the current session.
Tags
None
Subscribers
None
- Last Author
- scheung
- Last Edited
- Aug 16 2017, 11:26 AM