KVM: Difference between revisions

Jump to navigation Jump to search
544 bytes added ,  30 June 2020
→‎Creating a RHEL 8.2 VM: Checking which port VNC is connected to
→‎Links: add image management under links
→‎Creating a RHEL 8.2 VM: Checking which port VNC is connected to
(One intermediate revision by the same user not shown)
Line 2: Line 2:


= Installation =
= Installation =
== Creating a RHEL 8.2 VM ==
{{testedon|2020-06-30|RHEL 8.2}}
<source lang="console">
# virt-install --name=iqbal --vcpus=2 --memory=2048 --cdrom=/home/mhan/Downloads/rhel-8.2-x86_64-boot.iso --disk size=5 --os-variant=rhel8.2 --graphics vnc
</source>
Checking which port VNC is connected to
<source lang="console">
# virsh vncdisplay vm-name
</source>
Attaching a CD-ROM
<source lang="console">
# virsh attach-disk iqbal /var/lib/libvirt/boot/rhel-8.2-x86_64-boot.iso --type cdrom --mode readonly --target sda --targetbus sata
</source>


== Installing on CentOS 7.5 ==
== Installing on CentOS 7.5 ==
Line 30: Line 50:
irqbypass              13503  1 kvm
irqbypass              13503  1 kvm
</source>
</source>


= Configuration =
= Configuration =

Navigation menu