The number of times LTM attempts to re-establish replication after a failure.
2
An integer greater than 0.
The value of the ra_retry_count parameter is the number of times that the LTM component will try to get the Replication Agent instance back into Replicating state after a failure causes the Replication Agent instance to go from the Replicating state to the Admin state.
When a connection failure occurs, Replication Agent attempts to re-establish the lost connection. Replication Agent uses the settings of the pds_retry_count and pds_retry_timeout parameters if the connection to the primary database is lost. Replication Agent uses the settings of the rs_retry_count and rs_retry_timeout parameters if the connection to the primary Replication Server is lost.
If Replication Agent is unable to re-establish a lost connection after the number of retries specified in either the pds_retry_count or rs_retry_count parameters, then the Replication Agent instance goes to the Admin state and the LTM component attempts to return the Replication Agent instance to the Replicating state, according to the settings of the ra_retry_count and ra_retry_timeout parameters.