Use these steps to configure and activate a software-only Oracle Grid Infrastructure for a standalone server installation for Oracle Restart.
Configuring With Oracle Automatic Storage Management
Install the software binaries. See, “Installing Software Binaries for Oracle Grid Infrastructure for a Standalone Server” in Oracle Database Installation Guide.
Run gridSetup.sh
to start the Oracle Grid Infrastructure installation wizard.
Configuring Without Oracle Automatic Storage Management
Log in as the root
user and run the roothas.pl
script located in the Grid_home path, using the following syntax:
Grid_home/perl/bin/perl -I Grid_home/perl/lib -I Grid_home/crs/install Grid_home/crs/install/roothas.pl
For example, if the path of your Oracle Grid Infrastructure for a standalone server home is u01/app/oracle/product/12.2.0/grid
, then run the script using the following command:
# /u01/app/oracle/product/12.2.0/grid/perl/bin/perl -I /u01/app/oracle/product/12.2.0/grid/perl/lib -I /u01/app/oracle/product /12.2.0/grid/crs/install /u01/app/oracle/product/12.2.0/grid/crs/install/roothas.pl
Change directory to the path Grid_home/oui/bin
, where Grid_home is the path of the Oracle Grid Infrastructure for a standalone server home.
Log in as the Oracle Restart software owner user and use the following command syntax, where Grid_home is the path of the Oracle Grid Infrastructure for a standalone server home.
$ ./runInstaller -updateNodeList ORACLE_HOME=Grid_home -defaultHomeName CLUSTER_NODES= CRS=TRUE
For example:
$ ./runInstaller -updateNodeList ORACLE_HOME=/u01/app/oracle/product/12.2.0/grid -defaultHomeName CLUSTER_NODES= CRS=TRUE
Use the SRVCTL
utility along with Oracle Network Configuration Assistant to add the listener to the Oracle Restart configuration.
Note:
This procedure does not work for Oracle Restart upgrades from previous releases.