このコンテンツは選択した言語では利用できません。

9.10.5. Configuring System Control Settings


OpenShift Enterprise uses semaphores, ports, and connection tracking extensively. Apply the following changes to the default /etc/sysctl.conf file to enable this usage.

Procedure 9.8. To Configure the sysctl Settings:

  1. Open the /etc/sysctl.conf file and append the following line to increase kernel semaphores to accommodate more httpds:
    kernel.sem = 250  32000 32  4096
    Copy to Clipboard Toggle word wrap
  2. Append the following line to the same file to increase the ephemeral port range to accommodate application proxies:
    net.ipv4.ip_local_port_range = 15000 35530
    Copy to Clipboard Toggle word wrap
  3. Append the following line to the same file to increase the connection-tracking table size:
    net.netfilter.nf_conntrack_max = 1048576
    Copy to Clipboard Toggle word wrap
  4. Append the following line to the same file to enable forwarding for the port proxy:
    net.ipv4.ip_forward = 1
    Copy to Clipboard Toggle word wrap
  5. Append the following line to the same file to allow the port proxy to route using loopback addresses:
    net.ipv4.conf.all.route_localnet = 1
    Copy to Clipboard Toggle word wrap
  6. Run the following command to reload the sysctl.conf file and activate the new settings:
    # sysctl -p /etc/sysctl.conf
    Copy to Clipboard Toggle word wrap

Note

If you use the kickstart or bash script, the configure_sysctl_on_node function performs these steps.
トップに戻る
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。 最新の更新を見る.

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

Theme

© 2025 Red Hat