Open a virtual machine (VM) console session to display the console of the guest operating system running in the VM.
The following procedure describes how to open a VM console session in the everRun Availability Console, but you can also use a remote desktop application for this purpose.
Click Console () in the bottom panel.
After you click Console, the console session that opens may be blank if the browser has an HTTPS connection to the system, but does not have a security exception for it. In this situation, click the IP address in the upper-right corner of the session window. This IP address, which is in the format https://system_IP_address:8000, adds the system IP address as a security exception site in the browser. A security exception allows the browser to open the site.
Depending on the browser, additional security windows or messages may appear. With some browsers, one or more security messages appear, and you need to click through those messages. With other browsers, the address bar turns red with no message, and you need to click the address to proceed. Some specific examples are:
This security exception will then apply to all VMs. You need to perform these actions only once for each browser. When you click Console in the future, the console session to the VM opens successfully.
After you have opened the VM console session, you can resize the browser window and the VM console session. You can also use keyboard shortcuts.
Open the VM console session (see procedure above).
Icons appear at the left edge of the window. To display the icons, you may need to click the arrow in the tab at the left edge of the window.
To resize the browser window to full screen, click the full-screen icon ().
When in full screen, click the full-screen icon () again to resize the browser to a smaller window.
To resize the VM session inside the browser, click the Settings icon () and select a Scaling Mode (click the current mode to view a pull-down menu with other settings):
Open the VM console session (see procedure above).
Icons appear at the left edge of the window. To display the icons, you may need to click the arrow in the tab at the left edge of the window.
The following icons appear:
Ask your network administrator to open ports 6900-6999 (inclusive).
Verify that the VM is powered on and not in the process of booting. Also, click in the console window and press any key to deactivate the screen saver.
Close all console windows and open only one console window.
For Ubuntu-based VMs, the VM console hangs in the everRun Availability Console if you do not properly set the gfxmode parameter. In the guest operating system, edit the /boot/grub/grub.cfg file and change the gfxmode parameter to text (for example, set gfxmode=text).
If the console hangs before you can set the parameter, do the following:
On the next screen, on the gfxmode line, change $linux_gfx_mode to text so the line reads:
To update the setting so it persists for each boot cycle, edit the /boot/grub/grub.cfg file and change the gfxmode parameter to text so the line reads:
By default, the Linux operating system sets the TERM variable to vt100-nav
, which is not properly supported by the vncterm
program, the basis for the VM console in everRun Availability Console. If you use anything other than the command line, the screen becomes unreadable. To resolve this issue, change the terminal type in the Linux guest operating system:
inittab
file in the guest operating system.vt100-nav
with vt100
by deleting -nav
at the end of the line. The updated line appears as follows:# Run gettys in standard runlevels co:2345:respawn:/sbin/agetty xvc0 9600 vt100