Cluster Server 7.3.1 Agent for Oracle Installation and Configuration Guide - Solaris
- Introducing the Cluster Server agent for Oracle
- About the Cluster Server agent for Oracle
- How the agent makes Oracle highly available
- About Cluster Server agent functions for Oracle
- Oracle agent functions
- How the Oracle agent supports health check monitoring
- ASMInst agent functions
- Oracle agent functions
- Installing and configuring Oracle
- About VCS requirements for installing Oracle
- About Oracle installation tasks for VCS
- Installing ASM binaries for Oracle 11gR2 or 12c in a VCS environment
- Configuring Oracle ASM on the first node of the cluster
- Installing Oracle binaries on the first node of the cluster
- Installing and removing the agent for Oracle
- Configuring VCS service groups for Oracle
- Configuring Oracle instances in VCS
- Before you configure the VCS service group for Oracle
- Configuring the VCS service group for Oracle
- Setting up detail monitoring for VCS agents for Oracle
- Enabling and disabling intelligent resource monitoring for agents manually
- Administering VCS service groups for Oracle
- Pluggable database (PDB) migration
- Troubleshooting Cluster Server agent for Oracle
- Verifying the Oracle health check binaries and intentional offline for an instance of Oracle
- Appendix A. Resource type definitions
- Appendix B. Sample configurations
- Sample single Oracle instance configuration
- Sample multiple Oracle instances (single listener) configuration
- Sample multiple instance (multiple listeners) configuration
- Sample Oracle configuration with shared server support
- Sample configuration for Oracle instances in Solaris zones
- Sample Oracle ASM configurations
- Appendix C. Best practices
- Appendix D. Using the SPFILE in a VCS cluster for Oracle
- Appendix E. OHASD in a single instance database environment
Configuring Oracle ASM on the first node of the cluster
If you want to use ASM feature of Oracle 10g or Oracle 11g R1, then configure the Oracle ASM using the Database Configuration Assistant.
You need to configure the ASM only once, from the node on which you installed Oracle first.
Review the procedure to configure ASM for Oracle database.
To configure ASM for the Oracle 10g or Oracle 11g R1 database
- Set the DISPLAY variable and start the Oracle Database Configuration Assistant as Oracle User.
# dbca
- Read the Welcome screen, click Next.
- In the Operations dialog box, select the Configure Automatic Storage Management option and click Next.
- In the Database Templates dialog box, select a template to create the database and click Next.
- In the Database Identification dialog box, enter or select a unique name and SID for the global database and click Next.
- Follow the wizard instructions and select other options.
- In the Storage Options dialog box, select the Automatic Storage Option and click Next.
- Review the warning message and click OK. Make sure that the Oracle clustering daemon is running.
- In the Create ASM Instance dialog box, specify the ASM SYS user password and click Next.
- Click OK in the message box that appears.
- In the ASM Disk Groups dialog box, choose to create a new disk group or add disks to an existing disk group.
- In the Change Disk Discovery Path dialog box, enter the path name.
Depending on the disk device you want to use for ASM, enter the disk discovery path.
In the Create Disk Group dialog box, do the following:
Choose one of the Redundancy options.
In the Select Member Disks area, choose the Show Candidates option.
Select the disks against the Disk Path from the list to create the ASM disk group.
Click OK.
- Follow the wizard instructions and complete configuring the Oracle ASM.
To configure ASM for the Oracle 11gR2 or 12c database
Note:
Create disk groups using Oracle ASM Configuration Assistant only on one server in the VCS cluster. These disk groups will be available on the remaining servers in the VCS cluster because it hosts the database of the disk groups.
- Set the DISPLAY variable and start the Oracle ASM Configuration Assistant as Oracle User.
# asmca
- In the Create ASM Instance dialog box, specify the password for ASM administrator and click Specify Disk Group button.
- In the Create Disk Group dialog box, choose to create a new disk group or add disks to an existing disk group.
- In the Change Disk Discovery Path dialog box, enter the path name.
Depending on the disk device you want to use for ASM, enter the disk discovery path.
In the Create Disk Group dialog box, do the following:
Choose one of the Redundancy options.
In the Select Member Disks area, choose the Show Candidates option.
Select the disks against the Disk Path from the list to create the ASM disk group.
Click OK.
- Follow the wizard instructions and complete configuring the Oracle ASM.
Note:
After you successfully run Oracle ASM Configuration Assistant, run the $GRID_HOME/bin/crsctl stat res -t -init command to check if
ora.<DGname>.dg
, a new Oracle resource(s), is created. - For Oracle 11g R2 or 12c, copy the PFILE or the SPFILE for ASM instances from the ASM disk group to the local file system.
With Oracle 11g R2 or 12c, the VCS agent for ASMInst agent does not support PFILE or SPFILE for ASM instances on the ASM diskgroups.
More Information