table of contents
OCF_HEARTBEAT_SYBASE(7) | OCF resource agents | OCF_HEARTBEAT_SYBASE(7) |
NAME¶
ocf_heartbeat_sybaseASE - Sybase ASE Failover Instance
SYNOPSIS¶
sybaseASE [start | stop | status | monitor | meta-data | validate-all]
DESCRIPTION¶
Sybase ASE Failover Instance
SUPPORTED PARAMETERS¶
sybase_home
(optional, string, default "detect")
sybase_ase
(optional, string, default "detect")
sybase_ocs
(optional, string, default "detect")
server_name
(unique, required, string, no default)
interfaces_file
(optional, string, default "detect/interfaces")
sybase_user
(optional, string, default "sybase")
db_user
(required, string, no default)
db_passwd
(optional, string, no default)
SUPPORTED ACTIONS¶
This resource agent supports the following actions (operations):
start
stop
status
monitor
status
monitor
meta-data
validate-all
EXAMPLE CRM SHELL¶
The following is an example configuration for a sybaseASE resource using the crm(8) shell:
primitive p_sybaseASE ocf:heartbeat:sybaseASE \
params \
server_name=string \
db_user=string \
op monitor interval="30s" timeout="100s" \
op monitor depth="10" timeout="100" interval="120s"
EXAMPLE PCS¶
The following is an example configuration for a sybaseASE resource using pcs(8)
pcs resource create p_sybaseASE ocf:heartbeat:sybaseASE \
server_name=string \
db_user=string \
op monitor interval="30s" timeout="100s" \
op monitor depth="10" timeout="100" interval="120s"
SEE ALSO¶
AUTHOR¶
ClusterLabs contributors (see the resource agent source for information about individual authors)
03/19/2024 | resource-agents UNKNOWN |