1OCF_PACEMAKER_DUMMY(7)      Pacemaker Configuration     OCF_PACEMAKER_DUMMY(7)
2
3
4

NAME

6       ocf_pacemaker_Dummy - Example stateless resource agent
7

SYNOPSIS

9       OCF_RESKEY_state=string [OCF_RESKEY_fake=string]
10
11       Dummy [start | stop | monitor | reload | migrate_to | migrate_from |
12       validate-all | meta-data]
13

DESCRIPTION

15       This is a Dummy Resource Agent. It does absolutely nothing except keep
16       track of whether its running or not. Its purpose in life is for testing
17       and to serve as a template for RA writers. NB: Please pay attention to
18       the timeouts specified in the actions section below. They should be
19       meaningful for the kind of resource the agent manages. They should be
20       the minimum advised timeouts, but they shouldn't/cannot cover _all_
21       possible resource instances. So, try to be neither overly generous nor
22       too stingy, but moderate. The minimum timeouts should never be below 10
23       seconds.
24

SUPPORTED PARAMETERS

26       OCF_RESKEY_state = string
27       [/var/run//Dummy-{OCF_RESOURCE_INSTANCE}.state]
28           State file
29
30           Location to store the resource state in.
31
32       OCF_RESKEY_fake = string [dummy]
33           Fake attribute that can be changed to cause a reload
34
35           Fake attribute that can be changed to cause a reload
36

AUTHOR

38       Andrew Beekhof <andrew@beekhof.net>
39           Author.
40
41
42
43Pacemaker Configuration           09/07/2011            OCF_PACEMAKER_DUMMY(7)
Impressum