JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
SPARC SuperCluster T4-4 Zones With Oracle Database on Database Domains

Configuration Guide

search filter icon
search icon

Document Information

Using This Documentation

Product Notes

Related Documentation

Feedback

Access to Oracle Support

Planning to Set Up Zones on Database Domains

Important Cautions

Naming Conventions

Understanding Domain Configurations

Determining the Cores Available for Domains and Zones

Cores Available for Domains and Zones

Memory Available for Domains

Zones and Cluster Planning for Database Domains

Guidelines for Planning the Number of Zones and Clusters

Guidelines for Planning the Storage Server Disk Group Layout

Planning the Exadata Storage Server Disk Group Layout

Understanding an Example Scenario

Recording Your Existing and Planned Configuration Information

Recording Your Existing Configuration

Recording Your Zone Configuration Information

Recording Your Cluster Configuration Information

Recording Your Exadata Storage Server Disk Group Layout

Understanding Network Considerations

Understanding the Networking Setup Before Zone Creation

Host Management Network Before Zone Creation

Client Access Network Before Zone Creation

InfiniBand Network Before Zone Creation

Understanding the Networking Setup After Zone Creation

Host Management Network After Zone Creation

Client Access Network After Zone Creation

InfiniBand Network After Zone Creation

Understanding the Network Setup for Clusters

Preparing to Configure Zones on Database Domains

Prepare to Configure Zones

Existing Network Worksheet

Update the Base Software

Determine the Repository Location

Install or Update Packages From the Remote Repository

Install or Update Files From the Local Repository

Verify Configuration Tool Installation

Creating Configuration Files Using OEDA

Verify Exadata Storage Server Disk Space for Additional Zones

Creating Configuration Files Using OEDA: Manual Procedures

Oracle Exadata Deployment Assistant Overview

Set Up the OEDA

Start the OEDA

Complete the Customer Details Page

Complete the Hardware Selection Page

Complete the Define Customer Networks Page

Complete the Administration Network Page

Complete the Client Ethernet Network Page

Complete the IB Network Page

Complete the Identify Compute Node OS and Enable Capacity-on-Demand Configuration Page

Review the Information in the Management and Private Networks Page

Complete the Define Clusters Page

Set Zone Default Configurations

Complete the Cluster Page

Complete the Cluster Review and Edit SCAN, Client, VIP and Optional Backup Networks Page

Verify Remaining Configuration Information

Generate the Configuration Files

Creating Configuration Files Using OEDA: Automated Procedures

Locate the Necessary Files to Set Up Zones

Set Up the OEDA

Start the OEDA

Import the Most Recent OEDA Configuration File

Review Existing Configuration Information

Review the Information in the Identify Compute Node Operating System Page

Review the Information in the Management and Private Networks Page

Complete the Define Clusters Page

Set Zone Default Configurations

Complete the Cluster Page

Complete the Cluster Review and Edit SCAN, Client, VIP and Optional Backup Networks Page

Verify Remaining Configuration Information

Generate the Configuration Files

Creating the Template Zone on Each Database Domain

Create a Template Zone on a Database Domain

Delete a Template Zone From a Database Domain

Creating VNETs

Determining if Additional VNETs Are Needed for a Database Domain

Determine if Additional VNETs Are Needed (CPU-to-Database Domain Mapping)

Determine if Additional VNETs Are Needed (Software Commands)

Locate the Control Domain

Create VNETs for Zones

Delete VNETs

Running the Java OneCommand

Set Up Public Key Authentication for ZFS Storage Controllers

Set Up the Java OneCommand

Run the Java OneCommand

NTP Issue

Creating Additional Links on the IB Storage Network for Zones

Create Additional Links on the IB Storage Network for Zones

Setting Up VLAN Tagging for Zones

Set Up VLAN Tagging for Zones

Index

Create a Template Zone on a Database Domain

  1. Log in to the first Database Domain in your SPARC SuperCluster T4-4 where you are setting up zones.
  2. Determine if the template zone is already in place on the first Database Domain where you are setting up zones.

    The template zone may already be in place from the initial installation of your system. Type the following command to determine if the template zone is already in place:

    zoneadm list -cv
    • If you see the following output, where a file is listed as DB-domain_T (for example, ssc01dbadmin01-01_T), then the template file is already in place from the initial installation:

      ID NAME STATUS PATH BRAND IP
      0 global running / solaris shared
      5 ssc01dbadmin01.us.oracle.com running
      /zoneHome/ssc01dbadmin01.us.oracle.com solaris excl
       - ssc01dbadmin01-01_T installed /zoneHomeT/ssc01dbadmin01-01_T solaris excl

      You do not have to create a template zone on the Database Domain in this case. Go to Creating VNETs.

    • If you do not see a file listed as DB-domain_T, then you do not have the template file in place already. Go to Step 3.

  3. Locate the ssc_exavm script.

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

  4. Create the template zone on the Database Domain where you are setting up zones.

    The output shown below is abbreviated from the actual output.

    ./ssc_exavm -template
    INFO: Logging all actions in /opt/oracle.supercluster/zonetools/ssc_exavm/tmp/ssc01dbadmin01-01-20121129093659.log and traces in /opt/oracle.supercluster/zonetools/ssc_exavm/tmp/ssc01dbadmin01-01-20121129093659.trc and o/p in /opt/oracle.supercluster/zonetools/ssc_exavm/tmp/ssc01dbadmin01-01-20121129093659.out
    INFO: Begin Template Creation
    INFO: Checking for ssc01dbadmin01-01_T
    INFO: Checking for ssc01dbadmin01-01_T
    INFO: Creating a template Virtual Guest for future use
    INFO: 2012-11-29 09:37:14 : Executing zfs create rpool/ssc01dbadmin01-01_T
     
    INFO: Executing /opt/oracle.supercluster/zonetools/ssc_exavm/tmp/vmtrash/8461.SysCall.0.cmd
     
    INFO: Running System command ... 
    R  R
    SUCCESS: Done
    INFO: 2 : Completed Command Execution
    INFO: 2012-11-29 09:37:16 : Completed Command Execution
    INFO: 2012-11-29 09:37:16 : Executing zfs set quota=6G rpool/ssc01dbadmin01-01_T
     
    INFO: Executing /opt/oracle.supercluster/zonetools/ssc_exavm/tmp/vmtrash/8461.SysCall.1.cmd
     
    ... (OUTPUT ABBREVIATED) ...
     
    INFO: Running System command ...
    R
    SUCCESS: Done
    INFO: 1 : Completed Command Execution
    INFO: 2012-11-29 09:51:25 : Completed Command Execution
    SUCCESS: Completed creation of Virtual guests
     
    INFO: Virtual Guest creation Summary :
     
    INFO: Completed : ssc01dbadmin01-01_T  Data file :: none

    The name for the template zone for this particular domain is DB-domain_T (for example, ssc01dbadmin01-01_T).

  5. Repeat Step 1 through Step 4 for every Database Domain where you are setting up zones.

    You must create a separate template zone on each Database Domain where you are setting up zones. Each template zone has its own domain-specific name.