show_applicable_engr_sys_patches

Lists all the applicable system patches for a member target of an engineered system.

Format

emcli show_applicable_engr_sys_patches 
       -system_target_name="system_target_name" 
       -system_target_type="system_target_type" 
       [-target_name="target_name" -target_type="target_type" | -input_file=data:"input_file_path"]
       [-show_recommended] | [-show_all]

Options

  • system_target_name

    Specifies the engineered system target name.

  • input_file

    Specifies input file path. The following is an example of an input file:

    slcm12celadm01.example.com:oracle_exadata

    slcm12celadm02.example.com:oracle_exadata

    slcm12celadm03.example.com:oracle_exadata

  • system_target_type

    Specifies the engineered system target type.

  • target_name

    Specifies the target name.

  • target_type

    Specifies the target type.

  • show_recommended

    Specifies the engineered system component target type. If you do not specify this option, all the applicable patches will be displayed.

  • show_all

    Displays all the applicable patches. This is the default option.

Examples

The following example displays only the recommended patches for the member target "clusteradm0102.example.com":"cluster" of the engineered system " DB Machine slcm12.example.com ":"oracle_dbmachine":

emcli  show_applicable_engr_sys_patches  
       -system_target_name="DB Machine slcm12.example.com" 
       -system_target_type="oracle_dbmachine" 
       -target_name="clusteradm0102.example.com" 
       -target_type="cluster" -show_recommended