stop_siteguard_health_checks

Retrieves and shows the configured limit for Apply lag and Transport lag for all or selected databases of the system.

Format

emcli stop_siteguard_health_checks
        [-operation_plan=name_of_the_operation_plan] 
 
[ ]  indicates that the parameter is optional

Parameter

  • operation_plan

    Name of the operation plan for which execution of health checks must be stopped.

Examples

Example 1

This example displays the details of the Apply lag limit configured on all of the databases of the system austin-system:

emcli get_siteguard_lag 
        -system_name="austin-system" 
        -property_name="ApplyLag"

Example 2

This example stops health checks for operation plan austin-switchover:

emcli stop_siteguard_health_checks 
        -operation_plan="austin-switchover"