153 | | == Smartmontools Database == |
154 | | |
155 | | ---- |
156 | | |
157 | | == Selftests == |
158 | | |
159 | | ---- |
160 | | |
161 | | === Where can I find manufacturer-specific disk-testing utilities? === |
162 | | |
163 | | A good listing of such utilities can be found [http://www.benchmarkhq.ru/english.html?/be_hdd2.html here]. |
164 | | Unfortunately most of these are for MS operating systems, but most can |
165 | | be run from a MS-DOS boot disk. |
166 | | |
167 | | The [http://ubcd.sourceforge.net/ UBCD (Ultimate Boot CD)] |
168 | | includes most of these disk-testing utilities and many other useful |
169 | | diagnostic tools ready to boot from CD or USB memory stick. |
170 | | The UBCD can be customized by adding other images, like one |
171 | | [wiki:Download#ListofbootableCDs containing smartmontools]. |
172 | | |
173 | | Note: if you do run one of these utilities, and it identifies the |
174 | | meanings of any SMART Attributes that are not known to smartmontools, |
175 | | please report them to the |
176 | | [https://lists.sourceforge.net/lists/listinfo/smartmontools-support smartmontools-support mailing list] |
177 | | or add the info to [wiki:TocDoc#OurCollectionOnVendorSpecificIssues our info pages on vendor specific SMART Attributes]. |
178 | | |
179 | | These utilities have an important role to fill. If your disk has |
180 | | bad sectors (for example, as revealed by running self-tests with |
181 | | smartmontools) and the disk is not able to recover the data from those |
182 | | sectors, then the disk will ''not'' automatically reallocate those |
183 | | damaged sectors from its set of spare sectors, because |
184 | | forcing the reallocation to take place may entail some loss of data. |
185 | | Because the commands that force such reallocation are |
186 | | ''Vendor Specific'', most manufactuers provide a utility for this |
187 | | purpose. It may cause data loss but can repair damaged sectors (at |
188 | | least, until it runs out of replacement sectors). |
189 | | |
190 | | ---- |
191 | | |
192 | | == Operating System == |
193 | | |
194 | | ---- |
195 | | |
196 | | === What are the operating system requirements? === |
197 | | |
198 | | Please see the first section of the |
199 | | [http://sourceforge.net/browser/trunk/smartmontools/INSTALL INSTALL] file. |
200 | | |
201 | | ---- |
202 | | |
203 | | === I found in syslog: 'Can't locate module block-major-65' === |
204 | | |
205 | | When I run {{{smartd}}}, the SYSLOG {{{/var/log/messages}}} |
206 | | contains messages like this: |
207 | | {{{ |
208 | | smartd: Reading Device /dev/sdv |
209 | | modprobe: modprobe: Can't locate module block-major-65 |
210 | | }}} |
211 | | |
212 | | This is because when {{{smartd}}} starts, if there is no |
213 | | configuration file, it looks for all ATA and SCSI devices to monitor |
214 | | (matching the pattern {{{/dev/hd[a-t]}}} or |
215 | | {{{/dev/sd[a-z]}}}). The log messages appear because your |
216 | | system doesn't have most of these devices. |
217 | | |
218 | | The solution is simple: use the {{{smartd}}} configuration file |
219 | | {{{/etc/smartd.conf}}} to specify which devices to monitor. |
220 | | |
221 | | ---- |
222 | | |
223 | | == Firmware Issues == |
224 | | |
225 | | ---- |
226 | | |
227 | | === What's the story on IBM SMART disks? === |
228 | | |
229 | | Apparently some of the older SMART firmware on IBM disks can |
230 | | interfere with the regular operation of the disk. If you have this |
231 | | problem, here are some links to an IBM Firmware Upgrade that fixes the problem: |
232 | | |
233 | | [http://www.geocities.com/dtla_update/ Geocities Site][[BR]] |
234 | | [http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-42215 IBM Site #1][[BR]] |
235 | | [http://www-1.ibm.com/support/docview.wss?uid=psg1MIGR-42215 IBM Site #2] |
236 | | |
237 | | ---- |
238 | | |
239 | | == Distribution == |
240 | | |
241 | | ---- |
242 | | |
243 | | {{{ |
244 | | #!html |
245 | | |
246 | | <!-- Check Signature --> |
247 | | <h3><a name="check-signature"></a>How can I check that the package hasn't been tampered with?</h3> |
248 | | |
249 | | <p>Since the <tt>smartmontools</tt> utilities run as root, you might |
250 | | be concerned about something harmful being embedded within |
251 | | them. Starting with release 5.19 of <tt>smartmontools</tt>, the .rpm |
252 | | files and tarball have been GPG signed. The tarball's fingerprint is |
253 | | given in a file on the release page with a name like |
254 | | <tt>smartmontools-5.32.tar.gz.asc</tt>. </p> |
255 | | |
256 | | Please verify these using the |
257 | | <ul> |
258 | | <li><a href="SmartmontoolsSigningKey_2005.txt">Smartmontools GPG Signing Key (current)</a></li> |
259 | | <li><a href="SmartmontoolsSigningKey.txt">Smartmontools GPG Signing Key (before 2005)</a></li> |
260 | | </ul> |
261 | | <hr /> |
262 | | |
263 | | <!-- Bootable CD --> |
264 | | <h3><a name="bootable-cd"></a>Is there a bootable standalone CD or floppy that contains smartmontools?</h3> |
265 | | |
266 | | <p>Yes there are. Look to section <a href="http://sourceforge.net/wiki/Download#a4.RunsmartmontoolsfromLive-system">Run from Live-system</a> on the download page.</p> |
267 | | |
268 | | <hr /> |
269 | | |
270 | | <h3><a name="testinghelp"></a>Smartmontools for FireWire, USB, and SATA disks/systems</h3> |
271 | | <p>As for USB and FireWire (IEEE 1394) disks and tape drives, the news |
| 153 | === Can I monitor disks behind RAID controllers? === |
| 154 | |
| 155 | Support for disks behind RAID controllers is highly dependent on both platform |
| 156 | and controller type. See our page about [wiki:Supported_RAID-Controllers smartmontools RAID controller support] |
| 157 | for the details. |
| 158 | |
| 159 | ---- |
| 160 | |
| 161 | === Smartmontools for FireWire, USB, and SATA disks/systems === |
| 162 | |
| 163 | As for USB and FireWire (IEEE 1394) disks and tape drives, the news |
342 | | cypress usb ata bridge got <tt>vid=0x04b4</tt>, <tt>pid=0x6830</tt>) or to try to call <tt>smartctl</tt> |
343 | | with option '<tt>-d usbcypress</tt>'. If the usb device doesn't support ATACB, smartmontools will abort.</p> |
344 | | |
345 | | <hr /> |
346 | | |
347 | | <h3><a name="scsi"></a>Smartmontools for SCSI disks and tapes (TapeAlert)</h3> |
348 | | |
349 | | <p>Smartmontools for SCSI disks and tapes (including medium changers) is |
350 | | discussed on a separate <a href="smartmontools_scsi.html" target="_blank">page</a>.</p> |
351 | | <hr /> |
352 | | |
353 | | <!-- Disks behind RAID-Controllers --> |
354 | | <h3><a name="FAQ-RAID"></a>Can I monitor disks behind RAID controllers?</h3> |
355 | | |
356 | | <p>Support for disks behind RAID controllers is highly dependent on both platform |
357 | | and controller type. See our page about <a href="docs/raid-controller_support.html">smartmontools RAID controller support</a> |
358 | | |
359 | | for the details.</p> |
360 | | <hr /> |
| 227 | cypress usb ata bridge got {{{vid=0x04b4}}}, {{{pid=0x6830}}}) |
| 228 | or to try to call {{{smartctl}}} with option |
| 229 | '{{{-d usbcypress}}}'. If the usb device doesn't support |
| 230 | ATACB, smartmontools will abort. |
| 231 | |
| 232 | ---- |
| 233 | |
| 234 | === Smartmontools for SCSI disks and tapes (TapeAlert) === |
| 235 | |
| 236 | Smartmontools for SCSI disks and tapes (including medium changers) is |
| 237 | discussed on a separate [http://smartmontools.sourceforge.net/smartmontools_scsi.html page]. |
| 238 | |
| 239 | ---- |
| 240 | |
| 241 | == Smartmontools Database == |
| 242 | |
| 243 | ---- |
| 244 | |
| 245 | == Selftests == |
| 246 | |
| 247 | ---- |
| 248 | |
| 249 | === Where can I find manufacturer-specific disk-testing utilities? === |
| 250 | |
| 251 | A good listing of such utilities can be found [http://www.benchmarkhq.ru/english.html?/be_hdd2.html here]. |
| 252 | Unfortunately most of these are for MS operating systems, but most can |
| 253 | be run from a MS-DOS boot disk. |
| 254 | |
| 255 | The [http://ubcd.sourceforge.net/ UBCD (Ultimate Boot CD)] |
| 256 | includes most of these disk-testing utilities and many other useful |
| 257 | diagnostic tools ready to boot from CD or USB memory stick. |
| 258 | The UBCD can be customized by adding other images, like one |
| 259 | [wiki:Download#ListofbootableCDs containing smartmontools]. |
| 260 | |
| 261 | Note: if you do run one of these utilities, and it identifies the |
| 262 | meanings of any SMART Attributes that are not known to smartmontools, |
| 263 | please report them to the |
| 264 | [https://lists.sourceforge.net/lists/listinfo/smartmontools-support smartmontools-support mailing list] |
| 265 | or add the info to [wiki:TocDoc#OurCollectionOnVendorSpecificIssues our info pages on vendor specific SMART Attributes]. |
| 266 | |
| 267 | These utilities have an important role to fill. If your disk has |
| 268 | bad sectors (for example, as revealed by running self-tests with |
| 269 | smartmontools) and the disk is not able to recover the data from those |
| 270 | sectors, then the disk will ''not'' automatically reallocate those |
| 271 | damaged sectors from its set of spare sectors, because |
| 272 | forcing the reallocation to take place may entail some loss of data. |
| 273 | Because the commands that force such reallocation are |
| 274 | ''Vendor Specific'', most manufactuers provide a utility for this |
| 275 | purpose. It may cause data loss but can repair damaged sectors (at |
| 276 | least, until it runs out of replacement sectors). |
| 277 | |
| 278 | ---- |
| 279 | |
| 280 | == Operating System == |
| 281 | |
| 282 | ---- |
| 283 | |
| 284 | === What are the operating system requirements? === |
| 285 | |
| 286 | Please see the first section of the |
| 287 | [http://sourceforge.net/browser/trunk/smartmontools/INSTALL INSTALL] file. |
| 288 | |
| 289 | ---- |
| 290 | |
| 291 | === I found in syslog: 'Can't locate module block-major-65' === |
| 292 | |
| 293 | When I run {{{smartd}}}, the SYSLOG {{{/var/log/messages}}} |
| 294 | contains messages like this: |
| 295 | {{{ |
| 296 | smartd: Reading Device /dev/sdv |
| 297 | modprobe: modprobe: Can't locate module block-major-65 |
| 298 | }}} |
| 299 | |
| 300 | This is because when {{{smartd}}} starts, if there is no |
| 301 | configuration file, it looks for all ATA and SCSI devices to monitor |
| 302 | (matching the pattern {{{/dev/hd[a-t]}}} or |
| 303 | {{{/dev/sd[a-z]}}}). The log messages appear because your |
| 304 | system doesn't have most of these devices. |
| 305 | |
| 306 | The solution is simple: use the {{{smartd}}} configuration file |
| 307 | {{{/etc/smartd.conf}}} to specify which devices to monitor. |
| 308 | |
| 309 | ---- |
| 310 | |
| 311 | == Firmware Issues == |
| 312 | |
| 313 | ---- |
| 314 | |
| 315 | === What's the story on IBM SMART disks? === |
| 316 | |
| 317 | Apparently some of the older SMART firmware on IBM disks can |
| 318 | interfere with the regular operation of the disk. If you have this |
| 319 | problem, here are some links to an IBM Firmware Upgrade that fixes the problem: |
| 320 | |
| 321 | [http://www.geocities.com/dtla_update/ Geocities Site][[BR]] |
| 322 | [http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-42215 IBM Site #1][[BR]] |
| 323 | [http://www-1.ibm.com/support/docview.wss?uid=psg1MIGR-42215 IBM Site #2] |
| 324 | |
| 325 | ---- |
| 326 | |
| 327 | == Distribution == |
| 328 | |
| 329 | ---- |
| 330 | |
| 331 | === Is there a bootable standalone CD or floppy that contains smartmontools? === |
| 332 | |
| 333 | Yes there are. Look to section [http://sourceforge.net/wiki/Download#a4.RunsmartmontoolsfromLive-system Run from Live-system] on the download page. |
| 334 | |
| 335 | ---- |
| 336 | |
| 337 | |
| 338 | |
| 339 | {{{ |
| 340 | #!html |