Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ocf_heartbeat_was(7) [debian man page]

OCF_HEARTBEAT_WAS(7)						OCF resource agents					      OCF_HEARTBEAT_WAS(7)

NAME
ocf_heartbeat_WAS - Manages a WebSphere Application Server instance SYNOPSIS
WAS [start | stop | status | monitor | meta-data | validate-all] DESCRIPTION
Resource script for WAS. It manages a Websphere Application Server (WAS) as an HA resource. SUPPORTED PARAMETERS
config The WAS-configuration file. (optional, string, default /usr/WebSphere/AppServer/config/server-cfg.xml) port The WAS-(snoop)-port-number. (optional, integer, default 9080) 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 WAS resource using the crm(8) shell: primitive p_WAS ocf:heartbeat:WAS op monitor depth="0" timeout="30" interval="10" SEE ALSO
http://www.linux-ha.org/wiki/WAS_(resource_agent) AUTHOR
Linux-HA contributors (see the resource agent source for information about individual authors) resource-agents UNKNOWN 03/09/2014 OCF_HEARTBEAT_WAS(7)

Check Out this Related Man Page

OCF_HEARTBEAT_WAS(7)						OCF resource agents					      OCF_HEARTBEAT_WAS(7)

NAME
ocf_heartbeat_WAS - Manages a WebSphere Application Server instance SYNOPSIS
WAS [start | stop | status | monitor | validate-all | meta-data | methods] DESCRIPTION
Resource script for WAS. It manages a Websphere Application Server (WAS) as an HA resource. SUPPORTED PARAMETERS
config The WAS-configuration file. (optional, string, default /usr/WebSphere/AppServer/config/server-cfg.xml) port The WAS-(snoop)-port-number. (optional, integer, default 9080) 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 WAS resource using the crm(8) shell: primitive example_WAS ocf:heartbeat:WAS op monitor depth="0" timeout="30" interval="10" SEE ALSO
http://www.linux-ha.org/wiki/WAS_(resource_agent) AUTHOR
Linux-HA contributors (see the resource agent source for information about individual authors) resource-agents 1.0.3 07/05/2010 OCF_HEARTBEAT_WAS(7)
Man Page

11 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Using sudo for specific cmds

I've been asked to provide access to my system for another group of individuals to perform WebSphere and Portal tasks (stop/start specifically). I run both as root (we can debate this one later) and so know I have to figure out a way for these individuals to start and stop WebSphere and Portal as... (3 Replies)
Discussion started by: scottsl
3 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. HP-UX

MC Serviceguard and WebSphere ND 6.1

I am a Lawson Software consultant assisting a client with a Lawson upgrade. One of our components is WebSphere Application Server ND 6.1. Our client is using MC Serviceguard for failover. When testing failover, my Websphere instance is trying to start, but generating this error, referencing the old... (4 Replies)
Discussion started by: mrvitas
4 Replies

5. Solaris

How to decide installing a Software group

Hello, I need to install a Jboss AS 4.2 asap. But I dont want to use the GUI. I need to install a solaris 10 server with the minimal packages but I dont know how deep I should customize and select the packages. You guys , how you decide to select a package installation level ? Each server's... (7 Replies)
Discussion started by: shadowfaxxxx
7 Replies

6. UNIX for Dummies Questions & Answers

Problem while installing WAS ND package

Hi everyone, Hope u doing good. I am trying to installl WebSphere Application Server(WAS) ND package, i got problem at initial level I hope, the problem is with Mozilla browzer. Can anyone trobleshoot the problem An error occurred while starting the launchpad for a WebSphere Application ... (0 Replies)
Discussion started by: sarfraz
0 Replies

7. Shell Programming and Scripting

Unix script to segregate dynamic and static content of a web application

I need to deploy a JAVA application on two separate servers: 1. Web server (IBM HTTP Web Servers (IHS)) 2. Application Server (WebSphere Application Server WAS7.0) The static content will have to be deployed and handled on Web server. These would include GIFs, HTML, CSS, etc files.... (0 Replies)
Discussion started by: chani27
0 Replies

8. UNIX for Dummies Questions & Answers

Port already in use

I want to install something using port 9080 but the installer throws an error that port 9080 is in use. The last time I had this error, I tried # netstat -an|grep 9080 f1000e000019d3b0 tcp 0 0 *.9080 *.* LISTEN Use this info, I found the process,... (3 Replies)
Discussion started by: shoefiend
3 Replies

9. Shell Programming and Scripting

Delete log files automatically.

Here is the script I want to run to deleted log files after a certain time: touch /usr/WebSphere/AppServer/profiles/AppSrv01/apps/RSA/logs find /usr/WebSphere/AppServer/profiles/AppSrv01/apps/RSA/logs -atime +120 - exec rm -rf {}\; Exerytime I run it, it throws me the error: find: paths must... (2 Replies)
Discussion started by: lennyz04
2 Replies

10. 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

11. 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