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

Document Information

Preface

Introduction

OSC33 1

OSC33 1cl

OSC33 1ha

OSC33 1m

OSC33 3ha

OSC33 4

OSC33 5

crs_framework(5)

derby(5)

HADerby(5)

property_attributes(5)

Proxy_SMF_failover(5)

Proxy_SMF_multimaster(5)

Proxy_SMF_scalable(5)

rac_cvm(5)

rac_framework(5)

rac_svm(5)

rac_udlm(5)

rg_properties(5)

r_properties(5)

rt_properties(5)

scalable_service(5)

ScalDeviceGroup(5)

ScalMountPoint(5)

SCTelemetry(5)

SUNW.crs_framework(5)

SUNW.derby(5)

SUNW.Event(5)

SUNW.gds(5)

SUNW.HADerby(5)

SUNW.HAStoragePlus(5)

SUNW.Proxy_SMF_failover(5)

SUNW.Proxy_SMF_multimaster(5)

SUNW.Proxy_SMF_scalable(5)

SUNW.rac_cvm(5)

SUNW.rac_framework(5)

SUNW.rac_svm(5)

SUNW.rac_udlm(5)

SUNW.ScalDeviceGroup(5)

SUNW.ScalMountPoint(5)

SUNW.SCTelemetry(5)

SUNW.vucmm_cvm(5)

SUNW.vucmm_framework(5)

SUNW.vucmm_svm(5)

vucmm_cvm(5)

vucmm_framework(5)

vucmm_svm(5)

OSC33 5cl

OSC33 7

OSC33 7p

Index

SUNW.HADerby

, HADerby

- resource type implementation of the Derby database

Description

SUNW.HADerby is the failover resource type that enables you to use the Derby data base with Oracle Solaris Cluster. For information about the Derby database, see http://db.apache.org/derby/.

The extension properties associated with the SUNW.HADerby resource type are as follows:

Child_mon_level(integer)

Provides control over the processes that are monitored through the process monitor facility. This property denotes the level to which the forked children processes are monitored. Omitting this property or setting this property to the default value is the same as omitting the -C option for pmfadm(1M) (all children and their descendents are monitored).

Category

Optional

Default

-1

Tunable

At creation

DB_path(string)

Specifies the location of the data file for the Derby database.

The value for DB_path is a string specifying PATH. The specified path should be a path controlled by your chosen storage, for example HAStoragePlus.

Category

Mandatory

Default

-1

Tunable

At creation

DB_port(integer)

Specifies the port for the Derby database.

Category

Mandatory

Default

1527

Tunable

At creation

DB_URL(string)

Specifies the template for the string of the Java connection to the Derby database.

Category

Mandatory

Default

jdbc:derby://%HOST%:%Port%/SLM

Tunable

At creation

DB_probe_port(integer)

Specifies the port that Oracle Solaris Cluster uses to test the health of the server for the Derby database.

Category

Mandatory

Default

1528

Tunable

At creation

Monitor_retry_count(integer)

Controls fault-monitor restarts. The property indicates the number of times that the process monitor facility restarts the fault monitor. The property corresponds to the -n option passed to the pmfadm(1M) command. The Resource Group Manager (RGM) counts the number of restarts in a specified time window (see Monitor_retry_interval). Note that Monitor_retry_count refers to the restarts of the fault monitor itself, not of the SUNW.HADerby resource.

Category

Optional

Default

2

Tunable

Anytime

Monitor_retry_interval(integer)

Indicates the time window in minutes during which the RGM counts fault-monitor failures. The property corresponds to the -t option passed to the pmfadm(1M) command. If the number of times that the fault monitor fails exceeds the value of the extension property Monitor_retry_count, the process monitor facility does not restart the fault monitor.

Category

Optional

Default

2 minutes

Tunable

Anytime

Probe_timeout(integer)

Specifies the timeout value, in seconds, for the probe command.

Category

Optional

Default

30 seconds

Tunable

Anytime

See Also

pmfadm(1M), SUNW.SCTelemetry(5)