Changes between Version 3 and Version 4 of FAQ


Ignore:
Timestamp:
Sep 14, 2009, 1:01:39 PM (15 years ago)
Author:
Gabriele Pohl
Comment:

Transform HTML to Wiki-Syntax

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v3 v4  
    201201----
    202202
     203=== I found in syslog: 'Can't locate module block-major-65' ===
     204
     205When I run {{{smartd}}}, the SYSLOG {{{/var/log/messages}}}
     206contains messages like this:
     207{{{
     208smartd: Reading Device /dev/sdv
     209modprobe: modprobe: Can't locate module block-major-65
     210}}}
     211
     212This is because when {{{smartd}}} starts, if there is no
     213configuration 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
     216system doesn't have most of these devices.
     217
     218The solution is simple: use the {{{smartd}}} configuration file
     219{{{/etc/smartd.conf}}} to specify which devices to monitor.
     220
     221----
     222
    203223== Firmware Issues ==
     224
     225----
     226
     227=== What's the story on IBM SMART disks? ===
     228
     229Apparently some of the older SMART firmware on IBM disks can
     230interfere with the regular operation of the disk. If you have this
     231problem, 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]
    204236
    205237----
     
    211243{{{
    212244#!html
    213 
    214 
    215 
    216 <!-- Can't locate module block-major-65 -->
    217 <h3><a name="block-major-65"></a>I found in syslog: '<span class="code">Can't locate module block-major-65</span>'</h3>
    218 
    219 <p>When I run <tt>smartd</tt>, the SYSLOG <span class="code">/var/log/messages</span>
    220 contains messages like this:
    221 <br />'<span class="code">smartd: Reading Device /dev/sdv
    222 modprobe: modprobe: Can't locate module block-major-65</span>'</p>
    223 
    224 <p>This is because when <tt>smartd</tt> starts, if there is no
    225 configuration file, it looks for all ATA and SCSI devices to monitor
    226 (matching the pattern <tt>/dev/hd[a-t]</tt> or
    227 <tt>/dev/sd[a-z]</tt>). The log messages appear because your
    228 system doesn't have most of these devices.</p>
    229 
    230 <p>The solution is simple: use the <tt>smartd</tt> configuration file
    231 <tt>/etc/smartd.conf</tt> to specify which devices to monitor.</p>
    232 
    233 <hr />
    234 
    235 <!-- IBM-Firmware -->
    236 <h3><a name="ibm-firmware"></a>What's the story on IBM SMART disks?</h3>
    237 
    238 <p>Apparently some of the older SMART firmware on IBM disks can
    239 interfere with the regular operation of the disk. If you have this
    240 problem, here are some links to an IBM Firmware Upgrade that fixes the problem:</p>
    241 <ul>
    242     <li><a href="http://www.geocities.com/dtla_update/"><img src="pics/linkext.gif" width="11" height="11" border="0" alt="extLink: " />Geocities Site</a></li>
    243     <li><a href="http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-42215"><img src="pics/linkext.gif" width="11" height="11" border="0" alt="extLink: " />IBM Site #1</a></li>
    244     <li><a href="http://www-1.ibm.com/support/docview.wss?uid=psg1MIGR-42215"><img src="pics/linkext.gif" width="11" height="11" border="0" alt="extLink: " />IBM Site #2</a></li>
    245 
    246 </ul>
    247 <hr />
    248245
    249246<!-- Check Signature -->