Home | History | Annotate | Download | only in man5
 te
CDDL HEADER START

The contents of this file are subject to the terms of the
Common Development and Distribution License (the "License").
You may not use this file except in compliance with the License.

You can obtain a copy of the license at CDDL.txt
or http://www.opensolaris.org/os/licensing.
See the License for the specific language governing permissions
and limitations under the License.

When distributing Covered Code, include this CDDL HEADER in each
file and include the License file at CDDL.txt.
If applicable, add the following below this CDDL HEADER, with the
fields enclosed by brackets "[]" replaced with your own identifying
information: Portions Copyright [yyyy] [name of copyright owner]

CDDL HEADER END
Copyright 2005 Sun Microsystems, Inc. All rights
reserved. Use is subject to license terms.
SUNW.derby 5 "12 Nov 2005" "Sun Cluster 3.2" "Sun Cluster Miscellaneous"
NAME
SUNW.derby, derby - resource type implementation of the Java DB database
DESCRIPTION

SUNW.derby is the failover resource type that enables you to use the Java DB database with Sun Cluster. The Java DB database is based on the Derby database. For information about the database, see http://db.apache.org/derby/.

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

.na Child_mon_level(integer) .ad 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).

.na Category .ad Optional

.na Default .ad -1

.na Tunable .ad At creation

.na DB_path(string) .ad Specifies the location of the data file for the Java DB 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.

.na Category .ad Mandatory

.na Default .ad -1

.na Tunable .ad At creation

.na DB_port(integer) .ad Specifies the port for the Java DB database.

.na Category .ad Mandatory

.na Default .ad 1527

.na Tunable .ad At creation

.na DB_probe_port(integer) .ad Specifies the port that Sun Cluster uses to test the health of the server for the Java DB database.

.na Category .ad Mandatory

.na Default .ad 1528

.na Tunable .ad At creation

.na Monitor_retry_count(integer) .ad 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.derby resource.

.na Category .ad Optional

.na Default .ad 2

.na Tunable .ad Anytime

.na Monitor_retry_interval(integer) .ad 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.

.na Category .ad Optional

.na Default .ad 2 minutes

.na Tunable .ad Anytime

.na Probe_timeout(integer) .ad Specifies the timeout value, in seconds, for the probe command.

.na Category .ad Optional

.na Default .ad 30 seconds

.na Tunable .ad Anytime

SEE ALSO

pmfadm(1M)