Hi All,
I have a Redwood production PRD system which is connected to XYZ server via platform agent installed on XYZ system (unix box). We have a XYZ-DR system which is a DR for our XYZ system.
In case of disaster, we would like to use our XYZ-DR system and hence the jobs running currently on XYZ should run on XYZ-DR system from PRD .
We have installed the platofrm agent on XYZ system in a separate file system.
1. Is it possible to use the same platform agent just by copying the complete file system on XYZ-DR or we need to re-install the agent on DR system ?
2. I replicated the complete file system on XYZ-DR system but still we are not able to bring up the agent. We are getting below error :
JCS-116012: Warning: Transient communication failure: Connection refused
Message Trace:
java.net.ConnectException: Connection refused
Stack Trace:
java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:320)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:186)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:173)
at java.net.Socket.connect(Socket.java:471)
at com.redwood.scheduler.infrastructure.net.RWHttpURLConnection.dispatch(RWHttpURLConnection.java:495)
at com.redwood.scheduler.infrastructure.net.RWHttpURLConnection.getInputStream(RWHttpURLConnection.java:366)
at com.redwood.scheduler.infrastructure.net.RWHttpURLConnection.getResponseCode(RWHttpURLConnection.java:251)
at com.redwood.scheduler.jobservice.remote.PlatformAgentService.sendRequest(PlatformAgentService.java:1527)
at com.redwood.scheduler.jobservice.remote.PlatformAgentService.sendMessage(PlatformAgentService.java:1452)
at com.redwood.scheduler.jobservice.remote.PlatformAgentService.sendMessage(PlatformAgentService.java:1430)
at com.redwood.scheduler.jobservice.remote.PlatformAgentService.sendConfigureRequest(PlatformAgentService.java:976)
at com.redwood.scheduler.jobservice.remote.PlatformAgentService.configureRemoteProcessServer(PlatformAgentService.java:1254)
at com.redwood.scheduler.jobservice.remote.PlatformAgentService.assertProcessServerConfigured(PlatformAgentService.java:937)
at com.redwood.scheduler.jobservice.remote.PlatformAgentService.sendRequest(PlatformAgentService.java:1484)
at com.redwood.scheduler.jobservice.remote.PlatformAgentReplyPoller.onMessage(PlatformAgentReplyPoller.java:91)
at com.redwood.scheduler.infrastructure.work.MessageEnabledWork.run(MessageEnabledWork.java:107)
at com.redwood.scheduler.infrastructure.work.WorkerImpl.run(WorkerImpl.java:140)
at java.lang.Thread.run(Thread.java:683)
We can't install a new agent since we have a license constraint.
Could you please help on this issue ?
Regards,
Manish