Configuring Software Binaries for Oracle Grid Infrastructure for a Standalone Server
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
See, “Installing Oracle Grid Infrastructure for a Standalone Server with a New Database Installation” in Oracle Database Installation Guide.gridSetup.sh
to start the Oracle Grid Infrastructure setup wizard.
Configuring Without Oracle Automatic Storage Management
-
Log in as
root
and run theroothas.sh
script located in the Grid_home path, using the following syntax:# cd Grid_home/crs/install # ./roothas.sh
Where, Grid_home is the Oracle Grid Infrastructure home directory.
For example:
# cd /u01/app/oracle/product/19.0.0/grid/crs/install # ./roothas.sh
-
Change directory to the path Grid_home/
oui/bin
. -
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/19.0.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.Related Topics