1ipa-dns-install(1) FreeIPA Manual Pages ipa-dns-install(1)
2
3
4
6 ipa-dns-install - Add DNS as a service to an IPA server
7
9 ipa-dns-install [OPTION]...
10
12 Adds DNS as an IPA-managed service. This requires that the IPA server
13 is already installed and configured.
14
16 -p DM_PASSWORD, --ds-password=DM_PASSWORD
17 The password to be used by the Directory Server for the Direc‐
18 tory Manager user
19
20 -d, --debug
21 Enable debug logging when more verbose output is needed
22
23 --ip-address=IP_ADDRESS
24 The IP address of the IPA server. If not provided then this is
25 determined based on the hostname of the server.
26
27 --forwarder=FORWARDER
28 A forwarder is a DNS server where queries for a specific
29 non-resolvable address can be directed. To define multiple for‐
30 warders use multiple instances of --forwarder
31
32 --no-forwarders
33 Do not add any DNS forwarders, send non-resolvable addresses to
34 the DNS root servers.
35
36 --reverse-zone=REVERSE_ZONE
37 The reverse DNS zone to use
38
39 --no-reverse
40 Do not create new reverse DNS zone. If used on a replica and a
41 reverse DNS zone already exists for the subnet, it will be used.
42
43 --zonemgr
44 The e-mail address of the DNS zone manager. Defaults to hostmas‐
45 ter@DOMAIN
46
47 --no-persistent-search
48 Do not enable persistent search mechanism for updating the list
49 of DNS zones in the name server. When persistent search is dis‐
50 abled and --zone-refresh option is not set to non-zero value,
51 new zones won't be resolvable until the name server is reloaded.
52
53 --zone-refresh=ZONE_REFRESH
54 When set to non-zero value, persistent search zone update mecha‐
55 nism will be disabled and the name server will use a polling
56 mechanism to load new DNS zones every ZONE_REFRESH seconds.
57
58 --no-serial-autoincrement
59 Do not enable SOA serial autoincrement feature. SOA serial will
60 have to be updated automatically or other DNS features like zone
61 transfer od DNSSEC will not function properly. This feature
62 requires persistent search zone update mechanism.
63
64 -U, --unattended
65 An unattended installation that will never prompt for user input
66
68 0 if the installation was successful
69
70 1 if an error occurred
71
72
73
74FreeIPA Jun 28, 2012 ipa-dns-install(1)