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 2007 (c) Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
SUNW.sblsrvr 5 "31 Jul 2007" "Sun Cluster 3.2" "Sun Cluster Miscellaneous"
NAME
SUNW.sblsrvr, sblsrvr - resource type implementation for failover Siebel server
DESCRIPTION

The Siebel data service for Sun Cluster 3.2 is managed by the Sun Cluster Resource Group Manager (RGM) and is configured as a Siebel gateway resource and one or more Siebel server resources.

You must set the following properties on an Siebel server resource using clresource(1CL) command.

"Standard Properties"

See r_properties(5) for a description of the following resource properties.

.na Retry_count .ad Default: 2 Tunable: Any time

.na Retry_interval .ad Default: 600 Tunable: Any time

.na Thorough_probe_interval .ad Default: 120 Tunable: Any time

"Extension Properties"

.na Confdir_list .ad Type string array. This property is the path name to the Siebel server root directory. You can specify the value at resource creation time only.

.na Siebel_enterprise .ad Type string. This property is set to the name of the Siebel enterprise. You can specify the value at resource creation time only.

.na Siebel_server .ad Type string. This property is set to the name of the Siebel server. You can specify the value at resource creation time only.

.na Monitor_retry_count .ad Type integer; default is 4. This property controls the restarts of the fault monitor. It indicates the number of times the fault monitor is restarted by the process monitor facility and corresponds to the -n option passed to the pmfadm(1M) command. The number of restarts is counted in a specified time window (see the property Monitor_retry_interval). Note that this property refers to the restarts of the fault monitor itself, not the Siebel server. Siebel server restarts are controlled by the system-defined properties Thorough_Probe_Interval, Retry_Interval, and Retry_Count, as specified in their descriptions. You can modify the value for this property at any time.

.na Monitor_retry_interval .ad Type integer. Default is 2. Indicates the time in minutes, over which the failures of the fault monitor are counted, and corresponds to the -t option passed to the pmfadm command. If the number of times the fault monitor fails exceeds the value of Monitor_retry_count, the fault monitor is not restarted by the process monitor facility. You can modify the value for this property at any time.

.na Probe_timeout .ad Type integer. Default is 300. This property is the time-out value (in seconds) used by the fault monitor to probe a Siebel server instance. You can modify the value for this property at any time.

EXAMPLES

Example 1 Configuration Example

For this example to work, you must first install the data service.

The following example creates a failover Siebel server resource named sblsrvr-rs in an existing resource group called siebel-rg. siebel-rg is assumed to contain a LogicalHostName resource.

# clresourcetype register SUNW.sblsrvr 
# clresource create -g siebel-rg -t SUNW.sblsrvr \e
-p Confdir_list=/global/siebel/srvr \e
-p siebel_enterprise=sieb_ent \e
-p siebel_server=button-1 sblsrvr-rs 

In this example, /global/siebel/srvr is the Siebel server root directory. The Siebel enterprise is sieb_ent and Siebel server name is button-1.

ATTRIBUTES

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

ATTRIBUTE TYPEATTRIBUTE VALUE
AvailabilitySUNWscsbl
SEE ALSO

pmfadm(1M), scha_resource_get(1HA), clresourcetype(1CL), clresource(1CL), clresourcegroup(1CL), attributes(5), r_properties(5)

Sun Cluster Data Services Planning and Administration Guide for Solaris OS