DA Status showed Red with no Threshold status but both DA shows running in Ready state. Why isn't one Active and the other Ready, the normal state we should see?
I have swung from one to the other and back again. Both seem to be doing what they are supposed to with one running and one not.
Events are working despite what the UI implies.
Polling is working, data in reports is new and current.
All supported DX NetOps Performance Management releases
The consul service uses a consul user to operate. That user was not able to read the /etc/hosts file to determine what IP to use for localhost.
This was determined by taking the following steps on the running DA.
This returned an IP address not used by the DA host and not defined in it's /etc/hosts file.
The nslookup of the IP did not return anything, but using 'localhost' revealed a host configured in DNS using short name 'localhost'.
Due to lack of /etc/hosts access to determine local host IP consul user sought the answer from DNS. It replied with an unexpected and unwanted IP that results in failure of the command.
Ensure the /etc/hosts file is world readable for the consul user to access it.