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
 
 

Run the install.sh Script


Caution

Caution  -  Ensure that you backup all existing databases before running the install.sh script.



Caution

Caution  -  You must use the latest version of the OEDA patch (patch 19766190 or later). Refer to the Oracle Exadata Deployment Assistant (OEDA) section in MOS Note 888828.1 for details.



Caution

Caution  -  Any version of the install.sh script prior to patch 19766190 can destroy the storage cell disks and griddisk if an undo option is performed on certain steps (Create Cell disk, for example). This can cause complete destruction of all the griddisks on the storage cells. In addition, re-running the griddisk creation step or mistakenly specifying a non-unique diskgroup in OEDA will result in the destruction of existing griddisks. Be aware that older versions of the install.sh script also destroy cell disks and griddisks with the Create Cell Disks step.


  1. Locate the configuration files for the new clusters that were generated at the end of the OEDA process when you added zones to the Database Domains.

    The configuration files for the new clusters that you created should be named customer-name-name-prefix-cluster-clucluster-number.xml.

    For example, using the example configuration, the two new cluster files that were created at the end of the OEDA process as described in Creating Configuration Files Using OEDA would be:

    • example-scm7-cluster-clu6.xml

    • example-scm7-cluster-clu7.xml

  2. Using the first new cluster configuration file, display the list of functions that will be performed by the install.sh script:
    ./install.sh -cf /path-to-config-file/customer-name.name-prefix.xml -l
    

    For example:

    ./install.sh -cf /path-to-config-file/example-scm7-cluster-clu6.xml -l
    

    Information similar to the following is displayed:

    1. Validate Configuration File
    2. Create Virtual Machine
    3. Setup Required Files
    4. Create Users
    5. Setup Cell Connectivity
    6. Calibrate Cells
    7. Create Cell Disks
    8. Create Grid Disks
    9. Install Cluster Software
    10. Initialize Cluster Software
    11. Install Database Software
    12. Relink Database with RDS
    13. Create ASM Diskgroups
    14. Create Databases
    15. Apply Security Fixes
    16. Install Exachk
    17. Create Installation Summary
    18. Resecure Machine
    

    The output that you see and the number assigned to each step in the output varies depending on the configuration choices you made in OEDA.

  3. Note the specific steps that you will not run in the install.sh script.

    In the next step, you will run the appropriate steps in the install.sh script. Do not run any of the following steps in the install.sh script in the next step:

    • Calibrate Cells (step 6 in the example output above)

    • Create Cell Disks (step 7 in the example output above)

    • Configure Cell Alerting (not shown in the example output above)

  4. Run the appropriate steps in the install.sh script, using the cluster configuration file that was generated at the end of the OEDA process as input:
    ./install.sh -cf customer-name.name-prefix.xml -s step-number
    

    where step-number is the number of each step that you are running, in order. For example:

    ./install.sh -cf example-scm7-cluster-clu6.xml -s 1
    

    Run all of the steps in the install.sh script except for the following:

    • Verify IB and calibrate cells

    • Create cell disks

    • Configure cell alerting

    You can also run a series of steps by using the -r option. For example, if you wanted to run steps 1 through 5, enter the following:

    ./install.sh -cf example-scm7-cluster-clu6.xml -r 1-5
    

    You can destroy a zone from a Database Domain using the instructions in Delete a Template Zone From a Database Domain if necessary (for example, if the install.sh script fails at step 2 for some reason). However, use caution when destroying zones from a Database Domain.

  5. Repeat Step 2 through Step 4 for each new cluster configuration file that you generated at the end of the OEDA process.
  6. Create additional links on the IB storage network for the zones that you set up on the Database Domains.

    Go to Creating Additional Links on the IB Storage Network for Zones.