| 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 | |
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 /> |