show_patch_plan
Shows the details of a particular patch plan.
Format
emcli show_patch_plan
-name="name"
[-info [-showPrivs]] [-actions [-onlyShowEnabled]]
[-patches]
[-targets]
[-deplOptions]
[-analysisResults]
[-conflictFree]
[-impactedTargets]
[-deploymentProcedures]
[ ] indicates that the parameter is optionalOptions
-
name
Plan name. If you only provide this option with no other options, the full details of the patch plan are shown.
-
info
Shows the generic information of the given patch plan.
-
show_Privs
Shows the user privileges on the given patch plan along with the generic information.
-
actions
Show the actions that are possible to be taken on the given patch plan.
-
onlyShowEnabled
Only show the enabled actions on the given patch plan.
-
patches
Shows details of the patches contained in the given patch plan.
-
targets
Shows details of the targets contained in the given patch plan.
-
deplOptions
Shows details of the deployment options contained in the given patch plan.
-
analysisResults
Shows details of the analysis results of the given patch plan.
-
conflictFree
Shows details of the conflict-free patches of the given patch plan.
-
impactedTargets
Shows details of the impacted targets of the given patch plan.
-
deploymentProcedures
Shows the deployment procedure of the given patch plan.
Examples
emcli show_patch_plan -name="plan name"
emcli show_patch_plan -name="plan name" -info
emcli show_patch_plan -name="plan name" -actions -onlyShowEnabled
emcli show_patch_plan -name="plan name" -info -showPrivs See Also
- 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
- set_patch_plan_data
- submit_patch_plan
Also, see Patching Using EM CLI in the Enterprise Manager Lifecycle Management Administrator's Guide.