Skip to content

Commit

Permalink
sap_hana_preconfigure: No longer set net.core.somaxconn in RHEL 9
Browse files Browse the repository at this point in the history
Solves issue #782.

Signed-off-by: Bernd Finger <[email protected]>
  • Loading branch information
berndfinger committed Nov 15, 2024
1 parent 422df4b commit b81f5e8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions roles/sap_hana_preconfigure/vars/RedHat_9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@ __sap_hana_preconfigure_req_repos_redhat_9_10_ppc64le:

# required SAP notes for RHEL 9:
__sap_hana_preconfigure_sapnotes_versions_x86_64:
- { number: '3108302', version: '9' }
- { number: '2382421', version: '45' }
- { number: '3108302', version: '11' }
- { number: '2382421', version: '47' }
- { number: '3024346', version: '11' }

__sap_hana_preconfigure_sapnotes_versions_ppc64le:
- { number: '2055470', version: '90' }
- { number: '3108302', version: '9' }
- { number: '2382421', version: '45' }
- { number: '3108302', version: '11' }
- { number: '2382421', version: '47' }
- { number: '3024346', version: '11' }

__sap_hana_preconfigure_sapnotes_versions: "{{ lookup('vars', '__sap_hana_preconfigure_sapnotes_versions_' + ansible_architecture) }}"
Expand Down Expand Up @@ -249,8 +249,7 @@ __sap_hana_preconfigure_required_ppc64le:

# Network related kernel parameters as set in SAP Note 2382421:
__sap_hana_preconfigure_kernel_parameters_default:
# The following two parameter should always be set:
- { name: net.core.somaxconn, value: 4096 }
# The following parameter should always be set:
- { name: net.ipv4.tcp_max_syn_backlog, value: 8192 }
# The following two parameters are automatically set by SAP Host Agent
# - { name: net.ipv4.ip_local_port_range, value: "40000 61000" }
Expand Down

0 comments on commit b81f5e8

Please sign in to comment.