1STONITHD(7) Pacemaker Configuration STONITHD(7)
2
3
4
6 stonithd - Options available for all stonith resources
7
9 [stonith-timeout=time] [priority=integer] [pcmk_host_argument=string]
10 [pcmk_host_map=string] [pcmk_host_list=string] [pcmk_host_check=string]
11 [pcmk_reboot_action=string] [pcmk_poweroff_action=string]
12 [pcmk_list_action=string] [pcmk_monitor_action=string]
13 [pcmk_status_action=string]
14
16 This is a fake resource that details the instance attributes handled by
17 stonithd.
18
20 stonith-timeout = time [60s]
21 How long to wait for the STONITH action to complete.
22
23 Overrides the stonith-timeout cluster property
24
25 priority = integer [0]
26 The priority of the stonith resource. The lower the number, the
27 higher the priority.
28
29
30 pcmk_host_argument = string [port]
31 Advanced use only: An alternate parameter to supply instead of
32 'port'
33
34 Some devices do not support the standard 'port' parameter or may
35 provide additional ones. Use this to specify an alternate,
36 device-specific, parameter that should indicate the machine to be
37 fenced. A value of 'none' can be used to tell the cluster not to
38 supply any additional parameters.
39
40 pcmk_host_map = string []
41 A mapping of host names to ports numbers for devices that do not
42 support host names.
43
44 Eg. node1:1;node2:2,3 would tell the cluster to use port 1 for
45 node1 and ports 2 and 3 for node2
46
47 pcmk_host_list = string []
48 A list of machines controlled by this device (Optional unless
49 pcmk_host_check=static-list).
50
51
52 pcmk_host_check = string [dynamic-list]
53 How to determin which machines are controlled by the device.
54
55 Allowed values: dynamic-list (query the device), static-list (check
56 the pcmk_host_list attribute), none (assume every device can fence
57 every machine)
58
59 pcmk_reboot_action = string [reboot]
60 Advanced use only: An alternate command to run instead of 'reboot'
61
62 Some devices do not support the standard commands or may provide
63 additional ones. Use this to specify an alternate, device-specific,
64 command that implements the 'reboot' action.
65
66 pcmk_poweroff_action = string [poweroff]
67 Advanced use only: An alternate command to run instead of
68 'poweroff'
69
70 Some devices do not support the standard commands or may provide
71 additional ones. Use this to specify an alternate, device-specific,
72 command that implements the 'poweroff' action.
73
74 pcmk_list_action = string [list]
75 Advanced use only: An alternate command to run instead of 'list'
76
77 Some devices do not support the standard commands or may provide
78 additional ones. Use this to specify an alternate, device-specific,
79 command that implements the 'list' action.
80
81 pcmk_monitor_action = string [monitor]
82 Advanced use only: An alternate command to run instead of 'monitor'
83
84 Some devices do not support the standard commands or may provide
85 additional ones. Use this to specify an alternate, device-specific,
86 command that implements the 'monitor' action.
87
88 pcmk_status_action = string [status]
89 Advanced use only: An alternate command to run instead of 'status'
90
91 Some devices do not support the standard commands or may provide
92 additional ones. Use this to specify an alternate, device-specific,
93 command that implements the 'status' action.
94
96 Andrew Beekhof <andrew@beekhof.net>
97 Author.
98
99
100
101Pacemaker Configuration 09/07/2011 STONITHD(7)