OnlineWaitLimit

Number of monitor intervals to wait after completing the online procedure, and before the resource is brought online. If the resource is not brought online after the designated monitor intervals, the online attempt is considered ineffective. This attribute is meaningful only if the clean entry point is implemented.

If clean is not implemented, the agent continues to periodically run monitor until the resource is brought online.

If clean is implemented, when the agent reaches the maximum number of monitor intervals it assumes that the online procedure was ineffective and runs clean. The agent then notifies HAD that the online attempt failed, or retries the procedure, depending on whether or not the OnlineRetryLimit is reached.

Default is 2. The OnlineWaitLimit attribute value can be overridden.