Difference between revisions of "Virtual Machine (KVM)"

Jump to navigation Jump to search
→‎Create Server (no GUI): Edited Console note
(→‎Create Server (no GUI): Another minor rewording)
(→‎Create Server (no GUI): Edited Console note)
Line 59: Line 59:
</pre>
</pre>


You should be presented with the console of the VM as it installs, however if you lose connection etc, connect to the console of the server using <code>virsh console <server-name></code>.  Make sure you set a static IP and install SSH during setup (select '''OpenSSH server''' during ''Software selection'' section). Once installation is completed, SSH to the server and setup normal console access (as the instructions in the section below).  Console access through <code>virsh console <server-name></code> is lost once setup has completed.
You should be presented with the console of the VM as it installs, however if you lose connection etc, connect to the console of the server using <code>virsh console <server-name></code>.  Make sure you set a static IP and install SSH during setup (select '''OpenSSH server''' during ''Software selection'' section). Once installation is completed, SSH to the server and setup normal console access (as the instructions in the section below).  Its highly recommended that you follow the steps below to ensure that Console access is available via the KVM host if needed.


==== Console Access ====
==== Console Access ====

Navigation menu