source: postlfs/filesystems/smartmontools.xml@ 8ee0429

systemd-13485
Last change on this file since 8ee0429 was 8ee0429, checked in by Douglas R. Reno <renodr@…>, 8 years ago

(systemd) LFS79 Tags
(systemd) Tons of GCC6 Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17471 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;&gcc6_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&smartmontools-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&smartmontools-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &smartmontools-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &smartmontools-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &smartmontools-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &smartmontools-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">smartmontools Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
67 <para role="optional">
68 <xref linkend="curl"/> or
69 <xref linkend="lynx"/> or
70 <xref linkend="wget"/> (download tools)
71 </para>
72
73 <para condition="html" role="usernotes">
74 User Notes: <ulink url="&blfs-wiki;/gptdisk"/>
75 </para>
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of smartmontools</title>
80
81 <para>
82 Install <application>smartmontools</application> by running the
83 following commands:
84 </para>
85
86<screen><userinput>./configure --prefix=/usr \
87 --sysconfdir=/etc \
88 --with-initscriptdir=no \
89 --docdir=/usr/share/doc/smartmontools-&smartmontools-version; &amp;&amp;
90make</userinput></screen>
91
92 <para>This package does not come with a test suite.</para>
93
94 <para>
95 Now, as the <systemitem class="username">root</systemitem> user:
96 </para>
97
98<screen role="root"><userinput>make install</userinput></screen>
99
100 <sect3>
101 <title>Configuration Information</title>
102
103 <para>
104 See the embedded comments in <filename>/etc/smartd.conf</filename>
105 for detailed instructions on customizing the
106 <application>smartd</application> darmon.
107 </para>
108
109 </sect3>
110
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.