1OCF_HEARTBEAT_WAS6(7) OCF resource agents OCF_HEARTBEAT_WAS6(7)
2
3
4
6 ocf_heartbeat_WAS6 - Manages a WebSphere Application Server 6 instance
7
9 WAS6 [start | stop | status | monitor | meta-data | validate-all]
10
12 Resource script for WAS6. It manages a Websphere Application Server
13 (WAS6) as an HA resource.
14
16 profile
17 The WAS profile name. (optional, string, default default)
18
20 This resource agent supports the following actions (operations):
21
22 start
23 Starts the resource. Suggested minimum timeout: 300.
24
25 stop
26 Stops the resource. Suggested minimum timeout: 300.
27
28 status
29 Performs a status check. Suggested minimum timeout: 30. Suggested
30 interval: 10.
31
32 monitor
33 Performs a detailed status check. Suggested minimum timeout: 30.
34 Suggested interval: 10.
35
36 validate-all
37 Performs a validation of the resource configuration. Suggested
38 minimum timeout: 5.
39
40 meta-data
41 Retrieves resource agent metadata (internal use only). Suggested
42 minimum timeout: 5.
43
44 methods
45 Suggested minimum timeout: 5.
46
48 The following is an example configuration for a WAS6 resource using the
49 crm(8) shell:
50
51 primitive p_WAS6 ocf:heartbeat:WAS6 \
52 op monitor depth="0" timeout="30" interval="10"
53
55 http://www.linux-ha.org/wiki/WAS6_(resource_agent)
56
58 Linux-HA contributors (see the resource agent source for information
59 about individual authors)
60
61
62
63resource-agents 3.9.2 07/08/2011 OCF_HEARTBEAT_WAS6(7)