tail -f $GRID_HOME/cfgtoollogs/opatchauto/opatchauto-*.log
# As root user /export/home/grid/OPatch/opatchauto apply /path/to/72030 -analyze -nonrolling opatchauto72030 execute in nonrolling mode exclusive
opatchauto apply /patch/72030 -nonrolling -exclusive tail -f $GRID_HOME/cfgtoollogs/opatchauto/opatchauto-*
This article will dissect this command, explain exactly when and why you would use it, walk through the step-by-step execution, and highlight the risks and best practices associated with it. walk through the step-by-step execution
This error is usually a "wrapper" for a deeper underlying issue. Common culprits include:
Before running in non-rolling mode, ensure the clusterware is ready to be stopped. Manually test the shutdown: # As root crsctl stop crs -f Use code with caution.
# As root user: opatchauto apply -oh -nonrolling Use code with caution. Copied to clipboard Root Cause Analysis