show_engr_sys_patchable_targets

Shows the targets of an engineered system for which the given patch is applicable.

Format

emcli show_engr_sys_patchable_targets 
       -system_target_name="system_target_name" 
       -system_target_type="system_target_type" 
       -system_patch_composite_id="system_patch_composite_id" 
       [-applied="true | false"]

[ ]  indicates that the parameter is optional.

Options

  • system_target_name

    Specifies the engineered system target name.

  • system_target_type

    Specifies the engineered system target type.

  • system_patch_composite_id

    Specifies the system patch composite ID.

  • component_type

    Specifies the engineered system component type.

  • applied

    Specifies whether to list the targets on which the patch has already been applied. The possible values for this option are:

    • true: Lists the targets on which the patch is applied.

    • false: Lists only the targets on which the patch hasn't been applied.

    This is the default option.

Examples

The following example displays the member targets of the engineered system " DB Machine slcm12.example.com ":"oracle_dbmachine", on which the patch "p18706488_600000000001381_226_0" has already been applied:

emcli  show_engr_sys_patchable_targets  
       -system_target_name="DB Machine slcm12.example.com" 
       -system_target_type="oracle_dbmachine" 
       -system_patch_composite_id="p18706488_600000000001381_226_0" 
       -applied="true" -level="target"