source: postlfs/filesystems/smartmontools.xml@ 99bc211

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 99bc211 was 99bc211, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to gedit-3.20.2.
Update to mc-4.8.17.
Update to smartmontools-6.5.
Update to samba-4.4.3.
Update to List-AllUtils-0.10.

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

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