Oracle - Applying PSU/CPU on Grid Home
This process was
tested and documented on test server which is running a test database on +ASM
version 12.1.0.2 and
I was applying PSU
181016 (October 2018)
Check the Status of
the Databases and Listener(s)
Check the status of
the Cluster Ready Services - using the crstat.py (V12 compatible)
Or you can use the
crsctl stat res -t - which is the Oracle standard command
Download the
appropriate patch for the Grid Infrastucture and place them in the
/home/oracle/installers directory.
Unzip the GI patch
and then check you have the correct version of Opatch to perform the
installation.
Use the opatch
analyze command as user root to check if the patch can be applied
[root@cdcol7test
OPatch]# opatchauto apply
/home/oracle/installers/PSU/28349311 -analyze
OPatchauto
session is initiated at Thu Oct 18 10:00:08 2018
System
initialization log file is
/app/oracle/product/12.1.0/grid/cfgtoollogs/opatchautodb/systemconfig2018-10-18_10-00-14AM.log.
Session log
file is
/app/oracle/product/12.1.0/grid/cfgtoollogs/opatchauto/opatchauto2018-10-18_10-00-25AM.log
The id for this
session is BCRM
Executing
OPatch prereq operations to verify patch applicability on home
/app/oracle/product/12.1.0/dbhome_1
Patch
applicability verified successfully on home /app/oracle/product/12.1.0/dbhome_1
Verifying SQL
patch applicability on home /app/oracle/product/12.1.0/dbhome_1
SQL patch
applicability verified successfully on home /app/oracle/product/12.1.0/dbhome_1
Executing
OPatch prereq operations to verify patch applicability on home
/app/oracle/product/12.1.0/grid
Patch
applicability verified successfully on home /app/oracle/product/12.1.0/grid
OPatchAuto
successful.
--------------------------------Summary--------------------------------
Analysis for
applying patches has completed successfully:
Host:cdcol7test
SIDB
Home:/app/oracle/product/12.1.0/dbhome_1
Version:12.1.0.2.0
==Following
patches were SKIPPED:
Patch:
/home/oracle/installers/PSU/28349311/26983807
Reason: This
patch is not applicable to this specified target type -
"oracle_database"
Patch:
/home/oracle/installers/PSU/28349311/28259950
Reason: This
patch is not applicable to this specified target type -
"oracle_database"
==Following
patches were SUCCESSFULLY analyzed to be applied:
Patch:
/home/oracle/installers/PSU/28349311/28259833
Log:
/app/oracle/product/12.1.0/dbhome_1/cfgtoollogs/opatchauto/core/opatch/opatch2018-10-18_10-00-57AM_1.log
Patch:
/home/oracle/installers/PSU/28349311/28259914
Log:
/app/oracle/product/12.1.0/dbhome_1/cfgtoollogs/opatchauto/core/opatch/opatch2018-10-18_10-00-57AM_1.log
Host:cdcol7test
SIHA
Home:/app/oracle/product/12.1.0/grid
Version:12.1.0.2.0
==Following
patches were SUCCESSFULLY analyzed to be applied:
Patch:
/home/oracle/installers/PSU/28349311/26983807
Log:
/app/oracle/product/12.1.0/grid/cfgtoollogs/opatchauto/core/opatch/opatch2018-10-18_10-03-29AM_1.log
Patch:
/home/oracle/installers/PSU/28349311/28259833
Log:
/app/oracle/product/12.1.0/grid/cfgtoollogs/opatchauto/core/opatch/opatch2018-10-18_10-03-29AM_1.log
Patch:
/home/oracle/installers/PSU/28349311/28259914
Log:
/app/oracle/product/12.1.0/grid/cfgtoollogs/opatchauto/core/opatch/opatch2018-10-18_10-03-29AM_1.log
Patch:
/home/oracle/installers/PSU/28349311/28259950
Log:
/app/oracle/product/12.1.0/grid/cfgtoollogs/opatchauto/core/opatch/opatch2018-10-18_10-03-29AM_1.log
OPatchauto
session completed at Thu Oct 18 10:04:00 2018
Time taken to
complete the session 3 minutes, 52 seconds
If the Patch analyze
was successful then apply the patch using autopatch apply
The Cluster Ready Services and the Database will be automatically shutdown and patched and re-started during this process
Check the Patch has
been applied at the database level - using @version
And use opatch
lsinventory to check all the patches have been applied
Finally check that
all the CRS Resources are back online, as per the original check.
Comments