Go to main content

Oracle® Solaris Cluster Data Service for Oracle Real Application Clusters Guide

Exit Print View

Updated: April 2016
 
 

How to Set the Necessary Privileges for Support for Oracle RAC Software in a Zone Cluster

You should set the necessary privileges to enable Support for Oracle RAC to run in a zone cluster configuration. You can use the clzonecluster command to include the necessary privileges in a zone cluster configuration by setting the limitpriv property. Perform the following steps to set the necessary privileges in a zone cluster to run Oracle RAC.

  1. Assume the root role on the global cluster node that hosts the zone cluster.
  2. Configure the limitpriv property by using the clzonecluster command.
    # clzonecluster configure zcname
    clzonecluster:zcname>set limitpriv ="default,proc_priocntl,proc_clock_highres"
    clzonecluster:zcname>commit
  3. Prevent Oracle Clusterware time synchronization from running in active mode.
    1. Log in to the zone-cluster node as root.
    2. Create an empty /etc/inet/ntp.conf file.
      # touch /etc/inet/ntp.conf

Next Steps

Go to How to Configure the Logical Hostname Resources or Virtual IP Addresses for Support for Oracle RAC Software in a Zone Cluster.