Oracle® Solaris Cluster Data Service for Oracle Database Guide

Exit Print View

Updated: September 2014, E39654–02
 
 

Upgrading the SUNW.oracle_listener Resource Type

The information that you require to complete the upgrade of the SUNW.oracle_listener resource type is provided in the following subsections:

Information for Registering the New SUNW.oracle_listener Resource Type Version

To determine the version of the resource type that is currently registered, use one command from the following list:

  • clresourcetype list

  • clresourcetype show

The resource type registration (RTR) file for this resource type is /SUNW.oracle_listener.

To determine the version of the latest installed version of the /opt/cluster/lib/rgm/rtreg/SUNW.oracle_listener resource type, whether it is registered or not, use the following command:

# grep -i RT_VERSION /opt/cluster/lib/rgm/rtreg/SUNW.oracle_listener

If the version of the latest installed resource type is later than the registered version, migrate to the newer version to ensure full functionality.


Note -  In the global zone, the Resource Group option of clsetup locates for you the available resource type versions you can upgrade to.

Information for Migrating Existing Instances of the SUNW.oracle_listener Resource Type

The information that you require to edit each instance of the SUNW.oracle_listener resource type is as follows:

  • You can perform the migration at any time.

  • If you need to specify the timeout value in seconds that the fault monitor uses to probe an Oracle Database listener, set the Probe_timeout extension property. For more information, see SUNW.oracle_listener Extension Properties.

The following example shows a command for editing an instance of the SUNW.oracle_listener resource type.

Example 1-7  Editing an Instance of the SUNW.oracle_listener Resource Type
# clresource set -p Type_version=N \
-p probe_timeout=60 oracle-lrs

This command edits a SUNW.oracle_listener resource as follows:

  • The SUNW.oracle_listener resource is named oracle-lrs.

  • The Type_version property of this resource is set to N, which represents the version number of the resource type you migrated to.

  • The timeout value in seconds that the fault monitor uses to probe an Oracle Database listener is set to 60 seconds.