HI, Is there any way to telnet into an Openstack Instance using serial ports ?
The format : telent <hypervisor_ip> <serial_port>. This hack works for Liberty version but not for others.
You telnet to the hypervisor to enter the instance? And you provide a serial port parameter (e.g. COM1)? This doesn't conform to telnet syntax, and telnetting to the hypervisor doesn't connect you to the instance. I doubt this makes sense in Liberty either.
Hi, Thank you for your reply. To be more precise I want to obtain the serial port from driver.py file which can be added to xml file while creating an instance and can be used to telnet into the Openstack VM
Do you mean the serial console? It doesn’t involve a driver.py file, but it’s still supported afaik.
Can the serial console be interactive as telnet sessions to send command like ping between VM to test connectivity among physnets ?
Yes, the serial console is interactive. However, I am certain that there are other, less complicated ways to check connectivity between VMs.