submit_engr_sys_maintenance

エンジニアド・システム・ターゲットの1つ以上のメンバー・ターゲットまたは1つのコンポーネントのメンテナンス操作を発行します。

書式

emcli submit_engr_sys_maintenance 
      -system_target_name="system_target_name" 
      -system_target_type="system_target_type" 
      -operation=analyze | deploy | rollback 
      -component_type="component_type" | -input_file=data:"input_file_path" 

オプション

  • system_target_name

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

  • system_target_type

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

  • operation

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

  • component_type

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

  • input_file

    入力ファイル・パスを指定します。入力データは、プロパティ名と値のペアで指定し、add_engr_sys_patches Verbが実行されている必要があります。次に、入力ファイルの例を示します。

    target.0.target_name=slcm12adm01.example.com
    target.0.target_type=oracle_exadata
    target.1.target_name=slcm12adm02.example.com
    target.1.target_type=oracle_exadata
    target.2.target_name=slcm12adm03.example.com
    target.2.target_type=oracle_exadata

次の例では、入力ファイル/tmp/inputprop1.propを使用して、エンジニアド・システム・ターゲット"slcm12adm01.example.com":"oracle_dbmachine"に分析操作を発行します。

emcli  submit_engr_sys_maintenance  
       -system_target_name="slcm12adm01.example.com"  
       -system_target_type="oracle_dbmachine"  
       -operation=analyze  
       -input_file=data:"/tmp/inputprop1.prop"