Difference between revisions of "Virtual Machine (KVM)"

Jump to navigation Jump to search
m
→‎Create Virtual Machine: Minor update to table - Still WIP/draft
(Draft)
 
m (→‎Create Virtual Machine: Minor update to table - Still WIP/draft)
Line 13: Line 13:
== Create Virtual Machine ==
== Create Virtual Machine ==


 
virt-install
{| class="vwikitable"
{| class="vwikitable"
|-
|-
Line 24: Line 24:
| <code>os-type</code>        || Linux                      || OS family, can be  Linux, Solaris, Unix or Windows
| <code>os-type</code>        || Linux                      || OS family, can be  Linux, Solaris, Unix or Windows
|-
|-
| <code>os-variant</code>      || ubuntu16.04                 || Distribution type for the above (run <code>osinfo-query os</code> to view what is available)
| <code>os-variant</code>      || ubuntu16.04                 || Distribution type for the above (run <code>osinfo-query os</code> to view what is available)
|-
| <code>ram</code>            || 2048                        || vRAM in GB
|-
| <code>vcpus</code>          || 2                          || vCPUs (cores)
|-
| <code>vcpus</code>          || 2                          || vCPUs (cores)
|-
| <code>disk path</code>      || /vm-store/images/VM-Name.img,bus=virtio,size=50 || Virtual disk path, using virtio bus and with a 50GB disk
|-
| <code>graphics</code>        || none                        || If noneset, VM will be created with a serial display output (as opposed to VNC window)
|-
| <code>cdrom</code>          || /home/user/cdrom.iso        || Path to installation ISO
|-
| <code>network</code>        || bridge:br0                  || Network connection details
|}
|}


[[Category:KVM]]
[[Category:KVM]]

Navigation menu