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
Copy file name to clipboardExpand all lines: xml/s4s_tune.xml
+91-19Lines changed: 91 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ S4HANA-APP+DB Solution for running both &sap; S/4HANA application servers and &s
102
102
</listitem>
103
103
<listitem>
104
104
<para>
105
-
S4HANA-DBSERVER Solution for running the $sap; HANA database of an &sap; S/4HANA installation
105
+
S4HANA-DBSERVER Solution for running the &sap; HANA database of an &sap; S/4HANA installation
106
106
</para>
107
107
</listitem>
108
108
<listitem>
@@ -172,7 +172,7 @@ It is possible to combine Solutions and Notes by reverting Notes from an applied
172
172
</para>
173
173
174
174
<para>
175
-
In rare cases, notes can have conflicting options or parameters. Arrange your notes carefully to avoid conflicts. The last note always takes priority over conflicting options or parameters of previous notes. In this situations, create your own Solution (link:[8.5.1 Creating a new SAP Solution]) or customize the applied Solution (link:[8.5.x Customizing a SAP Solution]).
175
+
In rare cases, notes can have conflicting options or parameters. Arrange your notes carefully to avoid conflicts. The last note always takes priority over conflicting options or parameters of previous notes. In this situation, create your own Solution (see <xreflinkend="sec-saptune-create"/>) or customize the applied Solution (see <xreflinkend="sec-saptune-customize"/>).
176
176
</para>
177
177
</note>
178
178
</sect1>
@@ -192,14 +192,14 @@ In rare cases, notes can have conflicting options or parameters. Arrange your no
The command opens the default editor (defined in the environment variable <literal>EDITOR</literal>) with a copy of the Note configuration. Remove everything, except the parameters you want to change or disable as well as the header of the section the parameter belongs to.
195
+
The command opens the default editor (defined in the environment variable <literal>EDITOR</literal>) with a copy of the Note configuration. Remove everything, except the parameters you want to change or disable as well as the header of the section the parameter belongs to.
196
196
</para>
197
197
<para>
198
198
To change or set the parameter value, change or add the value of the parameter. To disable a parameter, remove the value, but leave the parameter and the <literal>=</literal> character. &saptune; lists the parameter, but it does not change it or checks it for the compliance status.
199
199
For more information, refer to the <literal>saptune-note(5)</literal> manpage.
200
200
</para>
201
201
<para>
202
-
This creates a <filename>/etc/saptune/override/<replaceable>NOTE</replaceable></filename>. It is possible to create the file elsewhere and place it in <filename>/etc/saptune/override/</filename>.
202
+
This creates a <filename>/etc/saptune/override/<replaceable>NOTE</replaceable></filename> file. It is possible to create the file elsewhere and place it in <filename>/etc/saptune/override/</filename>.
203
203
</para>
204
204
<para>
205
205
Configuration sections can be conditional. This is called tagging. Refer to the <literal>saptune-note(5)</literal> for further information.
@@ -223,7 +223,6 @@ For more information, refer to the <literal>saptune-note(5)</literal> manpage.
223
223
</para>
224
224
<para>
225
225
Configuration sections can be conditional. This is called tagging. Refer to the <literal>saptune-note(5)</literal> for further information.
226
-
****
227
226
</para>
228
227
</sect2>
229
228
@@ -235,13 +234,8 @@ For more information, refer to the <literal>saptune-note(5)</literal> manpage.
The command opens the default editor (<literal>EDITOR</literal>)) with the Note configuration. When you are done editing a Note, restart the &saptune; service to apply the changes.
237
+
The command opens the default editor (<literal>EDITOR</literal>) with the Note configuration. When you are done editing a Note, restart the &saptune; service to apply the changes. Custom Notes can be customized like shipped Notes.
239
238
</para>
240
-
<note>
241
-
<para>
242
-
Custom Notes can be customized like shipped Notes.
243
-
</para>
244
-
</note>
245
239
</sect2>
246
240
247
241
<sect2xml:id="sec-saptune-delete">
@@ -281,7 +275,7 @@ Do you really want to delete this Note (test2)? [y/n]: y</screen>
281
275
<title>Renaming an &sapnote;</title>
282
276
<para>
283
277
This command allows renaming a created note to a new name. If a
284
-
corresponding override file is available, this file is renamed, too:
278
+
corresponding override file is available, this file is renamed as well:
285
279
</para>
286
280
<screen>&prompt.root;<command>saptune note rename test test2</command>
287
281
Note to rename is a customer/vendor specific Note.
@@ -329,7 +323,7 @@ For information about the output of the command and verifying the entire tuning
329
323
</sect2>
330
324
331
325
<sect2xml:id="sec-saptune-simulate">
332
-
<title>Simulating the application of an &sapnote;</title>
326
+
<title>Performing a dry run of an &sapnote;</title>
333
327
<para>
334
328
To show each parameter of a Note, use the following command:
335
329
</para>
@@ -376,22 +370,67 @@ The <command>simulate</command> command is deprecated since version 3.1 and is r
376
370
<para>
377
371
This chapter explains how to work with &sapsol;s.
378
372
</para>
373
+
<para>
374
+
A &sapsol; is a combination of &sapnote; configurations grouped together logically. A &sapsol; generally represents a &sap; product or combination. Applying &sapsol; effectively applies all &sapnote; configurations listed in it. How to list and set a &sapsol; is described in <xreflinkend="sec-saptune-configure-tuning"/>.
375
+
</para>
376
+
377
+
<sect2xml:id="sec-saptune-customize-solution">
378
+
<title>Customizing an &sapsol;</title>
379
+
<para>A &sapsol; can be customized using the following command:</para>
The command opens the default editor (defined in the environment variable <literal>EDITOR</literal>) with a copy of the Solution configuration. Change the Note list for the architecture to your liking. For more informaion, refer to the <literal>saptune-note(5)</literal> manpage.
383
+
</para>
384
+
<para>
385
+
This creates an override file <filename>/etc/saptune/override/<replaceable>SOLUTION.sol</replaceable></filename>. It is possible to create the file elsewhere and place it in <filename>/etc/saptune/override/</filename>.
386
+
</para>
387
+
<para>
388
+
When you are done customizing a &sapsol;, restart the saptune service to apply the changes.
The command opens the default editor (defined in the environment variable <literal>EDITOR</literal>) with a Solution configuration template. Fill in the template.
398
+
</para>
399
+
<para>
400
+
This creates a Solution configuration file <filename>/etc/saptune/extra/<replaceable>SOLUTION.sol</replaceable></filename>. It is possible to create the file elsewhere and place it in <filename>/etc/saptune/extra/</filename>.
401
+
</para>
402
+
</sect2>
403
+
404
+
<sect2xml:id="sec-saptune-edit-solution">
405
+
<title>Editing a custom &sapsol;</title>
406
+
<para>
407
+
To edit a custom &sapsol; use the following command:
For information about the output of the <command>verify</command> command and how to verify the entire tuning instead of a single Solution, refer to <xreflinkend="sec-saptune-verify-and-troubleshooting"/>.
514
+
</para>
515
+
</sect2>
516
+
517
+
<sect2xml:id="sec-saptune-simulate-solution">
518
+
<title>Performing a dry run of an SAP Solution</title>
519
+
<para>
520
+
To show all parameters of all Notes belonging to a Solution, use the following command:
0 commit comments