You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To view the &saptune; configuration file, use the <command>saptune
82
+
configure show</command> command.
83
+
</para>
84
+
<para>
85
+
The following command reverts the &saptune; configuration to its defaults:
86
+
</para>
87
+
<screen>saptune configure reset</screen>
88
+
<important>
89
+
<para>
90
+
Do not edit the <filename>/etc/sysconfig/saptune</filename> directly, and use <command>saptune configure</command> instead.
91
+
</para>
92
+
</important>
93
+
</sect1>
94
+
68
95
<sect1xml:id="sec-saptune-configure-tuning">
69
96
<title>Configuring the tuning</title>
70
97
<para>
@@ -115,7 +142,7 @@ S4HANA-DBSERVER Solution for running the &hana; database of an &s4h; installatio
115
142
</listitem>
116
143
<listitem>
117
144
<para>
118
-
SAP-ASE Solution for running an &ase; database
145
+
SAP-ASE Solution for running an &ase; database. Note that the SAP-ASE Solution and the associated &sapnote;s 1805750 and 1680803 are deprecated and removed from &saptune; 3.2 on &slea; 16. The default settings are sufficient for ASE, so no additional tuning is required.
119
146
</para>
120
147
</listitem>
121
148
<listitem>
@@ -210,6 +237,56 @@ For more information, refer to the <literal>saptune-note(5)</literal> manpage.
210
237
<para>
211
238
When you are done customizing a Note, restart the <literal>saptune</literal> service to apply the changes.
212
239
</para>
240
+
<para>
241
+
Below is an example of an override file for &sapnote; 2382421:
242
+
</para>
243
+
<screen># Always:
244
+
# - Changing net.ipv4.tcp_max_syn_backlog from 8192 to 65536
245
+
# - Disable net.ipv4.tcp_slow_start_after_idle, because the parameter is tuned elsewhere
246
+
#
247
+
# On virtual machines additionally:
248
+
# - Change net.ipv4.tcp_syn_retries from 8 to 16
249
+
250
+
[sysctl]
251
+
net.ipv4.tcp_max_syn_backlog = 65536
252
+
net.ipv4.tcp_slow_start_after_idle =
253
+
254
+
[sysctl:virt=vm]
255
+
net.ipv4.tcp_max_syn_backlog = 65536
256
+
net.ipv4.tcp_slow_start_after_idle =
257
+
net.ipv4.tcp_syn_retries = 16</screen>
258
+
<para>
259
+
Run the
260
+
<command>saptune note verify 2382421</command> command. If the changes
261
+
have been applied correctly, the output on a virtual machine should be
If changes have not been applied correctly, and you don't see any errors
285
+
due to incorrect config file, the <literal>Compliant</literal> field in
286
+
the table will <literal>no</literal>, and the values in the
287
+
<literal>Actual</literal> and <literal>Expected</literal> fields will
288
+
differ.
289
+
</para>
213
290
</sect2>
214
291
215
292
<sect2xml:id="sec-saptune-create">
@@ -340,7 +417,7 @@ The command lists the current system value and the expected values (default and
340
417
<note>
341
418
<title>Deprecation notice</title>
342
419
<para>
343
-
The <command>simulate</command> command is deprecated since version 3.1 and is removed in all &saptune; versions in &sles4sap; 16.
420
+
The <command>simulate</command> command is deprecated since version 3.1 &sles4sap; prior to version 16, and it is removed in all &saptune; versions in &sles4sap; 16 as well as &slea; 16.
344
421
</para>
345
422
</note>
346
423
</sect2>
@@ -410,7 +487,7 @@ An &sapsol; is a combination of &sapnote; configurations grouped logically. It g
410
487
To edit a custom &sapsol;, use the following command:
The command opens the default editor (defined in the environment variable <literal>EDITOR</literal>) with the Solution configuration.
@@ -642,7 +719,12 @@ The command does not check the tuning itself. To check the tuning, use the comma
642
719
643
720
<note>
644
721
<para>
645
-
If <command>saptune note verify</command> is called without specifying a Note, it verifies all currently applied Notes. This allows you to verify your entire current tuning. As an alternative, use the <command>saptune solution verify</command> command that can also verify all currently applied Notes.
722
+
If <command>saptune note verify</command> is called without specifying a Note,
723
+
it verifies all enabled Notes. To verify the currently applied Notes use the
724
+
<command>saptune note verify applied</command> or <command>saptune verify
725
+
applied</command> commands. Normally, enabled Notes are also applied, except
726
+
when the system has been rebooted without an enabled <systemitem
727
+
class="service">saptune.service</systemitem>.
646
728
</para>
647
729
</note>
648
730
@@ -764,6 +846,11 @@ Always investigate the cause for the changed tuning and fix it. If &saptune; sha
764
846
<command>saptune version</command>
765
847
</para>
766
848
</listitem>
849
+
<listitem>
850
+
<para>
851
+
<command>saptune check</command> (only starting with &saptune; 3.2)
852
+
</para>
853
+
</listitem>
767
854
</itemizedlist>
768
855
<para>
769
856
The machine-readable output makes it possible to integrate &saptune; into scripts and configuration management solutions.
@@ -868,12 +955,22 @@ Always investigate the cause for the changed tuning and fix it. If &saptune; sha
868
955
</listitem>
869
956
<listitem>
870
957
<para>
871
-
<command>man 8 saptune-migrate</command>
958
+
<command>man 5 saptune-note</command>
959
+
</para>
960
+
</listitem>
961
+
<listitem>
962
+
<para>
963
+
<command>man 7 saptune-migrate</command>
964
+
</para>
965
+
</listitem>
966
+
<listitem>
967
+
<para>
968
+
<command>man 5 saptune-solution</command> (new in saptune version 3.2)
872
969
</para>
873
970
</listitem>
874
971
<listitem>
875
972
<para>
876
-
<command>man 8 saptune-note</command>
973
+
<command>man 7 saptune</command> (new in saptune version 3.2)
0 commit comments