JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Services Reference Manual     Oracle Solaris Cluster 4.1
search filter icon
search icon

Document Information

Preface

OSC4DS 4

OSC4DS 5

apache(5)

asm_diskgroup(5)

dns(5)

iws(5)

ldom(5)

nfs(5)

ohs(5)

opmn(5)

oracle_external_proxy(5)

oracle_listener(5)

oracle_server(5)

ORCL.ohs(5)

ORCL.opmn(5)

ORCL.oracle_external_proxy(5)

ORCL.sapcentr(5)

ORCL.sapdia(5)

ORCL.saprepenq(5)

ORCL.saprepenq_preempt(5)

ORCL.sapstartsrv(5)

sapcentr(5)

sapdb(5)

sapdia(5)

sapenq(5)

sap_livecache(5)

saprepenq(5)

saprepenq_preempt(5)

saprepl(5)

sapscs(5)

sapstartsrv(5)

sapwebas(5)

sap_xserver(5)

sblgtwy(5)

sblsrvr(5)

scalable_asm_diskgroup_proxy(5)

scalable_asm_instance(5)

scalable_asm_instance_proxy(5)

scalable_rac_server_proxy(5)

SUNW.apache(5)

SUNW.asm_diskgroup(5)

SUNW.dns(5)

SUNW.iws(5)

SUNW.ldom(5)

SUNW.nfs(5)

SUNW.oracle_listener(5)

SUNW.oracle_server(5)

SUNW.sapdb(5)

SUNW.sapenq(5)

SUNW.sap_livecache(5)

SUNW.saprepl(5)

SUNW.sapscs(5)

SUNW.sapwebas(5)

SUNW.sap_xserver(5)

SUNW.sblgtwy(5)

SUNW.sblsrvr(5)

SUNW.scalable_asm_diskgroup_proxy(5)

SUNW.scalable_asm_instance(5)

SUNW.scalable_asm_instance_proxy(5)

SUNW.scalable_rac_server_proxy(5)

SUNW.wls(5)

wls(5)

Index

ORCL.oracle_external_proxy

, oracle_external_proxy

- resource type implementation for the Oracle External Proxy managed by Oracle Solaris Cluster

Description

The ORCL.oracle_external_proxy resource type interrogates the Oracle Database and the Oracle Real Application Clusters (RAC) services and interprets the availability of those services as an Oracle Solaris Cluster resource state or status in an Oracle Solaris Cluster configuration.


Note - The ORCL.oracle_external_proxy resource type can be used within a multiple master resource group. A single resource of this type can run concurrently on multiple nodes, but does not use network load balancing.


To register and create instances of this resource type, use the following commands:

Standard Properties

For a description of all standard resource properties, see the r_properties(5) man page.

Standard resource properties are overridden for this resource type as follows:

Init_timeout
Minimum

60

Default

300

Fini_timeout
Minimum

60

Default

300

Prenet_Start_timeout
Minimum

60

Default

300

Postnet_Stop_timeout
Minimum

60

Default

300

Validate_timeout
Minimum

60

Default

300

Extension Properties

The extension properties of the ORCL.oracle_external_proxy resource type are as follows.

Debug_level

This property indicates the level to which debug messages for the ORCL.oracle_external_proxy resources are logged. When the debug level is increased, more debug messages are written to the terminal, the console, and the system log /var/adm/messages as follows:

0

No debug messages

1

Function Begin and End messages

2

All debug messages and function Begin and End messages

For messages to appear in the system log:

  1. Edit the /etc/syslog.conf file and make sure that the debug is set.

    *.err;kern.debug;daemon.debug;mail.crit /var/adm/messages
  2. Disable the system log.

    # svcadm disable system-log
  3. Enable the system log.

    # svcadm enable system-log
Data Type

Integer

Range

0-2

Default

0

Tunable

Any time

Dbuser

This property specifies the server-side Oracle Database user that the proxy monitor uses to connect to the database.

Data Type

String

Default

hauser

Tunable

When disabled

Ons_nodes

This property specifies the Remote Oracle Notification Server (ONS) nodes such as node:port[,node:port] that the proxy monitor uses to connect to the database.

Data Type

String

Default

None

Tunable

When disabled

Plugin_name

This property specifies the plugin module name that the proxy monitor uses to connect to the database.

Data Type

String

Default

OracleExternalProxy

Tunable

When disabled

Service_name

This property specifies the Oracle Database and Oracle RAC service name that the proxy monitor uses to connect to the database.

Data Type

String

Default

None

Tunable

When disabled

Tns_admin

This property specifies the client-side location for the Oracle Tns_admin path that the proxy monitor uses to connect to the database.

Data Type

String

Default

/var/opt/oracle

Tunable

When disabled

Examples

Example 1 Creating an ORCL.oracle_external_proxy Resource

This example shows the commands to create a scalable multi-master ORCL.oracle_external_proxy resource on a two-node cluster. These commands perform the following operations:

This example assumes that default values are being used for the dbuser, the tns_admin, and the plugin_name extension properties. It also assumes that the dbuser password has been encrypted on each cluster node.

phys-schost-1# clresourcetype register ORCL.oracle_external_proxy
phys-schost-1# clresourcegroup create -S oep-rg
phys-schost-1# clresource create -g oep-rg \\
-t ORCL.oracle_external_proxy \\
-p service_name=orcl \\
-p ons_nodes=binks-scan-lh:6200 \\-d oep-rs
phys-schost-1# clresourcegroup online -M oep-rg
phys-schost-1# clresource enable oep-rs

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
ha-cluster/data-service/oracle-external-proxy

See Also

clresource(1CL), clresourcetype(1CL), clsetup(1CL), attributes(5), r_properties(5)

Oracle Solaris Cluster Data Service for Oracle External Proxy Guide