First things first, let's get our new Database Domain up and running on the Super Cluster.
Click the Add button to create a new domain.
Input all the necessary parameters for each domain, including CPU, memory, and network settings.
2. Database Configuration with OEDA
Now that our domains are ready, let's get OEDA involved. We know OEDA from the Exadata environments, but we see it in Super Cluster as well.
2.1. OEDA Preparations
OEDA helps you with the prerequisites too.
Launch the Oracle Exadata Deployment Assistant (OEDA) tool.
Select the two newly created database domains and perform the JOC File Export operation. This action will generate an XML configuration file containing all the domain-related information.
2.2. Obtaining DNS and Installation Files
APPENDIX A: DNS requirements
APPENDIX B: Files to be used for installation
Prepare these files and place them in the appropriate directories.
Keep your OEDA directory structure tidy
Copy the installation files specified in APPENDIX B into the WorkDir folder within your OEDA directory structure.
2.4. SSH Requirement
This is a crucial step.
Since we're installing on SuperCluster, passwordless SSH connectivity must be configured over the ZFS rpool for both database domains.
Both Grid and Database software will be installed directly on ZFS.
3. OEDA Installation Commands
Once everything is set up, it's time to run the OEDA commands on the respective domains:
Following command lists all the installation steps.
Following command validates the configuration.
install.sh -cf xml_file -s 2
IMPORTANT: Since there are already other database domains running on the system, the following steps "MUST NOT" be executed. Failing to skip these can lead to data loss or system instability for existing domains! ->
Step 6: Create Cell Disks
Step 17: Resecure Machine
Here’s a quick overview of the OEDA installation steps:
Validate Configuration File
Setup Required Files
Create Users
Setup Cell Connectivity
Create Cell Disks (SKIP THIS!)
Create Grid Disks
Install Cluster Software
Initialize Cluster Software
Install Database Software
Relink Database with RDS
Create ASM Diskgroups
Create Databases
Install Exachk
Create Installation Summary
Once you’ve followed all the steps above, the installation for the new database environment (GRID /RAC + RDBMS installed) in your Super Cluster environment should be successfully completed. Always remember to perform system tests and verify access to finalize the installation.
7. Known Issues
Before starting the OEDA installation, since the installation will be on the Super Cluster IO Database Domain Global zone, passwordless SSH settings must be configured between the ZFS storage and the IO Domains.
Before the Grid installation, passwordless SSH access must be configured between the two nodes for the users under which the Grid and Oracle software will be installed.
That's all for today. I hope this walk through helps you navigate your Super Cluster installations with more confidence. Happy super clustering! :)