#9115 The installer does not create a dns A record for the IPA server
Opened 2 years ago by levbur. Modified 2 years ago

Issue

When a server hostname is two levels below a main domain, the installer does not create A and SSHFP records. No error during installation, process ends with text "The ipa-server-install command was successful". All other services are configured correctly and everything is working well.

For example:
domain = example.org
hostname = primary.ipa.example.org

Steps to Reproduce

ipa-server-install --setup-dns --hostname=0.ipa.example.org --domain=example.org --realm=EXAMPLE.ORG

Actual behavior

systemctl status named

0.ipa.example.org named: zone example.org/IN: NS '0.ipa.example.org' has no address records (A or AAAA)
0.ipa.example.org named: zone example.org/IN: not loaded due to errors.

named service cannot start until I manually insert the A record in the database.

0.ipa A xxx.xxx.xxx.xxx

Version/Release/Distribution

4.9.8-2


having similar issue, except it is the client that does not create the A record.

Login to comment on this ticket.

Metadata