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
 
 

Verify Configuration Tool Installation

  1. Log in to the first Database Domain to contain zones.
  2. Download the latest Oracle OneCommand utility.
    1. Locate the My Oracle Support (MOS) note 888828.1, which provides information on the latest version of the patch with the Oracle OneCommand utility.

      Locate the Oracle Exadata Deployment Assistant (OEDA) section in the note.

    2. Select the most recent patch from the table.

      Typically, the most recent patch is shown at the top of the table, and will have a higher number than other patches. For example, Patch 22694905 would be a more recent version of the patch than Patch 22491458.

    3. Select the appropriate option from the Platform or Language field for the operating system on the machine that you are using for OEDA (config.sh) and the install.sh script.

      The options are:

      • Apple Mac OS X (Intel) (64-bit)

      • Microsoft Windows (32-bit)

      • Linux x86-64

      • Oracle Solaris on x86-64 (64-bit)

      • Oracle Solaris on SPARC (64-bit)

    4. Click the Download button to download the patch.
    5. Unzip the patch file.

      Several files become available.

  3. Change directories to the /opt/oracle.supercluster directory:
    # cd /opt/oracle.supercluster
    
  4. Verify that the necessary tools and scripts are available in the bin and zonetools subdirectories.
    • To verify the tools and scripts are in the bin subdirectory, type:

      # ls bin
      

      You should see the following tools and scripts:

      • applyconfig_ssc.sh

      • dcli

      • gen_cellaffinity_ssc.sh

      • ib_set_node_desc_ssc.sh

      • iscsi-lun.sh

      • iscsi-zpool.sh

      • oidcli

      • setup_ssh_eq.sh

      • zonemanifest.sh

    • To verify that the tools and scripts are in the zonetools subdirectory, type:

      # ls zonetools
      

      Verify that you have the ssc_exavm script in the zonetools directory.

  5. Repeat Step 1 through Step 4 for all other Database Domains to contain zones.
  6. Use OEDA (config.sh) to create the configuration files to be used by the install.sh script later on in this process.

    Go to Creating Configuration Files Using OEDA.