Oracle RAC 12C to 19C ASM Upgradation
PREREQUISITE FOR UPGRADE:
oracle configurationintermediate
by OracleDba
13 views
PREREQUISITE FOR UPGRADE:
12345678910111213141516
mkdir -p /u02/app/grid/product/19C/dbhome
chown -R grid:oinstall /u02
chmod -R 775 /u02
cd u02/app/grid/product/19C/dbhome
Unzip LINUX.X64_193000_grid_home.zip-------------------------on Node 1
su - grid
cd /u02/app/grid/product/19C/dbhome -- 19c grid home
./runcluvfy.sh stage -pre crsinst -upgrade -rolling -src_crshome /u02/app/grid/product/12C/dbhome -dest_crshome p /u02/app/grid/product/19C/dbhome -dest_version 19.3.0.0.0 -fixup –verbose
cd /u02/app/grid/product/19C/dbhome
gridsetup.sh –dryRunForUpgrade1234567891011121314151617181920212223242526272829303132
unset ORACLE_BASE
unset ORACLE_HOME
unset ORACLE_SID
Su root
root# /u02/app/grid/product/12C/dbhome/crs/install/rootcrs.sh –unlock –crshome /u02/app/grid/product/19C/dbhome
cd /u02/app/grid/product/19C/dbhome
./gridSetup.sh
$ crsctl query crs activeversion
Oracle Clusterware active version on the cluster is [19.0.0.0.0]
$ crsctl query crs softwareversion
Oracle Clusterware version on node [dc-vt-testdb1] is [19.0.0.0.0]
$ crsctl query crs activeversion
Oracle Clusterware active version on the cluster is [19.0.0.0.0]
$ crsctl query crs softwareversion
Oracle Clusterware version on node [node2] is [19.0.0.0.0]
$ crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
$ crsctl stat res -t -init
$ crsctl stat res -t
# vi .bash_profile
export ORACLE_HOME=/u02/app/grid/product/19C/dbhome
execute bash_profile from the grid user
. .bash_profilePlease to add comments
No comments yet. Be the first to comment!