The connection to UVMS fails. The file universe.log fills up with the following message:
|ERROR|X|IO |pid=p.t| u_retrieve_ipaddress_from | u_gethostbyname_mf(uvms_hostname) returns error: Unknown host (gethostbyname_r(uvms_hostname) returns -1)
The DNS resolution of the UVMS by the command 'host' or 'nslookup' works and returns the correct IP address.
If you have the following, similar error with return code 0 instead of -1, please check this article:
|ERROR|X|IO |pid=p.t| u_retrieve_ipaddress_from | u_gethostbyname_mf(uvms_hostname) returns error: Unknown host (gethostbyname_r(uvms_hostname) returns 0)
The command gethostbyname_r
fails due to a configuration issue.
Make sure that the required files /etc/hosts, /etc/resolv.conf and /etc/netsvc.conf/
are accessible by the DollarUniverse user.