- Installing and Configuring an Oracle Solaris Cluster 4.4 Environment
- Creating a Cluster File System
- Creating Oracle ACFS File Systems
- How to Register and Configure the Framework Resource Groups
How to Register and Configure the Framework Resource Groups
Use this procedure to configure a scalable Oracle RAC framework resource group and, if Solaris Volume Manager for Sun Cluster is used, a multiple-owner volume-manager framework resource group.
Perform all steps from one node of the global cluster.
- Assume the
rootrole or become an administrator that providessolaris.cluster.adminandsolaris.cluster.modifyauthorizations. - Create a scalable Oracle RAC framework resource group.
This framework resource group is used regardless of whether the file system is for general purpose or for a database home.
- Create the Oracle RAC framework resource group.
# clresourcegroup create -S \ -p rg_description="description"] \ rac-fmwk-rg
-
-p rg_description="description" -
Specifies an optional brief description of the resource group. This description is displayed when you use Oracle Solaris Cluster maintenance commands to obtain information about the resource group.
- rac-fmwk-rg
-
Specifies the name that you are assigning to the Oracle RAC framework resource group.
-
- Register the
SUNW.rac_frameworkresource type. - Add an instance of the
SUNW.rac_frameworkresource type to the Oracle Real Application Clusters framework resource group. - Register the Oracle Clusterware
frameworkresource type# clresourcetype register SUNW.crs_framework - Add an instance of the
SUNW.crs_frameworkresource type to the Oracle Real Application Clustersframeworkresource group.
- Create the Oracle RAC framework resource group.
- If you are using Solaris Volume Manager for Sun Cluster, create a scalable multiple-owner volume-manager
frameworkresource group.This resource group manages Solaris Volume Manager for Sun Cluster.
If you are using hardware RAID, skip to Step 4.
- Create the resource group.
# clresourcegroup create -n nodelist -S vucmm-fmwk-rg
- Register the
SUNW.vucmm_frameworkresource type. - Add an instance of the
SUNW.vucmm_frameworkresource type to the multiple-owner volume-manager resource group. - Register the
SUNW.vucmm_svmresource type. - Add an instance of the
SUNW.vucmm_svmresource type to theSUNW.vucmm_frameworkresource group.
- Create the resource group.
- Bring online and in a managed state the Oracle RAC framework resource group, the multiple-owner volume-manager framework resource group if used, and their resources.
# clresourcegroup online -emM rac-fmwk-rg vucmm-fmwk-rg]
Next Steps