ROllerozxa

Opatchauto72030 Execute In | Nonrolling Mode

The 72030 error is a generic orchestration failure. It indicates that the opatchauto tool failed to initialize the patching session across the targeted cluster nodes.

Review the logs to identify any hidden obstacles, such as insufficient permissions on the current directory or conflicts with the inventory pointer file.

Navigate to Grid Infrastructure home: cd $GI_HOME/cfgtoollogs/opatchauto/

Executing patches in non-rolling mode is typically required when a patch contains structural or binary changes that are incompatible with mixed-version clusters. The 72030 error generally stems from one of the following underlying issues: 1. Active Processes and Shared Memory Segments opatchauto72030 execute in nonrolling mode

If a prior rolling execution partially succeeded on Node 1 but failed on Node 2, you may need to resume or roll back the failed session before switching modes.

/OPatch/opatch lsinventory /OPatch/opatch lsinventory Use code with caution. Copied to clipboard

/OPatch/opatchauto apply /72030 -nonrolling Use code with caution. Copied to clipboard The 72030 error is a generic orchestration failure

: If opatchauto struggles to stop services, manually stop the stack using crsctl stop crs -f on all nodes before running the command with the -norestart flag (if you prefer manual control).

Check that the central inventory is registered properly and that permissions are correct: $GRID_HOME/OPatch/opatch lsinventory -detail Use code with caution.

$GI_HOME/OPatch/opatchauto apply <PATH_TO_PATCH_DIRECTORY> -nonrolling opatchauto72030 execute in nonrolling mode

: Run the command to apply the patch in non-rolling mode.

# opatchauto apply /tmp/patch/366XXXXX -oh /u01/app/19.0.0/grid -nonrolling Use code with caution.

/u01/app/19.0.0/grid/OPatch/opatchauto apply /soft/35319490 -oh /u01/app/19.0.0/grid -nonrolling