Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ocf_heartbeat_audiblealarm(7) [suse man page]

OCF_HEARTBEAT_AUDIBL(7) 					OCF resource agents					   OCF_HEARTBEAT_AUDIBL(7)

NAME
ocf_heartbeat_AudibleAlarm - Emits audible beeps at a configurable interval SYNOPSIS
AudibleAlarm [start | stop | restart | status | monitor | meta-data | validate-all] DESCRIPTION
Resource script for AudibleAlarm. It sets an audible alarm running by beeping at a set interval. SUPPORTED PARAMETERS
nodelist The node list that should never sound the alarm. (optional, string, no default) SUPPORTED ACTIONS
This resource agent supports the following actions (operations): start Starts the resource. Suggested minimum timeout: 10. stop Stops the resource. Suggested minimum timeout: 10. restart Suggested minimum timeout: 10. status Performs a status check. Suggested minimum timeout: 10. Suggested interval: 10. monitor Performs a detailed status check. Suggested minimum timeout: 10. 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: 5. EXAMPLE
The following is an example configuration for a AudibleAlarm resource using the crm(8) shell: primitive example_AudibleAlarm ocf:heartbeat:AudibleAlarm op monitor depth="0" timeout="10" interval="10" SEE ALSO
http://www.linux-ha.org/wiki/AudibleAlarm_(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_AUDIBL(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 | 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)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris agent

Hello, on Solaris 5.8 I've installed SunMgtCenter to get the time agent; it's under /opt/SUNWsymon/sbin/es-start -a it's in ps -ef | grep agent ...but it doesn't work; the machine is always in alarm cause the time is different of the clock server; is it clear enough ? tks cc (0 Replies)
Discussion started by: Carmen123
0 Replies

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

3. Shell Programming and Scripting

Pls Help me out ... I want to check process status at regular intervals of time

I want to check process status at regular interval of time ... so i ha wirtten this BUT its not working when i placed this peace of code in .sh .. please help me out #!/bin/sh w = ps -ef|grep processname | wc - l echo $w if ; then Banner "Proceesname Problem" else Banner " Running... (5 Replies)
Discussion started by: srinivasvandana
5 Replies

4. OS X (Apple)

Suggested MacPorts to Install

I was wondering if anybody had any ports for macports that they particularly liked and wanted to recommend - I'm looking for some more stuff to play around with. (0 Replies)
Discussion started by: Jalaska13
0 Replies

5. Shell Programming and Scripting

Scripting an alarm

Hi All, I am monitoring batch Processes running in UNIX environment. I use PuTTy to monitor the process running. I have to continuously monitor and look on the screen if some error has come or not. If an error comes FAILURE word is displayed instead of SUCCESS as shown below on the... (2 Replies)
Discussion started by: sampandey31
2 Replies

6. Shell Programming and Scripting

Source data validation

I am using below logic to validate whether i am expecting the correct data from source,if not logic should give which column has error.i am running below logic in linux awk -F, ' NR==1{next} {f=" "} $1!~/^{0,5}$|^$/{f=f?f" emp_id-error":"emp_id-error"} $4!~/^{0,6}$|^$/{f=f?f"... (4 Replies)
Discussion started by: katakamvivek
4 Replies