source: postlfs/filesystems/smartmontools.xml@ 3c7bd00

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 3c7bd00 was 3c7bd00, checked in by DJ Lucas <dj@…>, 8 years ago

Temporary render fix for bootscripts with REV=systemd.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17430 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" revision="sysv"/>
120 <xref linkend="systemd-units" revision="systemd"/> package.
121 </para>
122
123 <indexterm zone="smartmontools smartmontoools-init">
124 <primary sortas="f-smartd">apache</primary>
125 </indexterm>
126
127<screen role="root"><userinput>make install-smartd</userinput></screen>
128
129 </sect3>
130
131 </sect2>
132
133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
136 <para>
137 <option>--with-initscriptdir=no</option>: This option supresses the
138 default initialization script. See below for the BLFS script.
139 </para>
140
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>
153 smartctl, smartd, and update-smart-drivedb
154 </seg>
155
156 <seg>
157 None
158 </seg>
159
160 <seg>
161 /usr/share/smartmontools, /usr/share/doc/smartmontools-6.4, and
162 etc/smartd_warning.d
163 </seg>
164
165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry id="smartctl">
174 <term><command>smartctl</command></term>
175 <listitem>
176 <para>is the control and monitor utility for SMART Disks.</para>
177 <indexterm zone="smartmontools smartctl">
178 <primary sortas="b-smartctl">smartctl</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="smartd">
184 <term><command>smartd</command></term>
185 <listitem>
186 <para>is the SMART disk monitoring daemon.</para>
187 <indexterm zone="smartmontools smartd">
188 <primary sortas="b-smartd">smartd</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="update-smart-drivedb">
194 <term><command>update-smart-drivedb</command></term>
195 <listitem>
196 <para>is th eupdate tool for the smartmontools drive database.</para>
197 <indexterm zone="smartmontools update-smart-drivedb">
198 <primary sortas="b-update-smart-drivedb">update-smart-drivedb</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 </variablelist>
204 </sect2>
205</sect1>
Note: See TracBrowser for help on using the repository browser.