RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2052919 - [DDF] Document the krb5kdc worker processes parameter and how to adjust it
Summary: [DDF] Document the krb5kdc worker processes parameter and how to adjust it
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: Documentation
Version: 8.0
Hardware: All
OS: All
high
unspecified
Target Milestone: rc
: ---
Assignee: Filip Hanzelka
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-02-10 09:43 UTC by Direct Docs Feedback
Modified: 2022-03-01 22:39 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-03-01 22:39:11 UTC
Type: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-111811 0 None None None 2022-02-10 09:54:24 UTC

Description Direct Docs Feedback 2022-02-10 09:43:39 UTC
Based on a recent customer case I would suggest to add the following tuning parameter to this section:

/etc/sysconfig/krb5kdc:
KRB5KDC_ARGS="-w "

From 'man 8 krb5kdc':

"""
The  -w  numworkers  option tells the KDC to fork numworkers processes to listen to the KDC ports and process
       requests in parallel.  The top level KDC process (whose pid is recorded in the pid file if the -P  option  is
       also  given)  acts as a supervisor.  The supervisor will relay SIGHUP signals to the worker subprocesses, and
       will terminate the worker subprocess if the it is itself terminated or if any other worker process exits.
"""

Please note,  there is already code available that auto-detects the  number of online CPUs and then sets the number of krb5kdc worker threads dynamically.  It relies on
SC_NPROCESSORS_ONLN sysconf value. But I think it's useful to have this option documented for cases where the system configuration is changed after the initial setup. This can easily happen especially in virtual environments where you can easily add or remove the number of virtual CPUs based on your requirements.

Reported by: rhn-support-tscherf

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/tuning_performance_in_identity_management/assembly_adjusting-the-performance-of-the-kdc_tuning-performance-in-idm#annotations:2da352c6-8854-4260-a028-ab20bc95fd4c


Note You need to log in before you can comment on or make changes to this bug.