Difference between revisions of "Virtual Machine (KVM)"

Jump to navigation Jump to search
→‎Create Server (no GUI): Another minor rewording
(→‎Create Server (no GUI): Minor rewording)
(→‎Create Server (no GUI): Another minor rewording)
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.  
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.
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.


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

Navigation menu