<?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: HOw to activate scsi hard disk in Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-activate-scsi-hard-disk-in-linux/m-p/5279028#M59744</link>
    <description>Its SuSE and there is no LVM mirroring.&lt;BR /&gt;&lt;BR /&gt;I'm going to reboot the server. Do you think does it resolve the problem?&lt;BR /&gt;</description>
    <pubDate>Mon, 11 Apr 2011 04:54:21 GMT</pubDate>
    <dc:creator>Jeeshan</dc:creator>
    <dc:date>2011-04-11T04:54:21Z</dc:date>
    <item>
      <title>HOw to activate scsi hard disk in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-activate-scsi-hard-disk-in-linux/m-p/5279026#M59742</link>
      <description>I have two hard drive in my linux box and both are mirrored and used for swap.&lt;BR /&gt;&lt;BR /&gt;suddenly i found the one hdd is disappear and found something.&lt;BR /&gt;&lt;BR /&gt;from dmesg:&lt;BR /&gt;end_request: I/O error, dev sda, sector 0&lt;BR /&gt;Buffer I/O error on device sda, logical block 0&lt;BR /&gt;Buffer I/O error on device sda, logical block 1&lt;BR /&gt;Buffer I/O error on device sda, logical block 2&lt;BR /&gt;Buffer I/O error on device sda, logical block 3&lt;BR /&gt;sd 0:0:0:0: SCSI error: return code = 0x00040000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;from mdstat:&lt;BR /&gt;&lt;BR /&gt;cat /proc/mdstat&lt;BR /&gt;Personalities :&lt;BR /&gt;unused devices: &lt;NONE&gt;&lt;BR /&gt;&lt;BR /&gt;from lsscsi:&lt;BR /&gt;&lt;BR /&gt;lsscsi&lt;BR /&gt;[0:0:0:0]    disk    ATA      SAMSUNG HD080HJ  WT10  /dev/sda&lt;BR /&gt;[3:0:0:0]    disk    ATA      SAMSUNG HD080HJ  WT10  /dev/sdb&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;do anyone have any idea how to activate hdd in Linux?&lt;/NONE&gt;</description>
      <pubDate>Mon, 11 Apr 2011 01:56:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-activate-scsi-hard-disk-in-linux/m-p/5279026#M59742</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2011-04-11T01:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: HOw to activate scsi hard disk in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-activate-scsi-hard-disk-in-linux/m-p/5279027#M59743</link>
      <description>Sorry, but your /proc/mdstat looks like there is actually no MD software RAID running at all (mirroring or otherwise).&lt;BR /&gt;&lt;BR /&gt;Even if one half of a mirror set had failed, the output should be something like this:&lt;BR /&gt;(this is actual output from a system that currently has a mirror set with one half missing)&lt;BR /&gt;&lt;BR /&gt;# cat /proc/mdstat&lt;BR /&gt;Personalities : [raid1] &lt;BR /&gt;md0 : active raid1 sda2[0]&lt;BR /&gt;      117116304 blocks super 1.2 [2/1] [U_]&lt;BR /&gt;&lt;BR /&gt;But Linux systems can have more than one way of setting up disk mirroring.&lt;BR /&gt;&lt;BR /&gt;What is the name and version of your Linux distribution?&lt;BR /&gt;&lt;BR /&gt;For example, if you're running RHEL 4 or later, you might have been using LVM-based mirroring (instead of the usual MD software RAID). LVM-based mirroring is not as well-tested as the MD-based version and requires a third device for the mirror log, but it's much easier to set up if the system has already been installed. &lt;BR /&gt;&lt;BR /&gt;Please post the output of this command to confirm the state of your possible LVM-based mirror:&lt;BR /&gt;vgs -P -o +devices&lt;BR /&gt;&lt;BR /&gt;When a LVM mirror fails, the default behavior of the LVM mirror set is to automatically reduce the failing half of the mirror - so the mirror set becomes a regular LVM physical volume located on the disk that is still working OK.&lt;BR /&gt;&lt;BR /&gt;To re-establish a LVM-level mirror, I think the procedure is the same as when originally setting it up. &lt;BR /&gt;&lt;BR /&gt;The message&lt;BR /&gt;sd 0:0:0:0: SCSI error: return code = 0x00040000&lt;BR /&gt;seems to mean DID_BAD_TARGET: in other words, the disk seems to be completely gone. Trying to "activate" a disk that has a hardware failure is very likely useless. Take a full backup and replace the failed disk before trying anything else.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 11 Apr 2011 04:43:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-activate-scsi-hard-disk-in-linux/m-p/5279027#M59743</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-04-11T04:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: HOw to activate scsi hard disk in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-activate-scsi-hard-disk-in-linux/m-p/5279028#M59744</link>
      <description>Its SuSE and there is no LVM mirroring.&lt;BR /&gt;&lt;BR /&gt;I'm going to reboot the server. Do you think does it resolve the problem?&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2011 04:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-activate-scsi-hard-disk-in-linux/m-p/5279028#M59744</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2011-04-11T04:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: HOw to activate scsi hard disk in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-activate-scsi-hard-disk-in-linux/m-p/5279029#M59745</link>
      <description>It's worth a try. But generally, if the HDD has failed, you should prepare to replace it.&lt;BR /&gt;&lt;BR /&gt;If the HDD's internal firmware diagnostic determines the drive is not usable, then the drive often "disappears" from the bus. At that point, normal operating systems can no longer access the disk at all; special diagnostic software and/or hardware may be required to even try to read the failing disk. &lt;BR /&gt;&lt;BR /&gt;For the purposes of a normal sysadmin, such a HDD is completely "dead" and must be replaced.&lt;BR /&gt;&lt;BR /&gt;If the disk comes back when the system is rebooted, you should make a complete backup ASAP: a disk that has completely failed once should be considered unreliable. The only exception is if the failure is caused by a known disk firmware bug: in that case, once the appropriate firmware update is applied, the disk can generally be expected to be good for its normal lifetime.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 11 Apr 2011 08:23:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-activate-scsi-hard-disk-in-linux/m-p/5279029#M59745</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-04-11T08:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: HOw to activate scsi hard disk in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-activate-scsi-hard-disk-in-linux/m-p/5279030#M59746</link>
      <description>HI Matti&lt;BR /&gt;&lt;BR /&gt;thanks for your valuable time.&lt;BR /&gt;&lt;BR /&gt;The disk has been reappear after reboot.&lt;BR /&gt;&lt;BR /&gt;I have  no idea why this happened.&lt;BR /&gt;&lt;BR /&gt;I'll let you know once i get the root cause.</description>
      <pubDate>Mon, 11 Apr 2011 22:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-activate-scsi-hard-disk-in-linux/m-p/5279030#M59746</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2011-04-11T22:16:12Z</dc:date>
    </item>
  </channel>
</rss>

