Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Install KVM Oracle 7.9 UEK - Error Add node Oracle VM Manager.

User_NTJEHMay 15 2022

Hello Experts
I am doing a lab with 3 vm with Oracle 7.9 UEK, which I have installed KVM with this process
yum install qemu-kvm qemu-img libvirt libvirt-python libvirt-client virt-install virt-viewer bridge-utils oci-utils libguestfs-tools
systemctl enable libvirtd
systemctl start libvirtd
The config of Bridge in all node is
BOOTPROTO=none
DEVICE=bond0
ONBOOT=yes
BRIDGE=br0
BONDING_OPTS="mode1 miimon=250"
The config of Bridge by example in a node is:
TYPE=Bridge
BOOTPROTO=static
DEVICE=br0
ONBOOT=yes
IPADDR=192.168.10.20
NETMASK=255.255.255.0
GATEWAY=192.168.10.1
DNS1=192.168.10.10

-The Oracle VM Manager have this config
TYPE=Ethernet
BOOTPROTO=static
DEVICE=eth0
ONBOOT=yes
IPADDR=192.168.10.25
NETMASK=255.255.255.0
GATEWAY=192.168.10.1
DNS1=192.168.10.10
The ping responds when I ping from the installed OVM Manager, it responds without problems and resolves by fqdn the nodes.
ON another VM install Oracle VM Manager and the problem is that when adding any KVM node it always shows me the following error
Oracle vm manager Host 'hostname' installation failed. Command returned failure code 1 during SSH session "root@hostname"
I have searched for information and I cannot find the error because this issue of not being able to add the kvm nodes to OVM Manager occurs.
It is possible that someone can tell me how to solve this problem, or where to look for what error is occurring when the process of adding the node is carried out and it gives me the installation failed message.

Thanks for your help.
Sebastian

Comments
Post Details
Added on May 15 2022
0 comments
268 views