stop_siteguard_health_checks

システムのすべてのデータベースまたは選択されたデータベースに対する適用ラグとトランスポート・ラグの制限の構成を取得して表示します。

書式

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

パラメータ

  • operation_plan

    ヘルス・チェックの実行を停止する必要がある操作計画の名前。

例1

この例では、システムaustin-systemのすべてのデータベースに構成されている適用ラグ制限の詳細を表示します。

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

例2

この例では、操作計画austin-switchoverのヘルス・チェックを停止します。

emcli stop_siteguard_health_checks 
        -operation_plan="austin-switchover"