<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: RedHat 4 Kernel reporting bad sectors on DL385 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/redhat-4-kernel-reporting-bad-sectors-on-dl385/m-p/3980839#M27827</link>
    <description>Matti,&lt;BR /&gt;&lt;BR /&gt; just checked the server and YES there was a CD in the CD-Drive bay. I was also confussed to why the Kernel was talking about HDA devices, as the first internal disk is known as /dev/sda etc. &lt;BR /&gt;&lt;BR /&gt;The CD must have bad sectors on it? I dont understand why the CD-drive was being accesed other than at boot time???&lt;BR /&gt;&lt;BR /&gt;Many thanks guys.&lt;BR /&gt;&lt;BR /&gt;R.&lt;BR /&gt;Nigel.</description>
    <pubDate>Fri, 13 Apr 2007 09:35:52 GMT</pubDate>
    <dc:creator>NIGEL WHITE_2</dc:creator>
    <dc:date>2007-04-13T09:35:52Z</dc:date>
    <item>
      <title>RedHat 4 Kernel reporting bad sectors on DL385</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-4-kernel-reporting-bad-sectors-on-dl385/m-p/3980836#M27824</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;  I'm seeing the following Kernel error message for my Server (HP Proliant DL385) running RedHat 4:&lt;BR /&gt;&lt;BR /&gt;--------------------- Kernel Begin ------------------------ &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;WARNING:  Kernel Errors Present&lt;BR /&gt;     Error: Medium error --...:  17 Time(s)&lt;BR /&gt;     Unrecovered read error -- (asc=0x11, as...:  17 Time(s)&lt;BR /&gt;   Buffer I/O error on device hda, l...:  34 Time(s)&lt;BR /&gt;   end_request: I/O error, dev hda, sector...:  17 Time(s)&lt;BR /&gt;   hda: irq timeout: error=0xd0LastFailedSe...:  9 Time(s)&lt;BR /&gt;   hda: media error (bad sector): er...:  17 Time(s)&lt;BR /&gt;   hda: media error (bad sector): st...:  17 Time(s)&lt;BR /&gt;&lt;BR /&gt; ---------------------- Kernel End ------------------------- &lt;BR /&gt;&lt;BR /&gt;Apart from the obviouse (run fsck in rescue mode), are there any other tools I can run on the box that will put my mind at rest?&lt;BR /&gt;&lt;BR /&gt;The Servers Internal Drives (72.G) are mirrored  with the OS installed in a LVM Volume Group vg00, and all other LVM's are built on LUNS from a HP-EVA 6000.&lt;BR /&gt;&lt;BR /&gt;Should I be worried, as some people are saying the Kernel can sometimes be misleading??&lt;BR /&gt;&lt;BR /&gt;R.&lt;BR /&gt;Nigel</description>
      <pubDate>Fri, 13 Apr 2007 07:21:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-4-kernel-reporting-bad-sectors-on-dl385/m-p/3980836#M27824</guid>
      <dc:creator>NIGEL WHITE_2</dc:creator>
      <dc:date>2007-04-13T07:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat 4 Kernel reporting bad sectors on DL385</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-4-kernel-reporting-bad-sectors-on-dl385/m-p/3980837#M27825</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Nigel, the disk is bad, replace it.&lt;BR /&gt;&lt;BR /&gt;fsck will not help.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 13 Apr 2007 08:13:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-4-kernel-reporting-bad-sectors-on-dl385/m-p/3980837#M27825</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-04-13T08:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat 4 Kernel reporting bad sectors on DL385</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-4-kernel-reporting-bad-sectors-on-dl385/m-p/3980838#M27826</link>
      <description>Note that the device is "hda", i.e. an IDE/ATA device. Most likely this is the CDROM drive of your server, as it is the only traditional IDE/ATA device in the server. &lt;BR /&gt;&lt;BR /&gt;External SCSI and all SATA disks tend to use /dev/sd* names, and the SmartArray RAID is usually /dev/cciss/*.&lt;BR /&gt;&lt;BR /&gt;Type "hdparm -i /dev/hda" to get some identification information about the drive. That should help to confirm that the drive is a CD-ROM drive.&lt;BR /&gt;&lt;BR /&gt;As the CDROM drive of a DL385 server is a laptop-like "slim-line" drive, ensure that the disk is correctly placed on the hub in the drive tray. &lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 13 Apr 2007 08:40:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-4-kernel-reporting-bad-sectors-on-dl385/m-p/3980838#M27826</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-04-13T08:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat 4 Kernel reporting bad sectors on DL385</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-4-kernel-reporting-bad-sectors-on-dl385/m-p/3980839#M27827</link>
      <description>Matti,&lt;BR /&gt;&lt;BR /&gt; just checked the server and YES there was a CD in the CD-Drive bay. I was also confussed to why the Kernel was talking about HDA devices, as the first internal disk is known as /dev/sda etc. &lt;BR /&gt;&lt;BR /&gt;The CD must have bad sectors on it? I dont understand why the CD-drive was being accesed other than at boot time???&lt;BR /&gt;&lt;BR /&gt;Many thanks guys.&lt;BR /&gt;&lt;BR /&gt;R.&lt;BR /&gt;Nigel.</description>
      <pubDate>Fri, 13 Apr 2007 09:35:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-4-kernel-reporting-bad-sectors-on-dl385/m-p/3980839#M27827</guid>
      <dc:creator>NIGEL WHITE_2</dc:creator>
      <dc:date>2007-04-13T09:35:52Z</dc:date>
    </item>
  </channel>
</rss>

