1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/virt-accessing-serial-console.adoc

24 lines
562 B
Plaintext

// Module included in the following assemblies:
//
// * virt/virtual_machines/virt-accessing-vm-consoles.adoc
[id="virt-accessing-serial-console_{context}"]
= Accessing the serial console of a virtual machine instance
The `virtctl console` command opens a serial console to the specified virtual
machine instance.
.Prerequisites
* The `virt-viewer` package must be installed.
* The virtual machine instance you want to access must be running.
.Procedure
* Connect to the serial console with `virtctl`:
+
[source,terminal]
----
$ virtctl console <VMI>
----