Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri Popov committed Dec 4, 2024
1 parent fd7a60d commit ed94466
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions xml/s4s_tune.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ For more information, refer to the <literal>saptune-note(5)</literal> manpage.
The command opens the default editor (defined in the environment variable <literal>EDITOR</literal>) with a Note configuration template. All features of &saptune; are available. For more information, refer to the <literal>saptune-note(5)</literal> manpage.
</para>
<para>
This creates a <filename>/etc/saptune/extra/<replaceable>NOTE.conf</replaceable></filename> Note configuration file. It is possible to create the file elsewhere and place it in <filename>/etc/saptune/override/</filename>.
This creates a <filename>/etc/saptune/extra/<replaceable>NOTE.conf</replaceable></filename> Note configuration file. It is possible to create the file elsewhere and place it in <filename>/etc/saptune/extra/</filename>.
</para>
<para>
Configuration sections can be conditional. This is called tagging. Refer to the <literal>saptune-note(5)</literal> for further information.
Expand Down Expand Up @@ -326,7 +326,7 @@ For information about the output of the command and verifying the entire tuning
<title>Performing a dry run of an &sapnote;</title>
<para>
To show each parameter of a Note, use the following command:
</para>
</para>etc/saptune/override/

<screen>&prompt.root;<command>saptune note simulate</command></screen>

Expand Down Expand Up @@ -423,9 +423,9 @@ Custom Solution can be customized like shipped Solutions.
<sect2 xml:id="sec-saptune-delete-solution">
<title>Deleting &sapsol;</title>
<para>
The following command deletes a created Solution, including the corresponding override file or the override file of a shipped Solution, if available:
The following command deletes a created Solution (in this example, myHANA), including the corresponding override file or the override file of a shipped Solution, if available:
</para>
<screen>&prompt.root;<command>saptune solution delete <replaceable>SOLUTION</replaceable></command>
<screen>&prompt.root;<command>saptune solution delete myHANA</command>

Solution to delete is a customer/vendor specific Solution.
Do you really want to delete this Solution 'myHANA'? [y/n]: y</screen>
Expand Down Expand Up @@ -592,9 +592,6 @@ The <command>simulate</command> command is deprecated since 3.1, and it is remov
<para>tuning compliance (new in &saptune; version 3.1)</para>
</listitem>
</itemizedlist>
<para>
If a problem occurs, use the <command>saptune_check</command> command (in version 3.1, you can also use the command <command>saptune check</command>) that runs checks, reports problems and offers advice on how to solve them.
</para>
<para>
To analyze your &saptune; installation, run:
</para>
Expand All @@ -613,7 +610,7 @@ check for mandatory or obsolete configuration files
</listitem>
<listitem>
<para>
check for unusueed RPM
check for RPM leftovers
</para>
</listitem>
<listitem>
Expand Down

0 comments on commit ed94466

Please sign in to comment.