PDA

View Full Version : ERA - Deleted Client


DMIsec
March 9th, 2009, 02:24 PM
I deleted a client from ERA too see if it would replicate back and it hasn't. I know their isn't a way to manually add clients although is their an option to synchoniz clients?

CarlB
May 7th, 2009, 10:07 AM
ERA is a passive system. If you delete a client and it doesn't reappear, then either that client has connectivity issues, is powered off, or is not appropriately configured to communicate with the ERAS.

If you check the local configuration and it is set to connect to the ERAS correctly, then try issuing a NETSTAT command from both ends and look for the socket state.

On the client:
netstat -a | find "2222"

On the server:
netstat -a | find "clientaddress"

A socket state on the client of SYN_SENT usually indicates a connectivity or firewall problem. A lack of any socket at all client-side would be reason to believe the server address is not entered correctly or is otherwise misconfigured.