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

Document Information

Preface

OSC40DS 4

OSC40DS 5

apache(5)

asm_diskgroup(5)

dns(5)

iws(5)

jsas(5)

jsas-na(5)

krb5(5)

ldom(5)

nfs(5)

obiee_cluster_controller(5)

obiee_presentation_service(5)

obiee_scheduler(5)

obiee_server(5)

oracle_listener(5)

oracle_server(5)

ORCL.obiee_cluster_controller(5)

ORCL.obiee_presentation_service(5)

ORCL.obiee_scheduler(5)

ORCL.obiee_server(5)

s1as(5)

sap_as(5)

sap_as_v2(5)

sap_ci(5)

sap_ci_v2(5)

sapdb(5)

sapenq(5)

sap_livecache(5)

saprepl(5)

sapscs(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_listener(5)

scalable_rac_server(5)

scalable_rac_server_proxy(5)

SUNW.apache(5)

SUNW.asm_diskgroup(5)

SUNW.dns(5)

SUNW.iws(5)

SUNW.jsas(5)

SUNW.jsas-na(5)

SUNW.krb5(5)

SUNW.ldom(5)

SUNW.nfs(5)

SUNW.oracle_listener(5)

SUNW.oracle_server(5)

SUNW.s1as(5)

SUNW.sap_as(5)

SUNW.sap_as_v2(5)

SUNW.sap_ci(5)

SUNW.sap_ci_v2(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_listener(5)

SUNW.scalable_rac_server(5)

SUNW.scalable_rac_server_proxy(5)

SUNW.sybase(5)

SUNW.wls(5)

sybase(5)

wls(5)

Index

SUNW.sapdb

, sapdb

- resource type implementation for Oracle Solaris Cluster HA for MaxDB

Description

The SUNW.sapdb resource type represents the MaxDB application in an Oracle Solaris Cluster configuration. The MaxDB application requires the SAP xserver system. Therefore, you must set a dependency between the MaxDB resource group and the SAP xserver resource group. Create this dependency when you register and configure the Oracle Solaris Cluster HA for MaxDB data service.

Standard properties and extension properties that are defined for the SUNW.sapdb resource type are described in the subsections that follow. To set these properties for an instance of the SUNW.sapdb resource type, use the clresourcetype(1CL) command.

Standard Properties

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

Retry_Count
Maximum

10

Default

2

Tunable

Any time

Retry_Interval
Maximum

3600

Default

850

Tunable

Any time

Thorough_Probe_Interval
Maximum

3600

Default

120

Tunable

Any time

For a description of these standard resource properties, see r_properties(5).

Extension Properties

The extension properties of this resource type are as follows:

dbmcli_Start_Option

The option that is passed to the dbmcli command to start the MaxDB database instance.


Note - For MaxDB version 7.4.3, set this property to db_online.


Data type

String

Default

db_online

Range

Not applicable

Tunable

When disabled

DB_Name

The name of the MaxDB database instance in uppercase. This name is created when MaxDB is installed and configured.

Data type

String

Default

No default defined

Range

Not applicable

Tunable

When disabled

DB_User

The UNIX user identity of the operating system (OS) user that administers the MaxDB database instance. This user's home directory contains the .XUSER.62 file that was created during the installation and configuration of MaxDB.

Data type

String

Default

No default defined

Range

Not applicable

Tunable

When disabled

Failover_enabled

Specifies whether the fault monitor fails over the MaxDB resource if the number of attempts to restart exceeds Retry_count within the time that Retry_interval specifies. The possible values of this extension property are as follows:

  • True – Specifies that the fault monitor fails over the MaxDB resource

  • False – Specifies that the fault monitor does not fail over the MaxDB resource

Data type

Boolean

Default

True

Range

Not applicable

Tunable

Any time


Note - The Failover_mode=RESTART_ONLY setting matches the behavior of the Failover_enabled=False setting. The Failover_mode=LOG_ONLY setting goes a step further and prevents resources from restarting. Use the Failover_mode property instead of the Failover_enabled extension property to better control failover behavior. For more information, see the descriptions of the LOG_ONLY and RESTART_ONLY values for Failover_mode in r_properties(5).


Independent_Program_Path

The full path to the directory that contains the following programs and libraries for the MaxDB application:

  • Programs that are independent of the database software version

  • Libraries for the client runtime environment

Oracle Solaris Cluster HA for MaxDB determines the path to the dbmcli command from the value of this property. The dbmcli command resides in the bin subdirectory of the directory that this property specifies.

Data type

String

Default

/sapdb/programs

Range

Not applicable

Tunable

When disabled

Monitor_retry_count

The maximum number of restarts by the process monitor facility (PMF) that are allowed for the fault monitor.

Data type

Integer

Default

4

Range

No range defined

Tunable

Any time

Monitor_retry_interval

The period of time in minutes during which the PMF counts restarts of the fault monitor.

Data type

Integer

Default

2

Range

No range defined

Tunable

Any time

Pid_Dir_Path

The full path to the directory under which files that store the process identities of MaxDB kernel processes are created. The process identities of MaxDB kernel processes are stored in the following files:

  • pid-dir/ppid/db-name

  • pid-dir/pid/db-name

The replaceable items in these file paths are as follows:

  • pid-dir is the directory that the Pid_Dir_Path extension property specifies

  • db-name is the name of the MaxDB database instance that the DB_Name extension property specifies

Data type

String

Default

/var/spool/sql

Range

Not applicable

Tunable

When disabled

Probe_timeout

The time-out value in seconds that the fault monitor uses to probe an MaxDB database instance.

Data type

Integer

Default

90

Range

30–99,999

Tunable

Any time

Restart_if_Parent_Terminated

Determines whether the fault monitor restarts the MaxDB database instance if the parent kernel process is terminated. The possible values of this extension property are as follows:

  • True – Specifies that the fault monitor restarts the MaxDB database instance if the parent kernel process is terminated

  • False – Specifies that the fault monitor does not restart the MaxDB database instance if the parent kernel process is terminated

Data type

Boolean

Default

False

Range

Not applicable

Tunable

Any time

User_Key

The user key of the database user that administers the MaxDB database instance. This user key is created when MaxDB is installed and configured.

Data type

String

Default

No default defined

Range

Not applicable

Tunable

When disabled

Examples

Example 1 Creating a SUNW.sapdb Resource

# clresource create -g sapdbrg -t SUNW.sapdb \\ -p DB_Name=TST -p DB_User=dbadmin -p User_Key=DEFAULT \\ -p resource_dependencies=hsprs sapdbrs

This example shows the creation of a SUNW.sapdb resource that has the following characteristics:

This example does not show the creation of the logical host resource that the MaxDB resource uses.

Attributes

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

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
ha-cluster/data-service/sapdb

See Also

clresourcegroup(1CL)clresourcetype(1CL), clresource(1CL), attributes(5), r_properties(5), SUNW.sap_xserver(5)