Opatchauto72030 Execute In Nonrolling Mode Exclusive |top| Link
Disclaimer: Oracle, RAC, and Grid Infrastructure are trademarks of Oracle Corporation. Always refer to the official Oracle Support document for your specific patch number.
When opatchauto fails mid-patching, it often leaves the cluster stack in a partially configured or down state. To safely recover and complete the patching process, you must understand how to bypass the standard rolling upgrade mechanism and execute the patching tool in a non-rolling, exclusive mode.
When you execute opatchauto apply -nonrolling , the utility expects to patch the entire cluster while the stack is completely down on specific nodes, or handled in a strict, single-session sequence. Why the Error Triggers
To resolve this, you must stop all services across all nodes and use the -nonrolling flag with OPatchAuto .
: Ensure the GI stack and all databases are stopped on all nodes in the cluster. opatchauto72030 execute in nonrolling mode exclusive
opatchauto will generate detailed logs in $GRID_HOME/cfgtoollogs/opatchautodb/ . Summary Table Command/Option Shared Storage + Active Nodes opatchauto Fails (72030)
The error message OPATCHAUTO-72030 is a clear directive from the utility. It indicates a fundamental incompatibility between the mode of operation you attempted (rolling) and the configuration of your Oracle environment (shared CRS home).
When running in non-rolling mode, follow these steps to ensure a successful application:
Ensure the patch you are applying supports non-rolling application, although most RUs (Release Updates) and RURs (Release Update Revisions) do. To safely recover and complete the patching process,
(Note: If -oh is omitted, opatchauto attempts to patch all detected homes. Specifying -nonrolling is the critical flag here.)
To successfully resolve OPATCHAUTO-72030 by forcing a non-rolling, exclusive patch application, the following conditions must be met:
When applying patches to Oracle Grid Infrastructure (GI) and Real Application Clusters (RAC), the opatchauto utility is the standard, automated tool. However, complex environments—specifically those utilizing for the Grid Home—often encounter the error OPATCHAUTO-72030 .
The error message OPATCHAUTO-72030: Cannot execute in rolling mode, as CRS home is shared. Execute in non-rolling mode. appears when opatchauto detects that the Oracle Grid Infrastructure (CRS) home resides on shared storage. : Ensure the GI stack and all databases
Even after correcting the mode, you might encounter other issues. Here are common scenarios and solutions.
Driver modules (like ACFS, AFD, or OHASD) failing to unload or load cleanly.
Open the latest log file and search for the 72030 string. Look for lines resembling: Command failed: opatchauto executed in nonrolling mode for an exclusive patch. Step 2: Verify Patch Metadata