source: postlfs/filesystems/smartmontools.xml@ 730fb6b8

10.1 11.0 11.1 11.2 11.3 12.0 12.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 730fb6b8 was 730fb6b8, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Update to smartmontools-7.2.
Update to dhcpcd-9.4.0.
Update to libhandy-1.0.3.
Update to geoclue-2.5.7.
Update to opencv-4.5.1.

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

  • Property mode set to 100644
File size: 7.1 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 "e8d134c69ae4959a05cb56b31172ffb1">
10 <!ENTITY smartmontools-size "972 KB">
11 <!ENTITY smartmontools-buildsize "24 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 &lfs10_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&smartmontools-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&smartmontools-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &smartmontools-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &smartmontools-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &smartmontools-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &smartmontools-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">smartmontools Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
78 <para role="optional">
79 <xref role="runtime" linkend="curl"/> or
80 <xref role="runtime" linkend="lynx"/> or
81 <xref role="runtime" linkend="wget"/> (download tools), and
82 <xref role="runtime" linkend="gnupg2"/> (encrypted hard disks)
83 </para>
84
85 <para condition="html" role="usernotes">
86 User Notes: <ulink url="&blfs-wiki;/smartmontools"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of smartmontools</title>
92
93 <para>
94 Install <application>smartmontools</application> by running the
95 following commands:
96 </para>
97
98<screen revision="sysv"><userinput>./configure --prefix=/usr \
99 --sysconfdir=/etc \
100 --with-initscriptdir=no \
101 --with-libsystemd=no \
102 --docdir=/usr/share/doc/smartmontools-&smartmontools-version; &amp;&amp;
103make</userinput></screen>
104
105<screen revision="systemd"><userinput>./configure --prefix=/usr \
106 --sysconfdir=/etc \
107 --with-initscriptdir=no \
108 --docdir=/usr/share/doc/smartmontools-&smartmontools-version; &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 This package does not come with a test suite.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="configuration">
124 <title>Configuring smartmontools</title>
125
126 <sect3 id="smartmontools-config">
127 <title>Config File</title>
128 <para>
129 <filename>/etc/smartd.conf</filename>
130 </para>
131
132 <indexterm zone="smartmontools smartmontools-config">
133 <primary sortas="e-etc-smartd.conf">/etc/smartd.conf</primary>
134 </indexterm>
135 </sect3>
136
137 <sect3>
138 <title>Configuration Information</title>
139
140 <para>
141 See the embedded comments in <filename>/etc/smartd.conf</filename>
142 for detailed instructions on customizing the
143 <application>smartd</application> darmon.
144 </para>
145
146 </sect3>
147
148 <sect3 id="smartmontoools-init" revision="sysv">
149 <title>Boot Script</title>
150
151 <para>
152 If you want the <application>smartd</application> daemon to
153 start automatically when the system is booted, install the
154 <filename>/etc/rc.d/init.d/smartd</filename> init script included
155 in the <xref linkend="bootscripts"/> package.
156 </para>
157
158 <indexterm zone="smartmontools smartmontoools-init">
159 <primary sortas="f-smartd">smartd</primary>
160 </indexterm>
161
162<screen role="root"><userinput>make install-smartd</userinput></screen>
163
164 </sect3>
165
166 </sect2>
167
168 <sect2 role="commands">
169 <title>Command Explanations</title>
170
171 <para>
172 <parameter>--with-initscriptdir=no</parameter>: This switch suppresses
173 the default initialization script. See above for the BLFS script.
174 </para>
175
176 </sect2>
177
178 <sect2 role="content">
179 <title>Contents</title>
180
181 <segmentedlist>
182 <segtitle>Installed Programs</segtitle>
183 <segtitle>Installed Libraries</segtitle>
184 <segtitle>Installed Directories</segtitle>
185
186 <seglistitem>
187 <seg>
188 smartctl, smartd, and update-smart-drivedb
189 </seg>
190
191 <seg>
192 None
193 </seg>
194
195 <seg>
196 /usr/share/smartmontools, /usr/share/doc/smartmontools-6.4, and
197 /etc/smartd_warning.d
198 </seg>
199
200 </seglistitem>
201 </segmentedlist>
202
203 <variablelist>
204 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
205 <?dbfo list-presentation="list"?>
206 <?dbhtml list-presentation="table"?>
207
208 <varlistentry id="smartctl">
209 <term><command>smartctl</command></term>
210 <listitem>
211 <para>
212 is the control and monitor utility for SMART Disks.
213 </para>
214 <indexterm zone="smartmontools smartctl">
215 <primary sortas="b-smartctl">smartctl</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="smartd">
221 <term><command>smartd</command></term>
222 <listitem>
223 <para>
224 is the SMART disk monitoring daemon.
225 </para>
226 <indexterm zone="smartmontools smartd">
227 <primary sortas="b-smartd">smartd</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 <varlistentry id="update-smart-drivedb">
233 <term><command>update-smart-drivedb</command></term>
234 <listitem>
235 <para>
236 is the update tool for the smartmontools drive database.
237 </para>
238 <indexterm zone="smartmontools update-smart-drivedb">
239 <primary sortas="b-update-smart-drivedb">update-smart-drivedb</primary>
240 </indexterm>
241 </listitem>
242 </varlistentry>
243
244 </variablelist>
245 </sect2>
246</sect1>
Note: See TracBrowser for help on using the repository browser.