diff --git a/cnv/cnv_users_guide/cnv-accessing-vm-consoles.adoc b/cnv/cnv_users_guide/cnv-accessing-vm-consoles.adoc index de7fc6d1ae..a9f35ff5ce 100644 --- a/cnv/cnv_users_guide/cnv-accessing-vm-consoles.adoc +++ b/cnv/cnv_users_guide/cnv-accessing-vm-consoles.adoc @@ -8,9 +8,13 @@ toc::[] use to accomplish different product tasks. You can access these consoles through the web console and by using CLI commands. + include::modules/cnv-vm-console-web.adoc[leveloffset=+1] -include::modules/cnv-accessing-vmi-web.adoc[leveloffset=+2] +[id="cnv-accessing-vm-consoles-web"] +== Connecting to the virtual machine with the web console + +include::modules/cnv-connecting-to-the-terminal.adoc[leveloffset=+2] include::modules/cnv-vm-serial-console-web.adoc[leveloffset=+2] @@ -20,6 +24,7 @@ include::modules/cnv-vm-rdp-console-web.adoc[leveloffset=+2] [id="cnv-accessing-vm-consoles-cli"] == Accessing virtual machine consoles by using CLI commands + include::modules/cnv-accessing-vmi-ssh.adoc[leveloffset=+2] include::modules/cnv-accessing-serial-console.adoc[leveloffset=+2] diff --git a/modules/cnv-connecting-to-the-terminal.adoc b/modules/cnv-connecting-to-the-terminal.adoc new file mode 100644 index 0000000000..f267dffee0 --- /dev/null +++ b/modules/cnv-connecting-to-the-terminal.adoc @@ -0,0 +1,19 @@ +// Module included in the following assemblies: +// +// * cnv/cnv_users_guide/cnv-accessing-vm-consoles.adoc + +[id="cnv-connecting-to-the-terminal_{context}"] + += Connecting to the terminal +You can connect to a virtual machine by using the web console. + +.Procedure + +. Ensure you are in the correct project. If not, click the *Project* +list and select the appropriate project. +. Click *Workloads* -> *Virtual Machines* to display the virtual +machines in the project. +. Select a virtual machine. +. In the *Overview* tab, click the `virt-launcher-` Pod. +. Click the *Terminal* tab. If the terminal is blank, select the +terminal and press any key to initiate connection.