stop_engr_sys_maintenance

エンジニアド・システム・ターゲットのメンバー・ターゲットまたはメンバー・ターゲットのリストのメンテナンス操作を停止します。

書式

emcli stop_engr_sys_maintenance
       -system_target_name="system_target_name" 
       -system_target_type="system_target_type" 
       -target_name="target_name" -target_type="target_type" | -input_file=data:"input_file_path"
       -operation=analyze | deploy | rollback 

[ ]  indicates that the parameter is optional.

オプション

  • system_target_name

    エンジニアド・システムのターゲット名を指定します。

  • system_target_type

    エンジニアド・システムのターゲット・タイプを指定します。

  • target_name

    ターゲット名を指定します。

  • target_type

    ターゲット・タイプを指定します。

  • input_file

    入力ファイル・パスを指定します。

  • operation

    停止する操作を指定します。このオプションで使用可能な値は、analyze、deployおよびrollbackです。

次の例では、エンジニアド・システム"slcm12adm01.example.com":"oracle_dbmachine"のメンバー・ターゲット"clusteradm0102.example.com":"cluster"のデプロイ操作を停止します。

emcli stop_engr_sys_maintenance 
      -system_target_name="slcm12adm01.example.com"  
      -system_target_type="oracle_dbmachine"  
      -target_name="clusteradm0102.example.com" 
      -target_type="cluster" -operation=deploy