Opatchauto72030 Execute In Nonrolling Mode |best| -
opatchauto is a utility used in Oracle environments for applying patches, and it supports various modes of operation, including non-rolling mode. When applying patches with opatchauto in non-rolling mode, it typically involves stopping the database or the relevant services, applying the patch, and then restarting the services. This mode is often used for patches that cannot be applied while the database or services are online.
Example Scenario:
- Bug 72030: In Grid Infrastructure 19.17,
crsd.bincrashes when re-reading the network configuration file (ifconfigoutput parsing error). - Fix: Replaces
crsd.binandohasd.binin the Grid home. - Patching constraint: Non-rolling only, because the cluster stack must be fully down to replace these core binaries.
# As root on each node:
crsctl start cluster -all
3.1 Patches Affecting the Oracle Cluster Registry (OCR) or Voting Disks
If bug 72030 involves corruption in OCR or changes to the voting disk layout, rolling mode is impossible because the OCR must be offline on all nodes simultaneously during patching. opatchauto72030 execute in nonrolling mode
Validating patch 72030... Conflict check passed. Shutting down cluster services on all nodes... OK opatchauto is a utility used in Oracle environments
: Ensure the latest OPatch utility is present on all homes being patched. Oracle Help Center Core Commands Bug 72030: In Grid Infrastructure 19
✅ 3. Patch Download & Validation
- Download the correct patch 72030 from My Oracle Support.
- Unzip the patch into a temporary directory (e.g.,
/u01/stage/72030). - Check the
README.html– search for the words “rolling” or “non‑rolling”.