fqdnovirt

How to configure FQDN in ovirt engine


I want to configure oVirt in Vultr bare metal server. But I don't know how to configure Engine VM FQDN. It always tell me The address proposed for this host does not resolves locally. There is error message: enter image description here

And I've already configure my /etc/hosts file. Here is my /etc/hosts code:

127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

127.0.0.1 guest
::1       guest

127.0.0.1 VTest
::1       VTest
149.28.103.174 ovirt
127.0.0.2 test

I've tried FQDN guest,localhost,ovirt,localhost.localdomain. These all are not work. 149.28.103.174 is my public IP.


Solution

  • @smith cruise If you dont have you own DNS Servers you must enter in DNS entries in the /etc/host file on the oVirt node for the oVirt engine and oVirt node. Example

    192.168.1.10  ovirt-engine-02.labl.local ovirt-engine-02
    192.168.1.11  ovirt-node-02.labl.local ovirt-node-02
    

    Credit to https://www.techbeatly.com/2020/03/installing-ovirt-4-with-self-hosted-engine-on-enterprise-linux.html