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
 
 

Locate the Necessary Files to Set Up Zones

  1. Locate the folder that contains the most recent configuration files.
    • If this is the first time after the initial installation of your system that you are creating additional zones on Database Domains with zones, locate the folder that contains the configuration files that your Oracle installer saved at the time of the initial installation of your system.

    • If you have used these instructions previously to create additional zones on Database Domains with zones, locate the folder that contains the most recent configuration files from that previous configuration.

    The configuration files are typically in a folder named ExadataConfigurations.

  2. Locate the necessary files within the folder that contains the most recent configuration files.

    The folder should contain the following files:

    • Individual configuration files for every zone that was set up on Database Domains with zones (shown as name-prefix-zone-name-zoneConfig.xml)

    • Individual configuration files for every cluster that was set up, either for zones or for Database Domains without zones (shown as customer-name-name-prefix-cluster-clucluster-number.xml)

    • A single master file that contains the configuration information for all the zones, Database Domains, and clusters that were set up on your system (shown as customer-name-name-prefix.xml)

    For example, assume you had zones and clusters created during your initial installation as described in Example Configuration, and you provided the following information during your initial installation:

    • Customer name: Example

    • Name prefix: scm7

    Then you should see configuration files similar to the following in the configuration folder:

    • Individual configuration files for the eight zones that were set up on Database Domains with zones:

      • scm7zdbadm01-zoneConfig.xml: Configuration file for the first zone

      • scm7zdbadm02-zoneConfig.xml: Configuration file for the second zone

      • scm7zdbadm03-zoneConfig.xml: Configuration file for the third zone

      And so on for the configuration files for the remaining five zones.

    • Individual configuration files for the five clusters that were set up:

      • example-scm7-cluster-clu1.xml: Configuration file for the first cluster (the first cluster with zones)

      • example-scm7-cluster-clu2.xml: Configuration file for the second cluster (the second cluster with zones)

      • example-scm7-cluster-clu3.xml: Configuration file for the third cluster (the third cluster with zones)

      • example-scm7-cluster-clu4.xml: Configuration file for the fourth cluster (the fourth cluster with zones)

      • example-scm7-cluster-clu5.xml: Configuration file for the fifth cluster (the cluster for the Database Domains without zones)

    • A single master configuration file that contains all the configuration information for your system:

      • example-scm7.xml

    You will be using one of these configuration files when you use OEDA (config.sh) or the install.sh script to set up zones on the Database Domains.