Adaptive Server resource extension properties

Table 9-1 summarizes all extension properties for the Adaptive Server resource. Refer to the respective Sun Cluster documentation for more information about resources.

Table 9-1: Extension properties for the SY.ase resource

Property

Default

Description

Sybase_home

None

The home directory of the Adaptive Server installation, and the same as the value for the $SYBASE environment variable in an Adaptive Server installation. This property is required to create the Adaptive Server resource.

Environment_file

Sybase_home/SYBASE.sh

Absolute path to the environment file where you specify the environment to pass to the Adaptive Server.

This file must be available for proper functioning of the high availability agent.

Dataserver_name

None

Name of the Adaptive Server data server. This property is required to create the Adaptive Server resource.

Backup_server_name

None

Name of the Backup Server.

Text_server_name

None

Name of the full-text search server.

Secondary_companion_name

None

Name of the secondary companion server, which is automatically set or un-set by sp_companion commands configure or drop. Reserved for active-active setup. Do not set this property manually.

Dataserver_login_file

Sybase_home/$SYBASE-ASE/SC-3_0/etc/ase_login_file

Absolute path to a file containing login information for the data server. The file consists of two lines; the first line is the login and password for the System Administrator, the second line is the user login and password for the thorough probe used by the fault monitor program ase_monitor.

Action_file

Sybase_home/$SYBASE_ASE/SC-3_0/etc/ase_monitor_action

Absolute path to a file that associates error codes with actions to be taken by the fault monitor program ase_monitor.

RUN_server_file

Sybase_home/$SYBASE_ASE/install/RUN_<Dataserver_name>

Absolute path to the RUN_SERVER file for the Adaptive Server specified by the property Dataserver_name.

Do not include environment variables in this file.

Thorough_probe_script

Ignored. Reserved for future use.

Absolute path to a file containing SQL scripts for the fault monitoring program to perform thorough probe.

Monitor_log

Sybase_home/$SYBASE_ASE/SC-3_0/log/ase_monitor_<Dataserver_name>.log

Absolute path to the log file for the fault monitor program, ase_monitor.

Callback_log

Sybase_home/$SYBASE_ASE/SC-3_0/log/ase_callback_<Dataserver_name>.log

Absolute path to the log file used by Adaptive Server high availability agent callback scripts in $SYBASE/$SYBASE_ASE/SC-3_0/bin.

Callback_log_max_size

5000000

Maximum size for the callback log file. If the log size exceeds this limit, the callback log is renamed using the current date and time as its extension. Any new log messages are written to the Callback_log.

Monitor_log_max_size

Ignored. Reserved for future use.

Probe_timeout

30

Time, in seconds, after which the fault monitoring probe times out and registers an error.

Restart_delay

30

Time, in seconds, to delay the next probe after a restart.

Debug_monitor

FALSE

If TRUE, the fault monitor program ase_monitor logs debugging message to the file specified by property Monitor_log.

Debug_callback

FALSE

If TRUE, the Adaptive Server high availability agent scripts log debugging messages to the file specified by property Callback_log.

Connect_cycle_count

5

The number of thorough probe cycles that an existing connection to Adaptive Server reuses before the connection is dropped and a new one is established.

Failback_strategy

Ignored. Reserved for future use.