<?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 Checking a Raw Partition in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-a-raw-partition/m-p/3775559#M783313</link>
    <description>I'm running Informix IDS 9.40.FC5 on HPUX 11.11. I suspect I may have a problem with one of the raw partitions. How can I check the partitions, since normal disk checking is useless. Thank you.</description>
    <pubDate>Fri, 21 Apr 2006 07:23:58 GMT</pubDate>
    <dc:creator>Kevin Keller_2</dc:creator>
    <dc:date>2006-04-21T07:23:58Z</dc:date>
    <item>
      <title>Checking a Raw Partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-a-raw-partition/m-p/3775559#M783313</link>
      <description>I'm running Informix IDS 9.40.FC5 on HPUX 11.11. I suspect I may have a problem with one of the raw partitions. How can I check the partitions, since normal disk checking is useless. Thank you.</description>
      <pubDate>Fri, 21 Apr 2006 07:23:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-a-raw-partition/m-p/3775559#M783313</guid>
      <dc:creator>Kevin Keller_2</dc:creator>
      <dc:date>2006-04-21T07:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a Raw Partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-a-raw-partition/m-p/3775560#M783314</link>
      <description>Shalom Kevin,&lt;BR /&gt;&lt;BR /&gt;Two choices:&lt;BR /&gt;&lt;BR /&gt;1) A utility provided by Informix (I had SAG Adabas raw in a previous job and we had utilities for checking)&lt;BR /&gt;&lt;BR /&gt;2) dmesg -  # followed by a dmesg &lt;BR /&gt;&lt;BR /&gt;If there are messages involving the physical disks the raw partition is sitting on, then you are correct.&lt;BR /&gt;&lt;BR /&gt;pvdisplay will show you whats on what disk.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 21 Apr 2006 07:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-a-raw-partition/m-p/3775560#M783314</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-04-21T07:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a Raw Partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-a-raw-partition/m-p/3775561#M783315</link>
      <description>If you askign about checking the integrity of the data, there might be tools within informix. At unix level, you can run a dd on the raw lvol and check it.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vgxx/rlvolx of=/dev/null bs=1k&lt;BR /&gt;&lt;BR /&gt;If it reports error, there might be problems with it. Also checl dmesg and syslog.log, diskinfo and check disk with STM.</description>
      <pubDate>Fri, 21 Apr 2006 07:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-a-raw-partition/m-p/3775561#M783315</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-04-21T07:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a Raw Partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-a-raw-partition/m-p/3775562#M783316</link>
      <description>oncheck -cE   &lt;BR /&gt;  does an extent check on all chunks; run when the system is quiet.&lt;BR /&gt;&lt;BR /&gt;oncheck -cDI databasename  &lt;BR /&gt; to verify data/index integrity and rebuild if necessary.&lt;BR /&gt;&lt;BR /&gt;oncheck -- &lt;BR /&gt; for the full list of options.&lt;BR /&gt;&lt;BR /&gt;The dd command above will give you an i/o error if it encounters one, you can also run that on the raw logical volume.&lt;BR /&gt;&lt;BR /&gt;armdsp -i   to get your arrayid, then&lt;BR /&gt;armdsp -a arrayid   to check the array for errors.&lt;BR /&gt;Sometimes is called amdsp; I don't know why they changed it.  &lt;BR /&gt;You could also try commandview.&lt;BR /&gt;&lt;BR /&gt;After that there is logprn, amlog/armlog, but you might like to get the response center's help with those.&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Apr 2006 08:25:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-a-raw-partition/m-p/3775562#M783316</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2006-04-21T08:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a Raw Partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-a-raw-partition/m-p/3775563#M783317</link>
      <description>oops wrong way round- the dd command can also be run on the /dev/rdsk/cXtYdZ  lun/disk.  Dont forget: rdsk, not dsk &lt;BR /&gt;&lt;BR /&gt;Specify a blocksize of at least a megabyte, possibly as much as 8mb.</description>
      <pubDate>Fri, 21 Apr 2006 08:28:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-a-raw-partition/m-p/3775563#M783317</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2006-04-21T08:28:30Z</dc:date>
    </item>
  </channel>
</rss>

