Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
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
	 The home directory of sybase products

	 (optional, string, default "detect")

     sybase_ase
	 The directory name under sybase_home where ASE products are installed

	 (optional, string, default "detect")

     sybase_ocs
	 The  directory name under sybase_home where OCS products are installed,
	 i.e. ASE-15_0

	 (optional, string, default "detect")

     server_name
	 The ASE server name which is configured for the HA service

	 (unique, required, string, no default)

     interfaces_file
	 The full path of interfaces file which is used to start/access the  ASE
	 server

	 (optional, string, default "detect/interfaces")

     sybase_user
	 The user who can run ASE server

	 (optional, string, default "sybase")

     db_user
	 The database user required to login to isql.

	 (required, string, no default)

     db_passwd
	 The database user's password required to login to isql.

	 (optional, string, no default)

     logfile
	 Logfile

	 (optional, string, default "detect")

SUPPORTED ACTIONS
     This resource agent supports the following actions (operations):

     start
	 Starts the resource. Suggested minimum timeout: 300s.

     stop
	 Stops the resource. Suggested minimum timeout: 300s.

     status
	 Performs a status check. Suggested minimum timeout: 100s. Suggested in-
	 terval: 30s.

     monitor
	 Performs a detailed status check. Suggested minimum timeout: 100s. Sug-
	 gested interval: 30s.

     status
	 Performs a status check. Suggested minimum timeout: 100s. Suggested in-
	 terval: 120s.

     monitor
	 Performs a detailed status check. Suggested minimum timeout: 100s. Sug-
	 gested interval: 120s.

     meta-data
	 Retrieves  resource agent metadata (internal use only). Suggested mini-
	 mum timeout: 5s.

     validate-all
	 Performs a validation of the resource configuration. Suggested  minimum
	 timeout: 5s.

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="100s" 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 OCF_CHECK_LEVEL="10" timeout="100s" interval="120s"

SEE ALSO
     http://clusterlabs.org/

AUTHOR
     ClusterLabs  contributors	(see  the  resource agent source for information
     about individual authors)

resource-agents 4.13.0		   08/27/2026		 OCF_HEARTBEAT_SYBASE(7)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ocf_heartbeat_sybaseASE&sektion=7&manpath=FreeBSD+Ports+15.1.quarterly>

home | help