<?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: disk error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934278#M112239</link>
    <description>Yes, c54t6d4 is correct.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Mon, 24 Mar 2003 18:14:07 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-03-24T18:14:07Z</dc:date>
    <item>
      <title>disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934264#M112225</link>
      <description>i??ve receive this message in syslog&lt;BR /&gt;vmunix: LVM: vg[5]: pvnum=16 (dev_t=0x1f366400) is POWERF&lt;BR /&gt;AILED&lt;BR /&gt;vmunix: LVM: PV 16 has been returned to vg[5].&lt;BR /&gt;&lt;BR /&gt;As you see the disk returned to work.&lt;BR /&gt;&lt;BR /&gt;how can i identify which disk was power failed?.&lt;BR /&gt;where i locate the data PV 16 vg[5] and dev_t=0x1f366400&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Mar 2003 17:13:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934264#M112225</guid>
      <dc:creator>Javier Ortiz Guajardo</dc:creator>
      <dc:date>2003-03-24T17:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934265#M112226</link>
      <description>Physical Volume 16 in Volume Group 5.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Mar 2003 17:14:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934265#M112226</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-03-24T17:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934266#M112227</link>
      <description>I believe that 0x1f366400 should translate to /dev/dsk/c3t6d0.  Start there.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 24 Mar 2003 17:16:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934266#M112227</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-24T17:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934267#M112228</link>
      <description>Hi Javier,&lt;BR /&gt;&lt;BR /&gt;If my hex math is correct that device should be&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c54t6d4&lt;BR /&gt;&lt;BR /&gt;After the 0x this is how to decode.&lt;BR /&gt;First 2 digits are the drive decimal 31 in this case&lt;BR /&gt;Next 2 digits are controller in hex - decimal 54 here&lt;BR /&gt;Next digit is SCSI ID or "t" value - 6 here&lt;BR /&gt;Next didgit is LUN or "d" value - 4 here&lt;BR /&gt;&lt;BR /&gt;So this works out to c54t6d4&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 24 Mar 2003 17:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934267#M112228</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-24T17:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934268#M112229</link>
      <description>In addtion to the rest, this may be a low timeout problem with the disk. You can modify it with pvchange (-t option). I think the default is 30sec. You might want to increase it to say 60sec.</description>
      <pubDate>Mon, 24 Mar 2003 17:22:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934268#M112229</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-03-24T17:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934269#M112230</link>
      <description>Oops...should have been...&lt;BR /&gt;&lt;BR /&gt;First 2 digits are the driver - decimal 31 in this case.&lt;BR /&gt;&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 24 Mar 2003 17:22:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934269#M112230</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-24T17:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934270#M112231</link>
      <description>Jeff is precisely correct. The disk is c54t6d4.&lt;BR /&gt;&lt;BR /&gt;Do a "pvdisplay /dev/dsk/c54t6d4" and get the VG name if your /etc/lvmtab is too large to search.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 24 Mar 2003 17:25:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934270#M112231</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-24T17:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934271#M112232</link>
      <description>Check the power cable on the disk array or disk.  Take a look for dangling plugs.  We had someone disconnect power to an old HP-6000 disk array while labeling cables for a move.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 24 Mar 2003 17:35:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934271#M112232</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-24T17:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934272#M112233</link>
      <description>What the heck is it with people and power cords here lately??  sheesh  ;)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Mar 2003 17:37:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934272#M112233</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-03-24T17:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934273#M112234</link>
      <description>all i want is to translate the message and found which disk was power failed.&lt;BR /&gt;&lt;BR /&gt;I did this:&lt;BR /&gt;for message dev_t=0x1f366400 &lt;BR /&gt;ll /dev/dsk |grep 366400&lt;BR /&gt;brw-r-----   1 bin        sys         31 0x366400 Mar  2  2001 c54t6d4&lt;BR /&gt;&lt;BR /&gt;for message vg[5]&lt;BR /&gt;ll /dev/vgprd4/group&lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x050000 Oct 23  2000 /dev/vgprd4/group&lt;BR /&gt;&lt;BR /&gt;for pvnum=16&lt;BR /&gt;vgdisplay -v /dev/vgprd4&lt;BR /&gt;   PV Name                     /dev/dsk/c39t2d4&lt;BR /&gt;   PV Name                     /dev/dsk/c39t2d5&lt;BR /&gt;   PV Name                     /dev/dsk/c39t2d6&lt;BR /&gt;   PV Name                     /dev/dsk/c39t2d7&lt;BR /&gt;   PV Name                     /dev/dsk/c42t10d0&lt;BR /&gt;   PV Name                     /dev/dsk/c42t10d1&lt;BR /&gt;   PV Name                     /dev/dsk/c42t10d2&lt;BR /&gt;   PV Name                     /dev/dsk/c42t10d3&lt;BR /&gt;   PV Name                     /dev/dsk/c42t10d4&lt;BR /&gt;   PV Name                     /dev/dsk/c42t10d5&lt;BR /&gt;   PV Name                     /dev/dsk/c42t10d6&lt;BR /&gt;   PV Name                     /dev/dsk/c42t10d7&lt;BR /&gt;   PV Name                     /dev/dsk/c54t6d0&lt;BR /&gt;   PV Name                     /dev/dsk/c54t6d1&lt;BR /&gt;   PV Name                     /dev/dsk/c54t6d2&lt;BR /&gt;   PV Name                     /dev/dsk/c54t6d3&lt;BR /&gt;   PV Name                     /dev/dsk/c54t6d4&lt;BR /&gt;&lt;BR /&gt;But as you see the c54t6d4 is number 17 if you start to count from 1, If you start from 0 the is 16.&lt;BR /&gt;&lt;BR /&gt;all i need is someone can tell me if this translate is correct to be exactly sure which disk was power failed?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 24 Mar 2003 17:54:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934273#M112234</guid>
      <dc:creator>Javier Ortiz Guajardo</dc:creator>
      <dc:date>2003-03-24T17:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934274#M112235</link>
      <description>One last thing to check...got same error...extending the timeout didn't help in my case.  Turned out my HBA was flaking in and out and had to be replaced.&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Mar 2003 17:55:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934274#M112235</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2003-03-24T17:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934275#M112236</link>
      <description>Start from 0.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Mar 2003 17:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934275#M112236</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-03-24T17:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934276#M112237</link>
      <description>I need a refresher course in hex!  Forget my misguided answer, please.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 24 Mar 2003 18:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934276#M112237</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-24T18:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934277#M112238</link>
      <description>We still love you Pete! (Sort of)&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Mar 2003 18:13:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934277#M112238</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-03-24T18:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934278#M112239</link>
      <description>Yes, c54t6d4 is correct.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 24 Mar 2003 18:14:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934278#M112239</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-24T18:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934279#M112240</link>
      <description>Assumming that this is your Oracle/Sybase/SQL data disk, AND that the disk is returned to service each time, then it may simply be unable to reply back within the default 30 seconds.&lt;BR /&gt;&lt;BR /&gt;Rita's correct though.  If changing the timeout value (pvchange) doesn't resolve the problem, you may be looking at replacing the disk.&lt;BR /&gt;&lt;BR /&gt;And... yes you've found the correct disk at c56t6d4.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Tue, 25 Mar 2003 04:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2934279#M112240</guid>
      <dc:creator>Jon Finley</dc:creator>
      <dc:date>2003-03-25T04:54:01Z</dc:date>
    </item>
  </channel>
</rss>

