describe_engr_sys_targets

Lists all the components of an engineered system target discovered in Enterprise Manager.

Format

emcli describe_engr_sys_targets 
      -system_target_name="system_target_name" 
      -system_target_type="system_target_type" 
      [-component_type="component_type"] 

[ ]  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.

  • component_type

    Specifies the engineered system component target type.

Examples

Example 1

The following example displays all the components of the engineered system "DB Machine slcm12.example.com":"oracle_dbmachine":

emcli describe_engr_sys_targets  
      -system_target_name="DB Machine slcm12.example.com" 
      -system_target_type="oracle_dbmachine" 

Example 2

The following example displays the Oracle Infiniband Switches targets of the engineered system "DB Machine slcm12.example.com":"oracle_dbmachine":

emcli describe_engr_sys_targets  
      -system_target_name="DB Machine slcm12.example.com" 
      -system_target_type="oracle_dbmachine" 
      -component_type="Oracle Infiniband Switch"