There is no alarm from CA PC in CA Spectrum side.
CA PC EventManager Data Source was configured to use the standby IP Address ([email protected]).
The CA PC machine has two IP addresses:
eth3 10.xx.ww.53 (main IP address)
eth4 10.yy.zz.72 (standby IP address)
That is the reason the CA Spectrum (OneClick host) cannot send post via Web Services.
In the Tomcat log file, the following message was found:
set 04, 2017 11:48:30 AM (PoolThread-3: GlobalPool => RubiconEventPoller) (org.apache.axis2.transport.http.impl.httpclient3.HTTPSenderImpl) - (INFO) - Unable to sendViaPost to url[http://10.yy.zz.72:8281/EventManager/EventManagerWS.asmx]
java.net.ConnectException: Connection timed out: connect
In CA PC Data Source, change the EventManager's IP Address
from:
EventManager@10.yy.zz.72
to:
EventManager@10.xx.ww.53
Restarted the CA PC to put in place the change and then run a full sync against CA Spectrum Data Source.