set_engr_sys_patching_options

Sets up the patch deployment options for the component of an engineered system.

Format

emcli set_engr_sys_patching_options 
      -system_target_name="system_target_name" 
      -system_target_type="system_target_type" 
      -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.

  • component_type

    Specifies the engineered system component type.

  • input_file

    Specifies the path of the file that contains the patching deployment options. The following is an example of an input file: deployment.

Options

.StageLocation=/u01/stagepatch 
               deploymentOptions.PatchingMode=rolling
               deploymentOptions.StagePatches=true 
               deploymentOptions.OpatchUpgrade=false 
               deploymentOptions.SafeMode=false 

Note: "safeMode" indicates whether a blackout must be created on the target while patching it. The recommended value is true.

Examples

The following example sets up the patching deployment options for the component "Oracle Infiniband Switch" of the engineered system "DB Machine slcm12.example.com":"oracle_dbmachine", using the inputs specified in "/tmp/deploymentoptions.prop"

emcli  set_engr_sys_patching_options  
       -system_target_name="DB Machine slcm12.example.com"
       -system_target_type="oracle_dbmachine"
       -component_type="Oracle Infiniband Switch"
       -input_file=data:"/tmp/deploymentoptions.prop"