After adding a new DC, in the portal data collector view, we see that it has an ip address of loopback (127.0.1.1)
And the polling status is unknown.
DX NetOps :: All Supported Versions
The hosts file on the DC host is misconfigured
Example of the bad hosts file:
……………
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
127.0.1.1 <longname> <shortname>
Fix the host file.
Remove the 127.0.1.1.
Example of a good hosts file:
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
<real IP> <longname> <shortname>
Stop the dcmd and activemq services.
cd (installdir)/scripts
./dcmd clean
Start dcmd
You may also need to recycle the da services and run a clean there as well
Stop the dadaemon and activemq
cd (installdir)/scripts
./dcmd clean
Start dadaemon