<?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: faulty disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/faulty-disk/m-p/4862511#M396809</link>
    <description>Hi Lawrenzo,&lt;BR /&gt;&lt;BR /&gt;We had a similar alert about disk on our system.&lt;BR /&gt;&lt;BR /&gt;When I checked with ioscan it did not report any hardware failure and showed as claimed. &lt;BR /&gt;&lt;BR /&gt;As other suggested I checked in the syslog for any error messagaes (like power failure...). But syslog did not report any message about the disk.&lt;BR /&gt;&lt;BR /&gt;The first test is to see if there is any amber/red light on the disk array or the disk.&lt;BR /&gt;&lt;BR /&gt;If there is not such light then the disk as a whole is fine but it could be that the disk has few stale blocks, which is of no good.&lt;BR /&gt;&lt;BR /&gt;The next test is to check with dd.&lt;BR /&gt;dd if=/dev/dsk/c6t9d0(faulty disk) of=/dev/null bs=1024k&lt;BR /&gt;and watch the lcd lights on the disk and see which ones are out of sync.&lt;BR /&gt;&lt;BR /&gt;You can also try &lt;BR /&gt;pvdisplay -v /dev/dsk/c6t9d0 | more&lt;BR /&gt;Then use cstm tool to check the error log and you might find someting like this&lt;BR /&gt;Error Logs&lt;BR /&gt;   Total Retries:          1333    Buffer Overruns:        N/A&lt;BR /&gt;   Read Reverse Errors:      N/A    Buffer Underruns:       N/A&lt;BR /&gt;   Write Errors:               2    Non-Medium Errors:        5&lt;BR /&gt;   Verify Errors:              0&lt;BR /&gt;&lt;BR /&gt;In this case you must log a call with HP to replace the faulty disk. In which case as Sri mentioned you will have to do the following after replacing the disk.&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n /dev/vg01 /dev/rdsk/c6t9d0&lt;BR /&gt;vgchange -a y /dev/vg01&lt;BR /&gt;vgsync /dev/vg01&lt;BR /&gt;&lt;BR /&gt;Indira A&lt;BR /&gt;</description>
    <pubDate>Sun, 26 Sep 2004 20:48:49 GMT</pubDate>
    <dc:creator>Indira Aramandla</dc:creator>
    <dc:date>2004-09-26T20:48:49Z</dc:date>
    <item>
      <title>faulty disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/faulty-disk/m-p/4862506#M396804</link>
      <description>I have been alerted to a faulty disk through monitoring software,&lt;BR /&gt;&lt;BR /&gt;ioscan shows no hardware and I have located the disk to be in vg01.&lt;BR /&gt;&lt;BR /&gt;what else can I do to gather more information and check on the faulty disk?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Sat, 25 Sep 2004 20:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/faulty-disk/m-p/4862506#M396804</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2004-09-25T20:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: faulty disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/faulty-disk/m-p/4862507#M396805</link>
      <description>Hi Lawrenzo,&lt;BR /&gt;&lt;BR /&gt;Check for "POWERFAILED" messages in syslog.log. 'vgdisplay -v' should show you the status of the failed disks as "unavailable". &lt;BR /&gt;&lt;BR /&gt;If this is not a mirror disk, then you may have to restore the data from the backups. If the disk is not hot-pluggable, then you will have to shutdown the system, replace the disk and bring the system. vg01 will not be activated due to failed disk. Once the system is backup, Do&lt;BR /&gt;&lt;BR /&gt;#vgcfgrestore -n /dev/vg01 /dev/rdsk/cxtydz&lt;BR /&gt;#vgchange -a y vg01&lt;BR /&gt;&lt;BR /&gt;Data will be lost on all the filesystems that share  (lvdisplay output) this disk. You may have to do a 'newfs' on those logical volumes, mount them and then restore the data.&lt;BR /&gt;&lt;BR /&gt;Sometimes, reseating the disks may help. You can try it before you attempt the above procedure.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sat, 25 Sep 2004 21:36:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/faulty-disk/m-p/4862507#M396805</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-25T21:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: faulty disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/faulty-disk/m-p/4862508#M396806</link>
      <description>Super - thanks a millions Sri, I have a few idea's where to look and this helps me much more.&lt;BR /&gt;&lt;BR /&gt;Lawrenzo.</description>
      <pubDate>Sat, 25 Sep 2004 22:13:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/faulty-disk/m-p/4862508#M396806</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2004-09-25T22:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: faulty disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/faulty-disk/m-p/4862509#M396807</link>
      <description>Another common syslog message involves the term lbolt.&lt;BR /&gt;&lt;BR /&gt;That error will occur when a powerfail has not happened. It will be pretty obvious in syslog.log that a disk has failed.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 25 Sep 2004 22:48:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/faulty-disk/m-p/4862509#M396807</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-09-25T22:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: faulty disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/faulty-disk/m-p/4862510#M396808</link>
      <description>diskinfo  /dev/dsk/cxtxdx</description>
      <pubDate>Sun, 26 Sep 2004 19:32:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/faulty-disk/m-p/4862510#M396808</guid>
      <dc:creator>Isaac Loven_4</dc:creator>
      <dc:date>2004-09-26T19:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: faulty disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/faulty-disk/m-p/4862511#M396809</link>
      <description>Hi Lawrenzo,&lt;BR /&gt;&lt;BR /&gt;We had a similar alert about disk on our system.&lt;BR /&gt;&lt;BR /&gt;When I checked with ioscan it did not report any hardware failure and showed as claimed. &lt;BR /&gt;&lt;BR /&gt;As other suggested I checked in the syslog for any error messagaes (like power failure...). But syslog did not report any message about the disk.&lt;BR /&gt;&lt;BR /&gt;The first test is to see if there is any amber/red light on the disk array or the disk.&lt;BR /&gt;&lt;BR /&gt;If there is not such light then the disk as a whole is fine but it could be that the disk has few stale blocks, which is of no good.&lt;BR /&gt;&lt;BR /&gt;The next test is to check with dd.&lt;BR /&gt;dd if=/dev/dsk/c6t9d0(faulty disk) of=/dev/null bs=1024k&lt;BR /&gt;and watch the lcd lights on the disk and see which ones are out of sync.&lt;BR /&gt;&lt;BR /&gt;You can also try &lt;BR /&gt;pvdisplay -v /dev/dsk/c6t9d0 | more&lt;BR /&gt;Then use cstm tool to check the error log and you might find someting like this&lt;BR /&gt;Error Logs&lt;BR /&gt;   Total Retries:          1333    Buffer Overruns:        N/A&lt;BR /&gt;   Read Reverse Errors:      N/A    Buffer Underruns:       N/A&lt;BR /&gt;   Write Errors:               2    Non-Medium Errors:        5&lt;BR /&gt;   Verify Errors:              0&lt;BR /&gt;&lt;BR /&gt;In this case you must log a call with HP to replace the faulty disk. In which case as Sri mentioned you will have to do the following after replacing the disk.&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n /dev/vg01 /dev/rdsk/c6t9d0&lt;BR /&gt;vgchange -a y /dev/vg01&lt;BR /&gt;vgsync /dev/vg01&lt;BR /&gt;&lt;BR /&gt;Indira A&lt;BR /&gt;</description>
      <pubDate>Sun, 26 Sep 2004 20:48:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/faulty-disk/m-p/4862511#M396809</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2004-09-26T20:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: faulty disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/faulty-disk/m-p/4862512#M396810</link>
      <description>thanks</description>
      <pubDate>Sun, 21 Nov 2004 05:46:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/faulty-disk/m-p/4862512#M396810</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2004-11-21T05:46:22Z</dc:date>
    </item>
  </channel>
</rss>

