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"
関連項目
- create_patch_plan
- delete_patches
- describe_patch_plan_input
- get_connection_mode
- get_patch_plan_data
- list_aru_languages
- list_aru_platforms
- list_aru_products
- list_aru_releases
- list_patch_plans
- search_patches
- set_connection_mode
- show_patch_plan
- submit_patch_plan
『Enterprise Managerライフサイクル管理者ガイド』のEM CLIによるパッチ適用も参照してください。