[deployment-guide/comm-rel: 209/727] Added the Enabling the Service subsection.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:41:55 UTC 2010


commit 774295de19995d26e8ba2d43220608f136064c8f
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Fri Jul 30 17:38:14 2010 +0200

    Added the Enabling the Service subsection.

 en-US/The_kdump_Crash_Recovery_Service.xml |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/en-US/The_kdump_Crash_Recovery_Service.xml b/en-US/The_kdump_Crash_Recovery_Service.xml
index 3f9f57e..2cd6887 100644
--- a/en-US/The_kdump_Crash_Recovery_Service.xml
+++ b/en-US/The_kdump_Crash_Recovery_Service.xml
@@ -154,8 +154,20 @@
     <section id="s2-kdump-configuration-cli">
       <title>Configuring <systemitem class="service">kdump</systemitem> on the Command Line</title>
       <para>
-        Hic sunt leones.
+        To configure the <systemitem class="service">kdump</systemitem> service on the command line, open the <filename>/etc/kdump.conf</filename> configuration file in a texteditor such as <application>vi</application> or <application>nano</application>, and edit the options as described below. Note that to perform actions described in this section, you have to be logged in as a superuser:
       </para>
+      <screen>~]$ <command>su -</command>
+Password:</screen>
+      <section id="s3-kdump-configuration-cli-enable">
+        <title>Enabling the Service</title>
+        <para>
+          To start the <systemitem class="service">kdump</systemitem> daemon at boot time, type the following at a shell prompt:
+        </para>
+        <screen>~]# <command>chkconfig kdump on</command></screen>
+        <para>
+          This will enable the service for runlevels <literal>2</literal>, <literal>3</literal>, <literal>4</literal>, and <literal>5</literal>. Similarly, typing <command>chkconfig kdump off</command> will disable it for all runlevels. For more information on runlevels and configuring services in general, refer to <xref linkend="ch-Controlling_Access_to_Services" />.
+        </para>
+      </section>
     </section>
     <section id="s2-kdump-configuration-testing">
       <title>Testing the Configuration</title>


More information about the docs-commits mailing list