Working with the VSI console
IBM Power Virtual Server in IBM data center
IBM Power Virtual Server Private Cloud in Client location
The Virtual Server Instance (VSI) console in the IBM® Power® Virtual Server environment is also known as VTERM. You can use the VSI console to interact with the AIX, IBM i, and Linux-based Power virtual servers. The VSI console performs several management and troubleshooting activities. The VSI console provides the following benefits:
- Provides access to the AIX, IBM i, and Linux-based VMs (Linux, SAP HANA, and SAP NetWeaver) to perform various OS-related tasks such as installation, configuration, troubleshooting, and recovery
- Debugs VM boot issues
- Resets the Dedicated Service Tools (DST) password for the IBM i standard user
Starting the VSI console for a Power Virtual Server instance
To start the VSI console of a Power Virtual Server instance from the IBM Cloud UI after you create the instance, complete the following steps:
-
Open the Power Virtual Server user interface and log in with your credentials.
-
Click Virtual server instances from the left navigation pane in the Power Virtual Server user interface. The Virtual server instances page is displayed. A list of the existing virtual server instances that are associated with the selected workspace is displayed on the Servers tab.
-
Select a virtual server instance to open the Virtual server instance details page.
-
Click VM actions in the Virtual server details page and select Open console from the drop-down list. The VSI console opens in a new browser window. Ensure that your browser settings allow pop-up windows.
When you open the console for an IBM i-based Power Virtual Server instance through the IBM Cloud UI, the Console Setting dialog is displayed. You can optionally select a language other than English and click Open console to open the VSI console. To change the language, see Changing the VSI console language.
To open the VSI console of a Power Virtual Server instance by using the IBM Cloud CLI, complete the following steps:
-
To get the URL that you can use to open the VSI console, use the
ibmcloud pi instance console
IBM Cloud CLI command. In the following command,INSTANCE_ID
is a unique identifier or the name of the instance and must be replaced with the actual ID of your VSI.ibmcloud pi instance console get INSTANCE_ID
-
Copy the URL that is generated in the previous step and paste it into the address bar of a web browser. The console window for the VSI is displayed.
Closing a VSI console session
To close a VSI console session for a Power Virtual Server instance, close the browser window or the tab.
Changing the VSI console language
When you open the VSI console of a Power Virtual Server instance that is running IBM i as the boot image, you can change the console language from English to another language.
To change the language from the IBM Cloud UI, complete the following steps:
-
Open the Power Virtual Server user interface and log in with your credentials.
-
Click Virtual server instances from the left navigation pane in the Power Virtual Server user interface. The Virtual server instances page is displayed. A list of the existing virtual server instances that are associated with the selected workspace is displayed on the Servers tab.
-
Select an IBM i-based virtual server instance to open the Virtual server instance details page.
-
Click VM actions in the Virtual server details page and select Open console from the drop-down list. The Console Setting dialog is displayed.
-
Select a language from the Console language drop-down list.
-
Click Open console to open the console using the language that you selected in the previous step.
To change the VSI console language from the IBM Cloud CLI, run the ibmcloud pi instance console update
command. In the
following command, INSTANCE_ID
and CODE
must be replaced with the ID of your VSI and the associated language code:
ibmcloud pi instance console update INSTANCE_ID --code CODE
To view the languages available for an IBM i-based Power Virtual Server instance, you can use the following IBM Cloud CLI command:
ibmcloud pi instance console list
Changing the VSI console language on an IBM i-based Power Virtual Server instance terminates any open console sessions before a new console session is started.
Sharing the VSI console session
When multiple users open the VSI console for the same Power Virtual Server instance, the same VSI console (VTERM) session is shared among all users. When the last user closes the VSI console, the underlying console session is terminated. Reopening the VSI console creates a new VTERM and establishes a new console connection to the VSI on the host.
VSI console considerations
To use the VSI console, consider the following factors:
-
Power Virtual Server attempts to keep the browser window for the VSI console active and open for up to 2 hours. After the VSI console is idle for 2 hours, the console connection is terminated.
-
The connection to the VSI console can be interrupted or disconnected for various reasons, including a disruption in the network connectivity between your workstation and the Power Virtual Server host.
-
If multiple users connect to the same IBM i-based Power Virtual Server instance and one of the users changes the console language and opens the VSI console, the console that is in use by the other users is terminated and requires the console to be reopened.
For more information about how to use the VSI console with IBM i, see Tips for working with the IBM i console.