- Installation and Upgrade Guide
- Upgrading Oracle Grid Infrastructure
- Downgrading Oracle Clusterware After an Upgrade
- Downgrading to Oracle Grid Infrastructure 11g Release 2 (11.2)
11.11.2 Downgrading to Oracle Grid Infrastructure 11g Release 2 (11.2)
Use this procedure to downgrade to Oracle Grid Infrastructure 11g Release 2 (11.2).
- Delete the Oracle Grid Infrastructure 12c release 2 (12.2) Management Database:
dbca -silent -deleteDatabase -sourceDB -MGMTDB
- As an Administrator user, use the command syntax
Grid_home\crs\install\rootcrs.bat -downgrade
to stop the Oracle Grid Infrastructure 12c release 2 (12.2) resources, and shut down the Oracle Grid Infrastructure stack.Run this command from a directory that has write permissions for the Oracle Grid Infrastructure installation user.
You can run the downgrade script in parallel on all but one of the cluster nodes. You must downgrade the last node after you downgrade all other nodes.
- Remove Oracle Grid Infrastructure 12c release 2 (12.2) Grid home as the active Oracle Clusterware home:
- On any of the cluster member nodes where the upgrade to Oracle Grid Infrastructure 12c has completed successfully, log in as the Oracle Grid Infrastructure installation owner.
- Use the following command to start the installer, where
C:\app\12.2.0\grid
is the location of the new (upgraded) Grid home:cd
C:\app\12.2.0\grid
\oui\bin
setup.exe -nowait -updateNodeList -silent CRS=false ORACLE_HOME=C:\app\12.2.0\grid
"CLUSTER_NODES=node1,node2,node3" LOCAL_NODE=local_node_running_the_command -doNotUpdateNodeListAdd the option-cfs
if the Grid home is a shared home.
- Set the Oracle Grid Infrastructure 11g Release 2 (11.2) Grid home as the active Oracle Clusterware home:
- On any of the cluster member nodes where the upgrade to Oracle Grid Infrastructure 12c has completed successfully, log in as the Oracle Grid Infrastructure installation owner.
- Use the following command to start the installer, where the path you provide for
ORACLE_HOME
is the location of the home directory from the earlier Oracle Clusterware installation.cd C:\app\11.2.0\grid\oui\bin setup.exe -nowait -updateNodeList -silent CRS=true ORACLE_HOME=C:\app\11.2.0\grid -doNotUpdateNodeList
Add the option-cfs
if the Grid home is a shared home.
- Manually start the Oracle Clusterware stack for Oracle Grid Infrastructure 11g Release 2 (11.2).
On each node, start Oracle Clusterware from the earlier release Oracle Clusterware home using the command
crsctl start crs
. For example. if the earlier release home isC:\app\11.2.0\grid
, use the following command on each node:C:\app\11.2.0\grid\bin> crsctl start crs