Trying to add a CentOS 6 box to our cell, and the installation works fine, but the import fails at the end. I've tried to import the host manually, with omnicc -import_host and it returns the error:
[12:1625] Import host failed.
System error: [104] Connection reset by peer
I've checked the client, and xinetd is running, and the system is listening on port 5555. When I telnet to the box, I connect, and then it's reset before it can display the inet message.
[root@cell_manager]~#> telnet client.internal 5555
Trying 172.16.1.50...
Connected to client.internal
Escape character is '^]'.
Connection closed by foreign host.
I can try the same thing locally on the box, and the connection is still reset. I shutdown xinetd, and started listening on 5555 with netcat. Then I connected from the cell manager, and everything works, so nothing is stopping connections on that port.
I've tried removing and reinstalling all of the DP packages, including the xinetd config, but I get the same issue.