set_patch_plan_data

ユーザー編集可能データを設定します。このverbを使用する前にget_patch_plan_data verbを使用すると、便利です。

書式

emcli set_patch_plan_data
        -name="name"
        -input_file=data:"file_path"
        [-impact_other_targets="add_all|add_original_only|cancel"]
        [-problems_assoc_patches="ignore_all_warnings|cancel"]

[ ]  indicates that the parameter is optional

オプション

  • name

    この資格証明セットの優先資格証明を設定します。

  • input_file

    このターゲットの優先資格証明を設定します。

    input_fileパラメータの詳細は、「-input_fileの構文ガイドライン」を参照してください。

  • impact_other_targets

    ターゲットまたは資格証明セットのターゲット・タイプ。

  • problems_assoc_patches

    資格証明の名前。

emcli set_patch_plan_data -name="plan name"  
-input_file=data:"/tmp/patchplan.pros" 

emcli set_patch_plan_data -name="plan name"  
-input_file=data:"/tmp/patchplan.pros" -impact_other_targets="add_all" 

emcli set_patch_plan_data -name="plan name"  
-input_file=data:"/tmp/patchplan.pros" -impact_other_targets="add_all" 
-problems_assoc_patches="ignore_all_warnings"