2010-09-09 16:59:04 -05:00
. \" A man page for ipa-dns-install
. \" Copyright (C) 2010 Red Hat, Inc.
. \"
2010-12-09 06:59:11 -06:00
. \" This program is free software; you can redistribute it and/or modify
. \" it under the terms of the GNU General Public License as published by
. \" the Free Software Foundation, either version 3 of the License, or
. \" (at your option) any later version.
2010-09-09 16:59:04 -05:00
. \"
. \" This program is distributed in the hope that it will be useful, but
. \" WITHOUT ANY WARRANTY; without even the implied warranty of
. \" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
. \" General Public License for more details.
. \"
2010-12-09 06:59:11 -06:00
. \" You should have received a copy of the GNU General Public License
. \" along with this program. If not, see <http://www.gnu.org/licenses/>.
2010-09-09 16:59:04 -05:00
. \"
. \" Author: Rob Crittenden <rcritten@redhat.com>
. \"
2012-06-28 09:46:48 -05:00
.TH "ipa-dns-install" "1" "Jun 28, 2012" "FreeIPA" "FreeIPA Manual Pages"
2010-09-09 16:59:04 -05:00
.SH "NAME"
ipa\- dns\- install \- Add DNS as a service to an IPA server
.SH "SYNOPSIS"
ipa\- dns\- install [\fI OPTION\fR ]...
.SH "DESCRIPTION"
Adds DNS as an IPA\- managed service. This requires that the IPA server is already installed and configured.
.SH "OPTIONS"
.TP
2011-05-04 03:09:44 -05:00
\fB \- d\fR , \fB \- \- debug\fR
Enable debug logging when more verbose output is needed
.TP
2010-09-09 16:59:04 -05:00
\fB \- \- ip\- address\fR =\fI IP_ADDRESS\fR
The IP address of the IPA server. If not provided then this is determined based on the hostname of the server.
2014-11-24 07:49:05 -06:00
This this option can be used multiple times to specify more IP addresses of the server (e.g. multihomed and/or dualstacked server).
2010-09-09 16:59:04 -05:00
.TP
2011-05-04 03:09:44 -05:00
\fB \- \- forwarder\fR =\fI FORWARDER\fR
A forwarder is a DNS server where queries for a specific non\- resolvable address can be directed. To define multiple forwarders use multiple instances of \fB \- \- forwarder\fR
2010-09-09 16:59:04 -05:00
.TP
2011-05-04 03:09:44 -05:00
\fB \- \- no\- forwarders\fR
2010-09-09 16:59:04 -05:00
Do not add any DNS forwarders, send non\- resolvable addresses to the DNS root servers.
.TP
2015-12-04 13:09:46 -06:00
\fB \- \- auto\- forwarders\fR
Add DNS forwarders configured in /etc/resolv.conf to the list of forwarders used by IPA DNS.
.TP
2011-07-11 03:14:53 -05:00
\fB \- \- reverse\- zone\fR =\fI REVERSE_ZONE\fR
2014-11-24 07:49:05 -06:00
The reverse DNS zone to use. This option can be used multiple times to specify multiple reverse zones.
2011-07-11 03:14:53 -05:00
.TP
2011-05-04 03:09:44 -05:00
\fB \- \- no\- reverse\fR
2012-01-31 08:16:56 -06:00
Do not create new reverse DNS zone. If used on a replica and a reverse DNS zone already exists for the subnet, it will be used.
2011-05-04 03:09:44 -05:00
.TP
2015-12-10 05:54:08 -06:00
\fB \- \- auto\- reverse\fR
Try to resolve reverse records and reverse zones for server IP addresses and if neither is resolvable creates these reverse zones.
.TP
2015-09-23 08:32:13 -05:00
\fB \- \- no\- dnssec\- validation\fR
Disable DNSSEC validation on this server.
.TP
\fB \- \- dnssec\- master\fR
Setup server to be DNSSEC key master.
.TP
\fB \- \- disable\- dnssec\- master\fR
Disable the DNSSEC master on this server.
.TP
\fB \- \- kasp\- db\fR =\fI KASP_DB\fR
Copy OpenDNSSEC metadata from the specified kasp.db file. This will not create a new kasp.db file.
.TP
2010-09-20 14:41:20 -05:00
\fB \- \- zonemgr\fR
2012-02-20 06:40:13 -06:00
The e\- mail address of the DNS zone manager. Defaults to hostmaster@DOMAIN
2010-09-20 14:41:20 -05:00
.TP
2015-12-02 08:20:50 -06:00
\fB \- \- allow\- zone\- overlap\fR
Allow creatin of (reverse) zone even if the zone is already resolvable. Using this option is discouraged as it result in later problems with domain name resolution.
.TP
2010-09-09 16:59:04 -05:00
\fB \- U\fR , \fB \- \- unattended\fR
An unattended installation that will never prompt for user input
2015-03-12 11:05:39 -05:00
.SH "DEPRECATED OPTIONS"
.TP
\fB \- p\fR \fI DM_PASSWORD\fR , \fB \- \- ds\- password\fR =\fI DM_PASSWORD\fR
The password to be used by the Directory Server for the Directory Manager user
2010-09-09 16:59:04 -05:00
.SH "EXIT STATUS"
0 if the installation was successful
1 if an error occurred