1OCF_HEARTBEAT_SYBASE(7) OCF resource agents OCF_HEARTBEAT_SYBASE(7)
2
3
4
6 ocf_heartbeat_sybaseASE - Sybase ASE Failover Instance
7
9 sybaseASE [start | stop | status | monitor | meta-data | validate-all]
10
12 Sybase ASE Failover Instance
13
15 sybase_home
16 The home directory of sybase products
17
18 (optional, string, default "detect")
19
20 sybase_ase
21 The directory name under sybase_home where ASE products are
22 installed
23
24 (optional, string, default "detect")
25
26 sybase_ocs
27 The directory name under sybase_home where OCS products are
28 installed, i.e. ASE-15_0
29
30 (optional, string, default "detect")
31
32 server_name
33 The ASE server name which is configured for the HA service
34
35 (unique, required, string, no default)
36
37 interfaces_file
38 The full path of interfaces file which is used to start/access the
39 ASE server
40
41 (optional, string, default "detect/interfaces")
42
43 sybase_user
44 The user who can run ASE server
45
46 (optional, string, default "sybase")
47
48 db_user
49 The database user required to login to isql.
50
51 (required, string, no default)
52
53 db_passwd
54 The database user's password required to login to isql.
55
56 (optional, string, no default)
57
58 logfile
59 Logfile
60
61 (optional, string, default "detect")
62
64 This resource agent supports the following actions (operations):
65
66 start
67 Starts the resource. Suggested minimum timeout: 300s.
68
69 stop
70 Stops the resource. Suggested minimum timeout: 300s.
71
72 status
73 Performs a status check. Suggested minimum timeout: 100s. Suggested
74 interval: 30s.
75
76 monitor
77 Performs a detailed status check. Suggested minimum timeout: 100s.
78 Suggested interval: 30s.
79
80 status
81 Performs a status check. Suggested minimum timeout: 100s. Suggested
82 interval: 120s.
83
84 monitor
85 Performs a detailed status check. Suggested minimum timeout: 100s.
86 Suggested interval: 120s.
87
88 meta-data
89 Retrieves resource agent metadata (internal use only). Suggested
90 minimum timeout: 5s.
91
92 validate-all
93 Performs a validation of the resource configuration. Suggested
94 minimum timeout: 5s.
95
97 The following is an example configuration for a sybaseASE resource
98 using the crm(8) shell:
99
100 primitive p_sybaseASE ocf:heartbeat:sybaseASE \
101 params \
102 server_name=string \
103 db_user=string \
104 op monitor interval="30s" timeout="100s" \
105 op monitor depth="10" timeout="100s" interval="120s"
106
108 The following is an example configuration for a sybaseASE resource
109 using pcs(8)
110
111 pcs resource create p_sybaseASE ocf:heartbeat:sybaseASE \
112 server_name=string \
113 db_user=string \
114 op monitor interval="30s" timeout="100s" \
115 op monitor OCF_CHECK_LEVEL="10" timeout="100s" interval="120s"
116
118 http://clusterlabs.org/
119
121 ClusterLabs contributors (see the resource agent source for information
122 about individual authors)
123
124
125
126resource-agents UNKNOWN 04/06/2022 OCF_HEARTBEAT_SYBASE(7)