Go to main content

Oracle® SuperCluster M8 and SuperCluster M7 Zones With Oracle Database on Database Domains Configuration Guide

Exit Print View

Updated: June 2020
 
 

Set Up the install.sh Script

  1. Ensure that the machine running the OEDA has Oracle JRE 1.7 or later.
  2. Locate the WorkDir directory.

    By default, the WorkDir directory is located in the directory where you downloaded the OEDA patch, as described in Preparing to Configure Zones on Database Domains.

  3. Copy all the necessary binaries in this WorkDir directory.

    Place binaries such as Oracle Database, Oracle Grid Infrastructure, and patches into this WorkDir directory. Refer to the following My Oracle Support note for more information on the necessary binaries:

    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=888828.1

    Following are examples of the binaries and patches to place in this WorkDir directory:

    • p13390677_112040_SOLARIS64_1of7.zip

    • p13390677_112040_SOLARIS64_2of7.zip

    • p13390677_112040_SOLARIS64_3of7.zip

    • p17628025_112040_SOLARIS64.zip

    • p6880880_112000_SOLARIS64.zip

  4. Locate the install.sh script.

    By default, the install.sh script is located in the directory where you downloaded the OEDA patch, as described in Preparing to Configure Zones on Database Domains.

  5. Change directories to the following directory on the Database Domain where you will be running the install.sh script:

    # cd /opt/oracle.supercluster/bin

  6. Verify that the iscsi.zpool.sh script is in the /opt/oracle.supercluster/bin directory.
    • If you see the iscsi.zpool.sh script in the /opt/oracle.supercluster/bin directory, go to Step 7.

    • If you do not see the iscsi.zpool.sh script in the /opt/oracle.supercluster/bin directory:

    1. Locate the iscsi.zpool.sh script.

      See Verify Configuration Tool Installation for the location of that script.

    2. Copy the iscsi.zpool.sh script into the /opt/oracle.supercluster/bin directory on the Database Domain where you will be running the install.sh script.
  7. Run the install.sh script.

    Go to Run the install.sh Script.