CentOS 8
Sponsored Link

oVirt 4.4 : Create Virtual Machines2020/07/13

 
Create Virtual Machine on oVirt Web Admin Portal.
This example is based on the environment below.
+-----------------------+          |          +-----------------------+
|   [   Admin Node   ]  |10.0.0.30 | 10.0.0.25| [    oVirt Engine   ] |
|    dlp.srv.world      +----------+----------+     ctrl.srv.world    |
|                       |          |          |                       |
+-----------------------+          |          +-----------------------+
                                   |
+-----------------------+          |          +-----------------------+
| [   Shared Storage  ] |10.0.0.35 | 10.0.0.51|  [   oVirt Node    ]  |
|     nfs.srv.world     +----------+----------+   node01.srv.world    |
|                       |                     |                       |
+-----------------------+                     +-----------------------+

[1] Put an ISO file for installation on the share you set for ISO Domain.
# example to put ISO

[root@nfs ~]#
ll /var/lib/ovirt-share/iso/8fcc81ce-08b4-4e5f-ae03-399d594c7ae4/images/11111111-1111-1111-1111-111111111111

total 8038400
-rw-r--r--. 1 vdsm kvm 8231321600 Jul 12 19:15 CentOS-8.2.2004-x86_64-dvd1.iso
[2] Login to oVirt Web Admin Portal and Click [Compute] - [Virtual Machines] on the left pane.
[3] Click [New] button on the top of right pane.
[4] Input name and other information of VM you'd like to create, and next, Click [Create] button on [Instance Images] section.
[5] Input Disk size of VM and click [OK] button.
[6] Select network interfaces for VM to connect to network on [nic1] section.
And next, Click [Show Advanced Options] button on the bottom.
[7] Open [Boot Options] on the left pane and select [CD-ROM] for [Boot Sequence] - [Second Device] and check a box [Attach CD] like follows.
[8] After finishing creating Virtual Disks, VM becomes runnable state, right-click the VM and select [Run] to start it.
[9] Connect to VM console, right-click the VM and select [Console] to connect it.
For Console Window, it needs Virt-Viewer, so install it on the Client Computer.
[10] To open VM Console, it's possible to connect to VM. Install OS with common way at initial booting.
[11] That's OK if installation successfully finished and VM starts normally.
Matched Content