source: postlfs/filesystems/smartmontools.xml@ 6a5bb43

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 6a5bb43 was 6a5bb43, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to xfce4-power-manager-1.6.3.
Update to tumbler-0.2.5.
Update to Thunar-1.8.7.
Update to garcon-0.6.3.
Update to exo-0.12.6.
Fix smartmontools instructions for sysv.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21818 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY smartmontools-download-http "&sourceforge-dl;/smartmontools/smartmontools-&smartmontools-version;.tar.gz">
8 <!ENTITY smartmontools-download-ftp " ">
9 <!ENTITY smartmontools-md5sum "b2a80e4789af23d67dfe1e88a997abbf">
10 <!ENTITY smartmontools-size "924 KB">
11 <!ENTITY smartmontools-buildsize "26 MB">
12 <!ENTITY smartmontools-time "0.2 SBU">
13]>
14
15<sect1 id="smartmontools" xreflabel="smartmontools-&smartmontools-version;">
16 <?dbhtml filename="smartmontools.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>smartmontools-&smartmontools-version;</title>
24
25 <indexterm zone="smartmontools">
26 <primary sortas="a-smartmontools">smartmontools</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to smartmontools</title>
31
32 <para>
33 The <application>smartmontools</application> package contains utility
34 programs (smartctl, smartd) to control/monitor storage systems using the
35 Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)
36 built into most modern ATA and SCSI disks.
37 </para>
38
39 &lfs84_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&smartmontools-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&smartmontools-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &smartmontools-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &smartmontools-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &smartmontools-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &smartmontools-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">smartmontools Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
66 <para role="optional">
67 <xref role="runtime" linkend="curl"/> or
68 <xref role="runtime" linkend="lynx"/> or
69 <xref role="runtime" linkend="wget"/> (download tools)
70 </para>
71
72 <para condition="html" role="usernotes">
73 User Notes: <ulink url="&blfs-wiki;/smartmontools"/>
74 </para>
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of smartmontools</title>
79
80 <para>
81 Install <application>smartmontools</application> by running the
82 following commands:
83 </para>
84
85<screen revision="sysv"><userinput>./configure --prefix=/usr \
86 --sysconfdir=/etc \
87 --with-initscriptdir=no \
88 --with-libsystemd=no \
89 --docdir=/usr/share/doc/smartmontools-&smartmontools-version; &amp;&amp;
90make</userinput></screen>
91
92<screen revision="systemd"><userinput>./configure --prefix=/usr \
93 --sysconfdir=/etc \
94 --with-initscriptdir=no \
95 --docdir=/usr/share/doc/smartmontools-&smartmontools-version; &amp;&amp;
96make</userinput></screen>
97
98 <para>This package does not come with a test suite.</para>
99
100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="configuration">
109 <title>Configuring smartmontools</title>
110
111 <sect3 id="smartmontools-config">
112 <title>Config File</title>
113 <para>
114 <filename>/etc/smartd.conf</filename>
115 </para>
116
117 <indexterm zone="smartmontools smartmontools-config">
118 <primary sortas="e-etc-smartd.conf">/etc/smartd.conf</primary>
119 </indexterm>
120 </sect3>
121
122 <sect3>
123 <title>Configuration Information</title>
124
125 <para>
126 See the embedded comments in <filename>/etc/smartd.conf</filename>
127 for detailed instructions on customizing the
128 <application>smartd</application> darmon.
129 </para>
130
131 </sect3>
132
133 <sect3 id="smartmontoools-init" revision="sysv">
134 <title>Boot Script</title>
135
136 <para>
137 If you want the <application>smartd</application> daemon to
138 start automatically when the system is booted, install the
139 <filename>/etc/rc.d/init.d/smartd</filename> init script included
140 in the <xref linkend="bootscripts"/> package.
141 </para>
142
143 <indexterm zone="smartmontools smartmontoools-init">
144 <primary sortas="f-smartd">smartd</primary>
145 </indexterm>
146
147<screen role="root"><userinput>make install-smartd</userinput></screen>
148
149 </sect3>
150
151 </sect2>
152
153 <sect2 role="commands">
154 <title>Command Explanations</title>
155
156 <para>
157 <parameter>--with-initscriptdir=no</parameter>: This switch suppresses
158 the default initialization script. See above for the BLFS script.
159 </para>
160
161 </sect2>
162
163 <sect2 role="content">
164 <title>Contents</title>
165
166 <segmentedlist>
167 <segtitle>Installed Programs</segtitle>
168 <segtitle>Installed Libraries</segtitle>
169 <segtitle>Installed Directories</segtitle>
170
171 <seglistitem>
172 <seg>
173 smartctl, smartd, and update-smart-drivedb
174 </seg>
175
176 <seg>
177 None
178 </seg>
179
180 <seg>
181 /usr/share/smartmontools, /usr/share/doc/smartmontools-6.4, and
182 /etc/smartd_warning.d
183 </seg>
184
185 </seglistitem>
186 </segmentedlist>
187
188 <variablelist>
189 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
190 <?dbfo list-presentation="list"?>
191 <?dbhtml list-presentation="table"?>
192
193 <varlistentry id="smartctl">
194 <term><command>smartctl</command></term>
195 <listitem>
196 <para>is the control and monitor utility for SMART Disks.</para>
197 <indexterm zone="smartmontools smartctl">
198 <primary sortas="b-smartctl">smartctl</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="smartd">
204 <term><command>smartd</command></term>
205 <listitem>
206 <para>is the SMART disk monitoring daemon.</para>
207 <indexterm zone="smartmontools smartd">
208 <primary sortas="b-smartd">smartd</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="update-smart-drivedb">
214 <term><command>update-smart-drivedb</command></term>
215 <listitem>
216 <para>is the update tool for the smartmontools drive database.</para>
217 <indexterm zone="smartmontools update-smart-drivedb">
218 <primary sortas="b-update-smart-drivedb">update-smart-drivedb</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 </variablelist>
224 </sect2>
225</sect1>
Note: See TracBrowser for help on using the repository browser.