<?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 dentify bad disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-dentify-bad-disk/m-p/4908291#M405641</link>
    <description>You can run dd command and try to read every block from disk. If it fails you are sure that disk is bad.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/cxtxdx of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;man dd for details.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
    <pubDate>Tue, 21 Jun 2005 11:47:30 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2005-06-21T11:47:30Z</dc:date>
    <item>
      <title>How to dentify bad disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-dentify-bad-disk/m-p/4908289#M405639</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is there away to send a signal that will make a disk bad/good flash so that it is easliy identified?  This would be on a local scsi disk on an rx7620.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;diane</description>
      <pubDate>Tue, 21 Jun 2005 11:44:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-dentify-bad-disk/m-p/4908289#M405639</guid>
      <dc:creator>Diane M. Morin</dc:creator>
      <dc:date>2005-06-21T11:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to dentify bad disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-dentify-bad-disk/m-p/4908290#M405640</link>
      <description>ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;It will show NO_HW if the disk has power but has failed.&lt;BR /&gt;&lt;BR /&gt;I've attached a script that does what you need.&lt;BR /&gt;&lt;BR /&gt;Please make sure you change the email address in this script. If not it will email me at my old job, which I no longer have.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 21 Jun 2005 11:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-dentify-bad-disk/m-p/4908290#M405640</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-21T11:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to dentify bad disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-dentify-bad-disk/m-p/4908291#M405641</link>
      <description>You can run dd command and try to read every block from disk. If it fails you are sure that disk is bad.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/cxtxdx of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;man dd for details.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 21 Jun 2005 11:47:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-dentify-bad-disk/m-p/4908291#M405641</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-06-21T11:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to dentify bad disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-dentify-bad-disk/m-p/4908292#M405642</link>
      <description>Thank you all,&lt;BR /&gt;&lt;BR /&gt;But how do I id the disk if there is more than 1 on the local system?  Let's say &lt;BR /&gt;you have /dev/dsk/c0t6d0 and /dev/dsk/c3t6d0.  And I know that c3t6d0 is bad.  Now I go out to the system and look at it.  Which one is the broken one?  Can I make the led flash on the good drive so I don't accidentally replace it.&lt;BR /&gt;&lt;BR /&gt;I guess dd will work if I'm standing in front of the system and watch for disk activity.&lt;BR /&gt;&lt;BR /&gt;Thanks again.  &lt;BR /&gt;&lt;BR /&gt;ps All my disk are running, I'm just curious if there's a command.</description>
      <pubDate>Tue, 21 Jun 2005 11:58:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-dentify-bad-disk/m-p/4908292#M405642</guid>
      <dc:creator>Diane M. Morin</dc:creator>
      <dc:date>2005-06-21T11:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to dentify bad disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-dentify-bad-disk/m-p/4908293#M405643</link>
      <description>FYI:  On HP Tru64 the following command will make use of the disk activity light and blink repeatly for n seconds.&lt;BR /&gt;&lt;BR /&gt;hwmgr locate component -id 56 -time 30&lt;BR /&gt;&lt;BR /&gt;diane</description>
      <pubDate>Tue, 21 Jun 2005 12:24:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-dentify-bad-disk/m-p/4908293#M405643</guid>
      <dc:creator>Diane M. Morin</dc:creator>
      <dc:date>2005-06-21T12:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to dentify bad disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-dentify-bad-disk/m-p/4908294#M405644</link>
      <description>Diane,&lt;BR /&gt;&lt;BR /&gt;There is no way to flash an LED or do something to the same meaning that you can do from the HPUX. Even though dd (with a read from this drive and write to null, i.e., if=/dev/rdsk/cXtXdX of=/dev/null) can give an indication but for a totally powerfailed drive or on a busy system, where all the drives are being hammered by constant access, this dd may not be trusted.&lt;BR /&gt;&lt;BR /&gt;The trust comes from knowing the device h/w paths. Unfortunately, there is no single document I could find which identifies every system/model of PA-RISC or Itanium systems' h/w paths. You may need to dig that up from your HP support engineers or from the owners of other systems.&lt;BR /&gt;&lt;BR /&gt;when you run ioscan, you see the h/w paths as something like 0/0/1/1.0.0 from the following example:&lt;BR /&gt;&lt;BR /&gt;Class     I  H/W Path     Driver S/W State   H/W Type     Description&lt;BR /&gt;=====================================================================&lt;BR /&gt;disk      1  0/0/1/1.0.0  sdisk CLAIMED     DEVICE       SEAGATE ST336704LC&lt;BR /&gt;                         /dev/dsk/c1t0d0   /dev/rdsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;this hardware paths directly identifies one single drive and depending on your server's particular model you can tell which device is this one.&lt;BR /&gt;&lt;BR /&gt;On the newer servers, there are even inscribed markings of drive paths and/or scsi id's to tell you which drive is which if the drive is externally accesible.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Tue, 21 Jun 2005 12:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-dentify-bad-disk/m-p/4908294#M405644</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-06-21T12:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to dentify bad disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-dentify-bad-disk/m-p/4908295#M405645</link>
      <description>Oh well.  Next time I'm in my remote lab, I'll look at the front panel and see if there are any id's.  &lt;BR /&gt;&lt;BR /&gt;Thank you for all the help.&lt;BR /&gt;&lt;BR /&gt;diane&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jun 2005 12:40:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-dentify-bad-disk/m-p/4908295#M405645</guid>
      <dc:creator>Diane M. Morin</dc:creator>
      <dc:date>2005-06-21T12:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to dentify bad disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-dentify-bad-disk/m-p/4908296#M405646</link>
      <description>No command on HP-UX.</description>
      <pubDate>Tue, 21 Jun 2005 12:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-dentify-bad-disk/m-p/4908296#M405646</guid>
      <dc:creator>Diane M. Morin</dc:creator>
      <dc:date>2005-06-21T12:41:21Z</dc:date>
    </item>
  </channel>
</rss>

