Adaptive Server Resource extension properties

The Table 11-1 summarizes all extension properties for the Adaptive Server Resource. Refer to the Sun Cluster 3.0 manuals for the details on standard resource properties.

Table 11-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 Adaptive Server resource.

Environment_file

Sybase_home/SYBASE.sh

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

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

Dataserver_name

None

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

Backup_server_name

None

Name of the Backup Server.

Monitor_server_name

None

Name of the Monitor 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 unset by sp_companion commands configure or drop respectively. 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 dataserver. The file consists of two lines; the first line is the login and password for 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 through 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 HA 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 with current date and time as extension. Any new log messages are written to the Callback_log.

Monitor_log_max_size

Ignored. Reserved for future use.

Maximum size for the monitor log file.

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 HA 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.

Reserved for future versions of Adaptive Server.