submit_engr_sys_maintenance

Submits a maintenance operation for one or more member targets or a component of an engineered system target.

Format

emcli submit_engr_sys_maintenance 
      -system_target_name="system_target_name" 
      -system_target_type="system_target_type" 
      -operation=analyze | deploy | rollback 
      -component_type="component_type" | -input_file=data:"input_file_path" 

Options

  • system_target_name

    Specifies the engineered system target name.

  • system_target_type

    Specifies the engineered system target type.

  • operation

    Specifies the operation that must be submitted. The possible values for this option are analyze, deploy and rollback.

  • component_type

    Specifies the engineered system component type.

  • input_file

    Specifies the input file path. The input data must be provided in property name-value pairs and the add_engr_sys_patches verb should have been executed. The following is an example of an input file:

    target.0.target_name=slcm12adm01.example.com
    target.0.target_type=oracle_exadata
    target.1.target_name=slcm12adm02.example.com
    target.1.target_type=oracle_exadata
    target.2.target_name=slcm12adm03.example.com
    target.2.target_type=oracle_exadata

Examples

The following example uses the input file "/tmp/inputprop1.prop" to submit an analysis operation on the engineered system target "slcm12adm01.example.com":"oracle_dbmachine":

emcli  submit_engr_sys_maintenance  
       -system_target_name="slcm12adm01.example.com"  
       -system_target_type="oracle_dbmachine"  
       -operation=analyze  
       -input_file=data:"/tmp/inputprop1.prop"