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

  1. Install the software binaries. See, “Installing Software Binaries for Oracle Grid Infrastructure for a Standalone Server” in Oracle Database Installation Guide.

  2. Run gridSetup.sh to start the Oracle Grid Infrastructure installation wizard.

    See, “Installing Oracle Grid Infrastructure for a Standalone Server with a New Database Installation” in Oracle Database Installation Guide.

Configuring Without Oracle Automatic Storage Management

  1. 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
    
  2. 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.

  3. 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
    
  4. 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.