<?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: Jamaica Array - How to find the failed drive? in Disk</title>
    <link>https://community.hpe.com/t5/disk/jamaica-array-how-to-find-the-failed-drive/m-p/3364759#M4974</link>
    <description>There may be a more elegant way, but you can always use dd and watch the activity lights on the disks.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/cNtNdN of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;Go through your disks one at a time, noting which device file corrseponds to which disk.  The failed disk will give your an I/O error, the rest should complete the dd without problems.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Wed, 25 Aug 2004 10:11:28 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2004-08-25T10:11:28Z</dc:date>
    <item>
      <title>Jamaica Array - How to find the failed drive?</title>
      <link>https://community.hpe.com/t5/disk/jamaica-array-how-to-find-the-failed-drive/m-p/3364757#M4972</link>
      <description>My Server K460 has Jamaica array. Slot A has 3 disks(2 x 4.3 GB, 1x36GB) and slot B has 2 (2x 4.3 GB)disks. server reports that the following disk has failed.&lt;BR /&gt;&lt;BR /&gt;/storage/events/disks/default/8_4.11.0 is &amp;gt;= 3.&lt;BR /&gt;Its current value is SERIOUS(4).&lt;BR /&gt;&lt;BR /&gt;I want to remove the failed one and replace with a new 36GB. How to find the failed one?.&lt;BR /&gt;&lt;BR /&gt;8/4.10.0   1     LVM   vg04    4095   SEAGATE &lt;BR /&gt;ST34573WC&lt;BR /&gt;8/4.11.0   1    Unused   --      0   SEAGATE &lt;BR /&gt;ST34573WC &lt;BR /&gt;8/8.10.0   1     LVM     vg03  35242   SEAGATE &lt;BR /&gt;ST336737LC &lt;BR /&gt;8/8.11.0   1     LVM     vg04   4095   SEAGATE&lt;BR /&gt;ST34573WC &lt;BR /&gt;8/8.9.0   1      LVM     vg04   4095   SEAGATE&lt;BR /&gt;ST34573WC&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Thirumalai&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Aug 2004 10:05:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk/jamaica-array-how-to-find-the-failed-drive/m-p/3364757#M4972</guid>
      <dc:creator>malai2000</dc:creator>
      <dc:date>2004-08-25T10:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Jamaica Array - How to find the failed drive?</title>
      <link>https://community.hpe.com/t5/disk/jamaica-array-how-to-find-the-failed-drive/m-p/3364758#M4973</link>
      <description>One way: &lt;BR /&gt;&lt;BR /&gt;Start doing a dd for each drive - 1 at a time:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/cXtXdX of=/dev/null&lt;BR /&gt;&lt;BR /&gt;Watch the lights - the failed one should fail....&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 25 Aug 2004 10:10:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk/jamaica-array-how-to-find-the-failed-drive/m-p/3364758#M4973</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-08-25T10:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Jamaica Array - How to find the failed drive?</title>
      <link>https://community.hpe.com/t5/disk/jamaica-array-how-to-find-the-failed-drive/m-p/3364759#M4974</link>
      <description>There may be a more elegant way, but you can always use dd and watch the activity lights on the disks.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/cNtNdN of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;Go through your disks one at a time, noting which device file corrseponds to which disk.  The failed disk will give your an I/O error, the rest should complete the dd without problems.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 25 Aug 2004 10:11:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk/jamaica-array-how-to-find-the-failed-drive/m-p/3364759#M4974</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-08-25T10:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Jamaica Array - How to find the failed drive?</title>
      <link>https://community.hpe.com/t5/disk/jamaica-array-how-to-find-the-failed-drive/m-p/3364760#M4975</link>
      <description>You should also be aware that, if the failed disk is one of the smaller ones, it may require re-creation of the volume group in order to utilize the new, larger device, due to the max PE per PV settings that already exist.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 25 Aug 2004 10:12:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk/jamaica-array-how-to-find-the-failed-drive/m-p/3364760#M4975</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-08-25T10:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Jamaica Array - How to find the failed drive?</title>
      <link>https://community.hpe.com/t5/disk/jamaica-array-how-to-find-the-failed-drive/m-p/3364761#M4976</link>
      <description>Hi Thirumalai,&lt;BR /&gt;&lt;BR /&gt;The being marked as Unused is failing (4,5 GB disk). It is on of the disks in slot B, you could use the dd command ( look at the led's in the cabinet) to find the exact disk.&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdks/cxtydz of=/dev/null bs=512k&lt;BR /&gt;change xyz for your device files.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Aug 2004 10:16:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk/jamaica-array-how-to-find-the-failed-drive/m-p/3364761#M4976</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-08-25T10:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Jamaica Array - How to find the failed drive?</title>
      <link>https://community.hpe.com/t5/disk/jamaica-array-how-to-find-the-failed-drive/m-p/3364762#M4977</link>
      <description>Two ways that I can think of...&lt;BR /&gt;&lt;BR /&gt;1. Check the dip switch settings on the back of the Jamaica cabinet. Your failed disk is address 11 in slot B(2 disks). 11 is binary 1011 so look for that switch combination.&lt;BR /&gt;&lt;BR /&gt;2. Identify the good disk in slot B by running the following:&lt;BR /&gt;ioscan -funC disk&lt;BR /&gt; get the disk name for path 8/4.10.0&lt;BR /&gt;dd if=/dev/rdsk/c?t10d0 of=/dev/null bs=64k&lt;BR /&gt;This will illuminate the activity light on the good disk, the other is the failed one.&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;John</description>
      <pubDate>Wed, 25 Aug 2004 10:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk/jamaica-array-how-to-find-the-failed-drive/m-p/3364762#M4977</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2004-08-25T10:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Jamaica Array - How to find the failed drive?</title>
      <link>https://community.hpe.com/t5/disk/jamaica-array-how-to-find-the-failed-drive/m-p/3364763#M4978</link>
      <description>hi, &lt;BR /&gt; &lt;BR /&gt;look at the back of your server, locate SCSI card 8/4, follow the cable to the Jamaica box.  At the back of that Jamaica box locate the disk with SCSI address 11. &lt;BR /&gt;  &lt;BR /&gt;Note: two bus addresses used 8/4 &amp;amp; 8/8 --&amp;gt; Jamaica box split up in 2 halves, 2 Jamaica boxes,  or internal disks ? &lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry</description>
      <pubDate>Wed, 25 Aug 2004 10:43:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk/jamaica-array-how-to-find-the-failed-drive/m-p/3364763#M4978</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2004-08-25T10:43:40Z</dc:date>
    </item>
  </channel>
</rss>

