10.3.4 Adding Grid Infrastructure Management Repository to an Existing Cluster

Complete this procedure to add a Grid Infrastructure Management Repository to an existing cluster.

If you want to place GIMR on an Oracle ASM disk group, then create an Oracle ASM disk group for GIMR either during Oracle Grid Infrastructure installation or using Oracle ASMCA before installing the GIMR.
  1. As the grid user, create GIMR home directory on all cluster nodes:
    C:\> md C:\app\21.0.0\gimr
  2. Download the Oracle Database image files and extract the files into the GIMR home. For example:
    C:\> cd C:\app\21.0.0\gimr
    C:\> unzip -q download_location\db_home.zip

    db_home.zip is the name of the Oracle Database image zip file.

    Note:

    • You must extract the zip image software into the directory where you want your GIMR home to be located.

    • Download and copy the Oracle Database image files to the local node only. During installation, the software is copied and installed on all other nodes in the cluster.

  3. From the GIMR home directory, start the Oracle Database software installation:
    C:\> cd C:\app\21.0.0\gimr
    C:\> setup.exe

    Note:

    Run the setup.exe command from the GIMR home directory only. Do not run setup.exe command that resides at %GIMR_HOME%\oui\bin\, or any other location, to install Oracle Real Application Clusters.
  4. In the Select Configuration Option screen, select the Setup Software Only option. Click Next.
  5. In the Select Database Installation Option screen, select the Oracle Real Application Clusters Database Installation option. Click Next.
  6. In the Node Selection screen, select all the nodes to install Oracle RAC or Oracle RAC One Node software. Click Next.
  7. In the Select Database Edition screen, select the Enterprise Edition option. Click Next.
  8. In the Specify Install Location screen, provide the location of Oracle base for Oracle RAC software installation.
    The Oracle base directory must be different from the GIMR home directory. Click Next.
  9. The Perform Prerequisite Checks screen displays the results of the prerequisites checks. If any of the checks have a status of Failed and are not Fixable, then you must manually correct these issues. After you have fixed the issue, you can click the Check Again button to have the installer recheck the requirement and update the status. Repeat as needed until all the checks have a status of Succeeded. Click Next.
  10. Review the contents of the Summary screen and then click Install.
    The installer displays a progress indicator enabling you to monitor the installation process.
  11. Create GIMR container database using the following command:
    C:\> C:\app\21.0.0\gimr\bin\mgmtca createGIMRContainer [-storageDiskLocation disk_location]