ipa-dns-install(1) - Linux man page

Name

ipa-dns-install - Add DNS as a service to an IPA server

Synopsis

ipa-dns-install [OPTION]...

Description

Adds DNS as an IPA-managed service. This requires that the IPA server is already installed and configured.

Options

-p DM_PASSWORD, --ds-password=DM_PASSWORD
The password to be used by the Directory Server for the Directory Manager user
-d, --debug
Enable debug logging when more verbose output is needed
--ip-address=IP_ADDRESS
The IP address of the IPA server. If not provided then this is determined based on the hostname of the server.
--forwarder=FORWARDER
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 --forwarder
--no-forwarders
Do not add any DNS forwarders, send non-resolvable addresses to the DNS root servers.
--reverse-zone=REVERSE_ZONE
The reverse DNS zone to use
--no-reverse
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.
--zonemgr
The e-mail address of the DNS zone manager. Defaults to hostmaster@DOMAIN
--no-persistent-search
Do not enable persistent search mechanism for updating the list of DNS zones in the name server. When persistent search is disabled and --zone-refresh option is not set to non-zero value, new zones won't be resolvable until the name server is reloaded.
--zone-refresh=ZONE_REFRESH
When set to non-zero value, persistent search zone update mechanism will be disabled and the name server will use a polling mechanism to load new DNS zones every ZONE_REFRESH seconds.
--no-serial-autoincrement
Do not enable SOA serial autoincrement feature. SOA serial will have to be updated automatically or other DNS features like zone transfer od DNSSEC will not function properly. This feature requires persistent search zone update mechanism.
-U, --unattended
An unattended installation that will never prompt for user input

Exit Status

0 if the installation

was successful

1 if an error occurred

Referenced By

ipa(1), ipa-server-install(1)