Each QSP resource has the following properties:
- The protected service name
- Startup interval
- Specifies the amount of time, in seconds, that LifeKeeper will allow for a service to start. If restore or recover determines that the service did not reach the “Running” state within this period of time, the operation is failed and an event is logged.
- Setting this value to 0 disables the checks and lets the service take as long as it needs to start.
- Shutdown interval
- Specifies the amount of time, in seconds, that LifeKeeper will allow for a service to stop. If remove determines that the service did not reach the “Stopped” state within this period of time, the operation is failed and an event is logged.
- Setting this value to 0 disables the checks and lets the service take as long as it needs to stop.
- Quickchk interval
- Local Recovery status
These are all configured during resource create, and inherited during extend.
Post your comment on this topic.