Okay found this archived link that help me to connect to a migrate VM with a serial console by adding args to the vm.conf before starting the VM:
Here is the line we added to the VM's .conf file:
args: -serial tcp:0.0.0.0:1000+VMID,server,nowait
eg. for VM ID = 100:
args: -serial tcp:0.0.0.0:1100,server,nowait
then telnet to your node's IP port 1100 will give you the console.
Only issue is telnet won't allow me to parse INTR etc. to remote side ie. the serial console, thus hard to interrupt CLIs do vim/nano edit etc.
if only ... telnet line mode would work...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.