Este contenido no está disponible en el idioma seleccionado.
Chapter 5. Checking DNS records using IdM Healthcheck
You can identify issues with DNS records in Identity Management (IdM) using the Healthcheck tool.
Prerequisites
- The DNS records Healthcheck tool is only available on RHEL 8.2 or newer.
5.1. DNS records healthcheck test Copiar enlaceEnlace copiado en el portapapeles!
The Healthcheck tool includes the IPADNSSystemRecordsCheck test for checking that the expected DNS records required for autodiscovery are resolvable. Specifically, the test checks the DNS records obtained by the ipa dns-update-system-records --dry-run command using the first resolver specified in the /etc/resolv.conf file on the IdM server to which you are logged in.
You can find the IPADNSSystemRecordsCheck test under the ipahealthcheck.ipa.idns source of the output of the ipa-healthcheck --list-sources command.
5.2. Screening IdM DNS records using the Healthcheck tool Copiar enlaceEnlace copiado en el portapapeles!
Follow this procedure to run a standalone manual test of DNS records on an Identity Management (IdM) server using the Healthcheck tool.
The Healthcheck tool includes many tests. Results can be narrowed down by including only the DNS records tests by adding the --source ipahealthcheck.ipa.idns option.
Prerequisites
-
You have
rootprivileges.
Procedure
Enter:
ipa-healthcheck --source ipahealthcheck.ipa.idns
# ipa-healthcheck --source ipahealthcheck.ipa.idnsCopy to Clipboard Copied! Toggle word wrap Toggle overflow The
--source ipahealthcheck.ipa.idnsoption ensures that IdM Healthcheck only performs the DNS records test.If the record is resolvable, the test returns
SUCCESSas a result:Copy to Clipboard Copied! Toggle word wrap Toggle overflow The test returns a
WARNINGwhen, for example, the number of records does not match the expected number:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow