Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ocf_heartbeat_was6(7) [debian man page]

OCF_HEARTBEAT_WAS6(7)						OCF resource agents					     OCF_HEARTBEAT_WAS6(7)

NAME
ocf_heartbeat_WAS6 - Manages a WebSphere Application Server 6 instance SYNOPSIS
WAS6 [start | stop | status | monitor | meta-data | validate-all] DESCRIPTION
Resource script for WAS6. It manages a Websphere Application Server (WAS6) as an HA resource. SUPPORTED PARAMETERS
profile The WAS profile name. (optional, string, default default) SUPPORTED ACTIONS
This resource agent supports the following actions (operations): start Starts the resource. Suggested minimum timeout: 300. stop Stops the resource. Suggested minimum timeout: 300. status Performs a status check. Suggested minimum timeout: 30. Suggested interval: 10. monitor Performs a detailed status check. Suggested minimum timeout: 30. Suggested interval: 10. validate-all Performs a validation of the resource configuration. Suggested minimum timeout: 5. meta-data Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5. methods Suggested minimum timeout: 5. EXAMPLE
The following is an example configuration for a WAS6 resource using the crm(8) shell: primitive p_WAS6 ocf:heartbeat:WAS6 op monitor depth="0" timeout="30" interval="10" SEE ALSO
http://www.linux-ha.org/wiki/WAS6_(resource_agent) AUTHOR
Linux-HA contributors (see the resource agent source for information about individual authors) resource-agents UNKNOWN 03/09/2014 OCF_HEARTBEAT_WAS6(7)

Check Out this Related Man Page

OCF_HEARTBEAT_STATEF(7) 					OCF resource agents					   OCF_HEARTBEAT_STATEF(7)

NAME
ocf_heartbeat_Stateful - Example stateful resource agent SYNOPSIS
Stateful [start | stop | monitor | meta-data | validate-all] DESCRIPTION
This is an example resource agent that impliments two states SUPPORTED PARAMETERS
state Location to store the resource state in (unique, optional, string, default /var/run/resource-agents/Stateful-{OCF_RESOURCE_INSTANCE}.state) SUPPORTED ACTIONS
This resource agent supports the following actions (operations): start Starts the resource. Suggested minimum timeout: 20s. stop Stops the resource. Suggested minimum timeout: 20s. monitor Performs a detailed status check. Suggested minimum timeout: 20. Suggested interval: 10. meta-data Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5. validate-all Performs a validation of the resource configuration. Suggested minimum timeout: 20s. EXAMPLE
The following is an example configuration for a Stateful resource using the crm(8) shell: primitive p_Stateful ocf:heartbeat:Stateful op monitor depth="0" timeout="20" interval="10" SEE ALSO
http://www.linux-ha.org/wiki/Stateful_(resource_agent) AUTHOR
Linux-HA contributors (see the resource agent source for information about individual authors) resource-agents UNKNOWN 03/09/2014 OCF_HEARTBEAT_STATEF(7)
Man Page

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script to check status of a PID

i'm just learning scripting, and have been banging my head against this I want to check if my WAS6 java process is running and if so..echo me a messages. If not then echo me a different messages the problem i have is I dont know how to represent a NULL return value. If i grep for a was6... (14 Replies)
Discussion started by: zeekblack
14 Replies

2. AIX

AIX listeners?

I have a file directory which I want to monitor - when a new file arrives I want to start a script. Are there any utilities which can do this (aside from DB2, Oracle, Websphere, etc). I just want a "simple" listener which will invoke a script. (2 Replies)
Discussion started by: edibob
2 Replies

3. What is on Your Mind?

Suggested venues to look for advanced C programmers

Can someone suggest any online venues to assist in recruiting a senior C programmer (looking for someone interested in working on kerberos code). I've tried a bunch of the open source and higher ed lists (this is for Univ. of Michigan). The commercial services such as Dice or monster yield a... (7 Replies)
Discussion started by: painman
7 Replies

4. Solaris

WAS7 migration, port not persisted on S10

Hi all. So, im upgrading from WAS6 to WAS7 on S10 containers and am running in to a problem. Although i can successfully complete a migration (or so i thought) when i come to start the servers it bombs outs. This is because for some reason the migration process does not migrate the nodeagent... (0 Replies)
Discussion started by: boneyard
0 Replies

5. Shell Programming and Scripting

Perl agent which calculates CPU info and more

Hello to everyone. This is my first post. I want to make one perl agent which calculate following things from Linux Server. Actually I want to pull all this information from 2 linux client and wants to display on web interface. First I want to calculate below details 1) CPU 2) MEMORY 3)... (6 Replies)
Discussion started by: sania.mirza
6 Replies

6. Shell Programming and Scripting

Replace a string in a xml file

Hello, I have below xml file, I want to find line default-value and replace the string within quotes followed by default-value "moni/Websphere/". Replace moni/Websphere/ with monitor/AMQ/ <monitor> <name>WebsphereMqMonitor</name> <type>managed</type> <argument... (4 Replies)
Discussion started by: prince1987
4 Replies