Installing Oracle Restart Using a Software-Only Installation

A software-only installation only installs the Oracle Restart binaries at the specified location. You must complete a few manual configuration steps to enable Oracle Restart after you install the software.

Note:

Oracle recommends that only advanced users perform the software-only installation, because this installation method provides no validation of the installation and this installation option requires manual postinstallation steps to enable the Oracle Restart software.

Installing the Software Binaries

Use this procedure to do a software-only installation of Oracle Restart.

  1. Log in to Windows as an Administrator user.
  2. Download the Oracle Grid Infrastructure installation image files, create the Grid home directory, and extract the image files in this Grid home directory.

    For example:

    C:\> mkdir \app\oracle\product\12.2.0\grid
    C:\> cd \app\oracle\product\12.2.0\grid
    C:\> unzip -q download_location\grid.zip
  3. Verify that the server meets the installation requirements using the command runcluvfy.bat stage -pre hacfg. Ensure that you have completed all storage and server preinstallation requirements.

    For Example:

    C:\> app\oracle\product\12.2.0\grid\runcluvfy.bat 
  4. Log in as the Oracle Restart software owner user and run gridSetup.bat to start the Oracle Grid Infrastructure installation wizard.

    C:\> app\oracle\product\12.2.0\grid\gridSetup.bat

  5. In the Select Configuration Option screen, select the Set Up Software Only option to perform a software-only installation of Oracle Restart. Click Next.
  6. Respond to the prompts as needed to set up Oracle Grid Infrastructure. Click Help for information.

Configuring Software Binaries for Oracle Restart

Use this procedure to configure and activate a software-only Oracle Restart without Oracle Automatic Storage Management (Oracle ASM).

  1. Log in as a member of the Administrators group and run the roothas.pl script from the Grid_home, using the following syntax:
    Grid_home\perl\bin\perl -IGrid_home\perl\lib -IGrid_home\crs\install 
    Grid_home\crs\install\roothas.pl
    

    For example, if your Grid home is C:\app\oracle\product\12.2.0\grid, then run the following script:

    C:\app\oracle\product\12.2.0\grid\perl\bin\perl -I C:\app\oracle\product\12.2.0\grid\perl\lib -I
    C:\app\oracle\product\12.2.0\grid\crs\install
    C:\app\oracle\product\12.2.0\grid\crs\install\roothas.pl
    
  2. Change the home directory to the path of the Oracle Restart home as follows:

    Grid_home\oui\bin, (where Grid_home is the path of the Oracle Restart home.

  3. Enter the following command:
    setup.exe -updateNodeList ORACLE_HOME=Grid_home
    CLUSTER_NODES= CRS=TRUE
    

    For example:

    C:\app\oracle\product\12.2.0\grid> setup.exe -updateNodeList ORACLE_HOME=C:\app\oracle\product\12.2.0\grid
    CLUSTER_NODES= CRS=TRUE
    
  4. Use the SRVCTL utility along with Network Configuration Assistant and Oracle Automatic Storage Management Configuration Assistant to add the listener, the Oracle Automatic Storage Management instance, and all Oracle Automatic Storage Management disk groups to the Oracle Restart configuration.