<?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: Possible disk failure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-disk-failure/m-p/2672524#M644261</link>
    <description>I always start with a &lt;BR /&gt;pvdisplay -v /dev/dsk/c2t0d0&lt;BR /&gt;If there is a problem reading a disk it &lt;BR /&gt;will throw up on you here</description>
    <pubDate>Wed, 27 Feb 2002 14:23:07 GMT</pubDate>
    <dc:creator>Mark Mitchell</dc:creator>
    <dc:date>2002-02-27T14:23:07Z</dc:date>
    <item>
      <title>Possible disk failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-disk-failure/m-p/2672523#M644260</link>
      <description>Is there a command that I could run that would tell me if there is a problem with one of the hard drives?  I am thinking 'diskinfo' or 'lvlnboot -v'?  I don't have access to an HP system today so I cannot test various commands.  Just wondering if someone knew off the top of their head.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 27 Feb 2002 14:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-disk-failure/m-p/2672523#M644260</guid>
      <dc:creator>Sally  Devine</dc:creator>
      <dc:date>2002-02-27T14:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Possible disk failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-disk-failure/m-p/2672524#M644261</link>
      <description>I always start with a &lt;BR /&gt;pvdisplay -v /dev/dsk/c2t0d0&lt;BR /&gt;If there is a problem reading a disk it &lt;BR /&gt;will throw up on you here</description>
      <pubDate>Wed, 27 Feb 2002 14:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-disk-failure/m-p/2672524#M644261</guid>
      <dc:creator>Mark Mitchell</dc:creator>
      <dc:date>2002-02-27T14:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Possible disk failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-disk-failure/m-p/2672525#M644262</link>
      <description>Sally,&lt;BR /&gt;&lt;BR /&gt;The STM suite, like cstm, xstm, or stm...&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 27 Feb 2002 14:23:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-disk-failure/m-p/2672525#M644262</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-02-27T14:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Possible disk failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-disk-failure/m-p/2672526#M644263</link>
      <description>Hi Sally,&lt;BR /&gt;&lt;BR /&gt;A lot of options:&lt;BR /&gt;&lt;BR /&gt;1) Check the hardware errors with Online Diag (STM). Commands - mstm, cstm, xstm&lt;BR /&gt;&lt;BR /&gt;2) Check hardware status through ioscan -fnC disk.&lt;BR /&gt;&lt;BR /&gt;3) Check disk with dd command&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/cxtydz of=/dev/null.&lt;BR /&gt;&lt;BR /&gt;4) Check with diskinfo&lt;BR /&gt;&lt;BR /&gt;5) Use fsck command for file system check.&lt;BR /&gt;&lt;BR /&gt;Also lvlnboot -v command is for only root disk. This can be used to get information of root, boot, swap and dump LVs.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Wed, 27 Feb 2002 14:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-disk-failure/m-p/2672526#M644263</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-02-27T14:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Possible disk failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-disk-failure/m-p/2672527#M644264</link>
      <description>The system message buffer will show hardware errors, but as this is a rotating buffer, and has no date-timestamp, it sometimes is a little difficult to use to diagnose the start time of the problem. Call "dmesg" and have a look what it gives you. Syslogd should also report something to the system log. &lt;BR /&gt;A call to "vgdisplay -v" is also useful, as any disk that cannot be queried shows up very quickly.&lt;BR /&gt;Lastly: perform a dd to /dev/null as follows:&lt;BR /&gt;dd if=/dev/dsk/cxtxdx of=/dev/null bs=1024k&lt;BR /&gt;This will force a read of the suspect disk and show up any I/O problems.</description>
      <pubDate>Wed, 27 Feb 2002 14:29:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-disk-failure/m-p/2672527#M644264</guid>
      <dc:creator>Jakes Louw_1</dc:creator>
      <dc:date>2002-02-27T14:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Possible disk failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-disk-failure/m-p/2672528#M644265</link>
      <description>Hi Sally, &lt;BR /&gt;&lt;BR /&gt;You can try "diskinfo -v /dev/rdsk/cxtydz". You can also try "pvdisplay -v /dev/dsk/cxtydz" if this disk is part of a vg.&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Feb 2002 14:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-disk-failure/m-p/2672528#M644265</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-27T14:30:23Z</dc:date>
    </item>
  </channel>
</rss>

