ocf_heartbeat_WAS man page
ocf_heartbeat_WAS ā Manages a WebSphere Application Server instance Resource script for WAS. It manages a Websphere Application Server (WAS) as an HA resource. This resource agent supports the following actions (operations): Starts the resource. Suggested minimum timeout: 300s. Stops the resource. Suggested minimum timeout: 300s. Performs a status check. Suggested minimum timeout: 30s. Suggested interval: 10s. Performs a detailed status check. Suggested minimum timeout: 30s. Suggested interval: 10s. Performs a validation of the resource configuration. Suggested minimum timeout: 5s. Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5s. Suggested minimum timeout: 5s. The following is an example configuration for a WAS resource using the crm(8) shell: The following is an example configuration for a WAS resource using pcs(8) ClusterLabs contributors (see the resource agent source for information about individual authors)Synopsis
WAS [start | stop | status | monitor | meta-data | validate-all]
Description
Supported Parameters
Supported Actions
Example CRM Shell
primitive p_WAS ocf:heartbeat:WAS \
op monitor depth="0" timeout="30s" interval="10s"
Example PCS
pcs resource create p_WAS ocf:heartbeat:WAS \
op monitor depth="0" timeout="30s" interval="10s"
See Also
Author
Info