sap-linuxlab / community.sap_install

Automation for SAP - Collection of Ansible Roles for various SAP software installation
Apache License 2.0
53 stars 55 forks source link

sap_hana_preconfigure/RHEL/NetApp: Sync with SAP note 3024346 v.10 #813

Open berndfinger opened 2 months ago

berndfinger commented 2 months ago

According to SAP note 3024346 v.10, the following entry has to be in a file named /etc/modprobe.d/sunrpc.conf:

options sunrpc tcp_max_slot_table_entries=128

If the file does not exist, it must be created.

berndfinger commented 2 months ago

One more change must be done for NetApp, see https://github.com/sap-linuxlab/community.sap_install/issues/196#issuecomment-2236742969.

berndfinger commented 2 months ago

See also https://access.redhat.com/solutions/6535871 - How do I configure TCP maximum slot table entries to 128 for RHEL 7/8 NFS clients? .