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
59 This resource agent supports the following actions (operations):
60
61 start
62 Starts the resource. Suggested minimum timeout: 300s.
63
64 stop
65 Stops the resource. Suggested minimum timeout: 300s.
66
67 status
68 Performs a status check. Suggested minimum timeout: 100s. Suggested
69 interval: 30s.
70
71 monitor
72 Performs a detailed status check. Suggested minimum timeout: 100s.
73 Suggested interval: 30s.
74
75 status
76 Performs a status check. Suggested minimum timeout: 100s. Suggested
77 interval: 120s.
78
79 monitor
80 Performs a detailed status check. Suggested minimum timeout: 100s.
81 Suggested interval: 120s.
82
83 meta-data
84 Retrieves resource agent metadata (internal use only). Suggested
85 minimum timeout: 5s.
86
87 validate-all
88 Performs a validation of the resource configuration. Suggested
89 minimum timeout: 5s.
90
92 The following is an example configuration for a sybaseASE resource
93 using the crm(8) shell:
94
95 primitive p_sybaseASE ocf:heartbeat:sybaseASE \
96 params \
97 server_name=string \
98 db_user=string \
99 op monitor interval="30s" timeout="100s" \
100 op monitor depth="10" timeout="100s" interval="120s"
101
103 The following is an example configuration for a sybaseASE resource
104 using pcs(8)
105
106 pcs resource create p_sybaseASE ocf:heartbeat:sybaseASE \
107 server_name=string \
108 db_user=string \
109 op monitor interval="30s" timeout="100s" \
110 op monitor depth="10" timeout="100s" interval="120s"
111
113 http://clusterlabs.org/
114
116 ClusterLabs contributors (see the resource agent source for information
117 about individual authors)
118
119
120
121resource-agents UNKNOWN 10/23/2019 OCF_HEARTBEAT_SYBASE(7)