1OCF_HEARTBEAT_NAMED(7)        OCF resource agents       OCF_HEARTBEAT_NAMED(7)
2
3
4

NAME

6       ocf_heartbeat_named - Manages a named server
7

SYNOPSIS

9       named [start | stop | status | monitor | meta-data | validate-all]
10

DESCRIPTION

12       Resource script for named (Bind) server. It manages named as an HA
13       resource.
14

SUPPORTED PARAMETERS

16       named
17           Path to the named command.
18
19           (optional, string, default "/usr/sbin/named")
20
21       rndc
22           Path to the rndc command.
23
24           (optional, string, default "/usr/sbin/rndc")
25
26       host
27           Path to the host command.
28
29           (optional, string, default "/usr/bin/host")
30
31       named_user
32           User that should own named process.
33
34           (optional, string, default "named")
35
36       named_config
37           Configuration file for named.
38
39           (unique, optional, string, no default)
40
41       named_pidfile
42           PIDFILE file for named.
43
44           (unique, optional, string, default "/var/run/named/named.pid")
45
46       named_rootdir
47           Directory that named should use for chroot if any.
48
49           (unique, optional, string, no default)
50
51       named_options
52           Options for named process if any.
53
54           (optional, string, no default)
55
56       named_keytab_file
57           named service keytab file (for GSS-TSIG).
58
59           (optional, string, no default)
60
61       monitor_request
62           Request that shall be sent to named for monitoring. Usually an A
63           record in DNS.
64
65           (optional, string, default "localhost")
66
67       monitor_response
68           Expected response from named server.
69
70           (optional, string, default "127.0.0.1")
71
72       monitor_ip
73           IP Address where named listens.
74
75           (optional, string, default "127.0.0.1")
76

SUPPORTED ACTIONS

78       This resource agent supports the following actions (operations):
79
80       start
81           Starts the resource. Suggested minimum timeout: 60.
82
83       stop
84           Stops the resource. Suggested minimum timeout: 60.
85
86       reload
87           Suggested minimum timeout: 60.
88
89       status
90           Performs a status check. Suggested minimum timeout: 10.
91
92       monitor
93           Performs a detailed status check. Suggested minimum timeout: 30.
94           Suggested interval: 30.
95
96       meta-data
97           Retrieves resource agent metadata (internal use only). Suggested
98           minimum timeout: 5.
99
100       validate-all
101           Performs a validation of the resource configuration. Suggested
102           minimum timeout: 5.
103
104       methods
105           Suggested minimum timeout: 5.
106

EXAMPLE

108       The following is an example configuration for a named resource using
109       the crm(8) shell:
110
111           primitive p_named ocf:heartbeat:named \
112             op monitor depth="0" timeout="30" interval="30"
113

SEE ALSO

115       http://www.linux-ha.org/wiki/named_(resource_agent)
116

AUTHOR

118       Linux-HA contributors (see the resource agent source for information
119       about individual authors)
120
121
122
123resource-agents 3.9.2             03/24/2017            OCF_HEARTBEAT_NAMED(7)
Impressum