JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for Oracle Real Application Clusters Guide     Oracle Solaris Cluster
search filter icon
search icon

Document Information

Preface

1.  Installing Support for Oracle RAC

2.  Configuring Storage for Oracle Files

3.  Registering and Configuring the Resource Groups

4.  Enabling Oracle RAC to Run in a Cluster

5.  Administering Support for Oracle RAC

6.  Troubleshooting Support for Oracle RAC

7.  Modifying an Existing Configuration of Support for Oracle RAC

Overview of Tasks for Modifying an Existing Configuration of Support for Oracle RAC

Modifying Online the Resource for a Scalable Device Group

How to Modify Online the Resource for a Scalable Device Group

Extending an Existing Configuration of Support for Oracle RAC

How to Add Support for Oracle RAC to Selected Nodes

How to Add a Volume Manager Resource to the Framework Resource Group

Migrating a Volume-Manager Resource From an Oracle RAC Framework Resource Group to a Multiple-Owner Volume Manager Framework Resource Group

How to Migrate a Volume Manager Resource From an Oracle RAC Framework Resource Group to a Multiple-Owner Volume-Manager Framework Resource Group

SPARC: Deploying Oracle Solaris Cluster Native SKGXN for Oracle RAC 11g Release 2 or 12c

SPARC: How to Prepare the Cluster to Change the SKGXN Interfaces

SPARC: How to Convert From UDLM to Oracle Solaris Cluster Native SKGXN

SPARC: How to Convert SKGXN from Oracle Solaris Cluster Native SKGXN to UDLM

SPARC: How to Bring Oracle RAC Online After Switching the SKGXN

Removing an Oracle Grid Infrastructure Resource

How to Remove a Dependency

How to Delete the sun.resource Resource

Removing Support for Oracle RAC

How to Remove Support for Oracle RAC From a Cluster

How to Remove Support for Oracle RAC From Selected Nodes

8.  Upgrading Support for Oracle RAC

A.  Sample Configurations of This Data Service

B.  Preset Actions for DBMS Errors and Logged Alerts

C.  Support for Oracle RAC Extension Properties

D.  Command-Line Alternatives

Index

Removing an Oracle Grid Infrastructure Resource

This section contains the following procedures to remove an Oracle Grid Infrastructure resource:

How to Remove a Dependency

This procedure shows how to set the offline-restart dependency to remove a dependency.

  1. Become superuser.
  2. Display the current start dependency that the database has on the Oracle Grid Infrastructure storage_proxy resource.
    # Grid_home/bin/crsctl stat res ora.testdb.db -p | grep START_DEPENDENCIES
    START_DEPENDENCIES=hard(sun.grid-storage-proxy-rs) weak(type:ora.listener.type,global:type:ora.scan_listener.type,uniform:ora.ons,uniform:ora.eons)
    # clresource show -p resource_dependencies_offline_restart rac-server-proxy-rs
    === Resources ===
    
    Resource: rac-server-proxy-rs
    Resource_dependencies_offline_restart: crs-fw-rs scal-dg1-rs
  3. Remove the offline-restart dependency on the SUNW.ScalDeviceGroup or SUNW.ScalMountPoint resource from the Oracle RAC instance proxy resource.

    This command clears the dependencies that the Oracle Grid Infrastructure database resource has on the Oracle Grid Infrastructure storage_proxy resource. Note that the command includes the minus (-) symbol.

    # clresource set -p resource_dependencies_offline_restart-=scal-dg1-rs rac-server-proxy-rs
  4. Verify that the start dependency on the Oracle Grid Infrastructure resource is removed.
    # Grid_home/bin/crsctl stat res ora.testdb.db -p | grep START_DEPENDENCIES
    START_DEPENDENCIES=weak(type:ora.listener.type,global:type:ora.scan_listener.type,uniform:ora.ons,uniform:ora.eons)
    
    # clresource show -p resource_dependencies_offline_restart rac-server-proxy-rs
    
    === Resources ===
    
    Resource: rac-server-proxy-rs
    Resource_dependencies_offline_restart: crs-fw-rs

How to Delete the sun.resource Resource

  1. Become superuser.
  2. Ensure that the dependency is removed, as described in How to Remove a Dependency, and that sun.resource is stopped.
    # Grid_home/bin/crsctl stop res sun.scal-dg1-rs
    CRS-2673: Attempting to stop 'sun.scal-dg1-rs' on 'pnsx3'
    CRS-2673: Attempting to stop 'sun.scal-dg1-rs' on 'pnsx1'
    CRS-2673: Attempting to stop 'sun.scal-dg1-rss' on 'pnsx2'
    CRS-2677: Stop of 'sun.scal-dg1-rs' on 'pnsx3' succeeded
    CRS-2677: Stop of 'sun.scal-dg1-rs' on 'pnsx1' succeeded
    CRS-2677: Stop of 'sun.scal-dg1-rs' on 'pnsx2' succeeded
  3. Delete sun.resource.
    # Grid_home/bin/crsctl delete res sun.scal-dg1-rs
  4. Verify that sun.resource is deleted.
    # Grid_home/bin/crsctl stat res sun.scal-dg1-rs -p
    CRS-210: Could not find resource 'sun.scal-dg1-rs'.