1OCF_HEARTBEAT_WAS6(7)         OCF resource agents        OCF_HEARTBEAT_WAS6(7)
2
3
4

NAME

6       ocf_heartbeat_WAS6 - Manages a WebSphere Application Server 6 instance
7

SYNOPSIS

9       WAS6 [start | stop | status | monitor | meta-data | validate-all]
10

DESCRIPTION

12       Resource script for WAS6. It manages a Websphere Application Server
13       (WAS6) as an HA resource.
14

SUPPORTED PARAMETERS

16       profile
17           The WAS profile name.
18
19           (optional, string, default "default")
20

SUPPORTED ACTIONS

22       This resource agent supports the following actions (operations):
23
24       start
25           Starts the resource. Suggested minimum timeout: 300s.
26
27       stop
28           Stops the resource. Suggested minimum timeout: 300s.
29
30       status
31           Performs a status check. Suggested minimum timeout: 30s. Suggested
32           interval: 10s.
33
34       monitor
35           Performs a detailed status check. Suggested minimum timeout: 30s.
36           Suggested interval: 10s.
37
38       validate-all
39           Performs a validation of the resource configuration. Suggested
40           minimum timeout: 5s.
41
42       meta-data
43           Retrieves resource agent metadata (internal use only). Suggested
44           minimum timeout: 5s.
45
46       methods
47           Suggested minimum timeout: 5s.
48

EXAMPLE CRM SHELL

50       The following is an example configuration for a WAS6 resource using the
51       crm(8) shell:
52
53           primitive p_WAS6 ocf:heartbeat:WAS6 \
54             op monitor depth="0" timeout="30s" interval="10s"
55

EXAMPLE PCS

57       The following is an example configuration for a WAS6 resource using
58       pcs(8)
59
60           pcs resource create p_WAS6 ocf:heartbeat:WAS6 \
61             op monitor OCF_CHECK_LEVEL="0" timeout="30s" interval="10s"
62

SEE ALSO

64       http://clusterlabs.org/
65

AUTHOR

67       ClusterLabs contributors (see the resource agent source for information
68       about individual authors)
69
70
71
72resource-agents UNKNOWN           04/06/2022             OCF_HEARTBEAT_WAS6(7)
Impressum