Agent status no_conn does not go away after connection issue is solved
book
Article ID: 197153
calendar_today
Updated On:
Products
CA 7 Workload Automation
Issue/Introduction
I would like to know why the agent did not change it status to Yes on it's own? According to the parameters that we use, CA7 should have detected itself that the connection to the agent was available.
One of our agents, defined in CA7 was in status NO_CONN. The connection issue was resolved at 10:04. At 10:30, the agent was still showing as NO_CONN. I was successfully able to telnet to the agent on the port on which it was listening. In the end a job was sent to the agent from CA7 and the status was changed from No_CONN to YES According tot the IAS Implementation guide, the connection to the agent is retried every interval (miliseconds), retried x times before going to sleep for y seconds. Our configuration is specified below.
The retry is only applicable to jobs/messages that are waiting to be sent to the agent. If there are no jobs/messages waiting to be sent to the agent, we don't do anything and the agent status stays as NO-CONN.
If CA 7 is up and agent is restarted, the agent will send a CONTROL MSG to CA 7 which will also cause the agent to go from NO-CONN to YES.
The RETRYINTERVAL, RETRYCOUNT, SLEEPTIME are only used when a CA 7 attempt to send a message (eligible for retry) fails. In this case, the retry is every 4 seconds, 5 times, and then wait 15 minutes (900 seconds) before repeating the cycle.
Note that there is only 1 timer, so those wait times are the minimal wait times. If you use different times for different agents, the waits can end up being longer.