show_applicable_engr_sys_operations

Shows applicable patching operations that can be performed on the given engineered system target.

Format

emcli show_applicable_engr_sys_operations 
      -system_target_name="system_target_name" 
      -system_target_type="system_target_type" 
      -target_name="target_name" -target_type="target_type" | -component_type="component_type" 

Options

  • system_target_name

    Specifies the engineered system target name.

  • system_target_type

    Specifies the engineered system target type.

  • target_name

    Specifies the target name.

  • target_type

    Specifies the target type.

  • component_type

    Specifies the engineered system component target type.

Examples

The following example displays all of the applicable patching operations for the member target "clusteradm0102.example.com":"cluster" of the engineered system target "slcm12adm01.example.com":"oracle_dbmachine":

emcli  show_applicable_engr_sys_operations  
       -system_target_name="slcm12adm01.example.com" 
       -system_target_type="oracle_dbmachine" 
       -target_name="clusteradm0102.example.com" 
       -target_type="cluster"