Questo contenuto non è disponibile nella lingua selezionata.
Chapter 6. Verifying the optimal number of KDC worker processes using IdM Healthcheck
You can use the Healthcheck tool in Identity Management (IdM) to verify that the Kerberos Key Distribution Center (KDC) is configured to use the optimal number of krb5kdc worker processes, which should be equal to the number of CPU cores on the host.
Prerequisites
- You are using RHEL 8.7 or later.
-
You have
rootprivileges.
Procedure
Enter:
ipa-healthcheck --source ipahealthcheck.ipa.kdc
# ipa-healthcheck --source ipahealthcheck.ipa.kdcCopy to Clipboard Copied! Toggle word wrap Toggle overflow The
--source ipahealthcheck.ipa.kdcoption ensures that IdM Healthcheck only performs theKDCWorkersChecktest.If the number of KDC worker processes matches the number of CPU cores, the test returns
SUCCESSas a result:Copy to Clipboard Copied! Toggle word wrap Toggle overflow The test returns a
WARNINGif the number of worker processes does not match the number of CPU cores. In the following example, a host with 2 cores is configured to have only one KDC worker process:Copy to Clipboard Copied! Toggle word wrap Toggle overflow The test also outputs a
WARNINGif there are no configured workers. In the following example, theKRB5KDC_ARGSvariable is missing from the/etc/sysconfig/krb5kdcconfiguration file:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow