Article Table of Contents
The following rpms are included with Oracle Database Appliance release 12.1.2.11 to enable the KVM hypervisor.
To begin using KVM on ODA, you must start the libvirtd deamon. Logged in as root, type the following command:
service libvirtd start |
To verify if libvirtd is running, execute the following command:
service libvirtd status libvirtd (pid 12401) is running... |
In the 12.1.2.11, the virt-manager was not included. But you can download it.
1. Setup Oracle public yum repository
# cd /etc/yum.repos.d # wget http://yum.oracle.com/public-yum-ol6.repo |
2. Install 'virt-manager'
# yum install virt-manager |
If the patch did not apply the KVM RPMs, then you can apply them manually.
#cd /opt/oracle/oak/pkgrepos/os/12.1.2.11.0/osrpms #rpm -ivh libvirt-0.10.2-60.0.1.el6.x86_64.rpm libvirt-python-0.10.2-60.0.1.el6.x86_64.rpm libvirt-client-0.10.2-60.0.1.el6.x86_64.rpm perl-Sys-Virt-0.10.2-6.el6.x86_64.rpm qemu-img-0.12.1.2-2.491.el6.x86_64.rpm python-virtinst-0.600.0-29.0.2.el6.noarch.rpm qemu-kvm-0.12.1.2-2.491.el6.x86_64.rpm oracle-ofed-release-1.0.0-15.el6.x86_64.rpm |