Name

ocf:anything_ra — anything

Synopsis

OCF_RESKEY_binfile=string [OCF_RESKEY_cmdline_options=string] [OCF_RESKEY_pidfile=string] [OCF_RESKEY_logfile=string] [OCF_RESKEY_errlogfile=string] [OCF_RESKEY_user=string] [OCF_RESKEY_monitor_hook=string] anything_ra [start | stop | monitor | meta-data | validate-all]

Description

This is a generic OCF RA to manage almost anything.

Supported Parameters

OCF_RESKEY_binfile=Full path name of the binary to be executed

The full name of the binary to be executed. This is expected to keep running with the same pid and not just do something and exit.

OCF_RESKEY_cmdline_options=Command line options

Command line options to pass to the binary

OCF_RESKEY_pidfile=File to write STDOUT to

File to read/write the PID from/to.

OCF_RESKEY_logfile=File to write STDOUT to

File to write STDOUT to

OCF_RESKEY_errlogfile=File to write STDERR to

File to write STDERR to

OCF_RESKEY_user=User to run the command as

User to run the command as

OCF_RESKEY_monitor_hook=Command to run in monitor operation

Command to run in monitor operation