Azure Linux out of band managment
Posted
by
faker
on Server Fault
See other posts from Server Fault
or by faker
Published on 2012-10-29T10:16:39Z
Indexed on
2012/10/29
11:03 UTC
Read the original article
Hit count: 158
Azure
I have a Linux (Ubuntu) virtual machine running on Azure.
It seems like the only way to connect to it is via SSH.
This is OK for normal operation, but what to do when something goes wrong (fsck
waiting for user-input, new kernel doesn't boot, mis-configured network, etc.)?
There is a grayed out "Connect" button in the management interface, and the help for it says:
To access a virtual machine running Windows Server, click Connect and follow the instructions. Enter the password that was set when the virtual machine was created. The Connect button is not available for a virtual machine running Linux, but you can use your favorite SSH program to access it.
I've read the documentation on the command line tools, but there is also no way to connect to it.
Is there any way for me to get such a console?
© Server Fault or respective owner