<?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: deciphering POWERFAIL in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/deciphering-powerfail/m-p/2717721#M835958</link>
    <description>Sorry.. typo .. it should be ..&lt;BR /&gt;&lt;BR /&gt;05 = instance # &lt;BR /&gt;2 = SCSI addr # &lt;BR /&gt;2 = LUN # &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 06 May 2002 14:29:29 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2002-05-06T14:29:29Z</dc:date>
    <item>
      <title>deciphering POWERFAIL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deciphering-powerfail/m-p/2717716#M835953</link>
      <description>looking at the syslog.log, got a POWERFAIL pointing to :&lt;BR /&gt;0x1f052200...&lt;BR /&gt;How is the cxtxdx info extracted?</description>
      <pubDate>Mon, 06 May 2002 13:41:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deciphering-powerfail/m-p/2717716#M835953</guid>
      <dc:creator>Frank Quinteros</dc:creator>
      <dc:date>2002-05-06T13:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: deciphering POWERFAIL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deciphering-powerfail/m-p/2717717#M835954</link>
      <description>0x1f052200&lt;BR /&gt;The First two hex digits (1f - 31 decimal) denote the major device number. If you do an lsdev, you will note that 31 is the scsi disk block device. &lt;BR /&gt;&lt;BR /&gt;After that it decodes as follows the following hex digits:&lt;BR /&gt;05 - c5&lt;BR /&gt;2  - t2&lt;BR /&gt;2  - d2&lt;BR /&gt;00 - the last two minor device digits are driver specific&lt;BR /&gt;But yours is: SCSI Block Disk Device, c2t2d2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 13:49:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deciphering-powerfail/m-p/2717717#M835954</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-05-06T13:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: deciphering POWERFAIL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deciphering-powerfail/m-p/2717718#M835955</link>
      <description>Frank,&lt;BR /&gt;&lt;BR /&gt;I would simply do the following trick.&lt;BR /&gt;&lt;BR /&gt;ll /dev/dsk |grep 052200&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 06 May 2002 13:50:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deciphering-powerfail/m-p/2717718#M835955</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-05-06T13:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: deciphering POWERFAIL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deciphering-powerfail/m-p/2717719#M835956</link>
      <description>Not sure what else is needed here as Clay pretty much answered your question already. I'll throw in a bit more ..&lt;BR /&gt;&lt;BR /&gt;Typically POWERFAILED log in syslog.log has the format ..&lt;BR /&gt;&lt;BR /&gt;VG[#]: pvnum=# (dev_t=##) POWERFAILED&lt;BR /&gt;&lt;BR /&gt;The dev_t value would be like this for example ..&lt;BR /&gt;0x1f052200 (so it's c5t2d2) &lt;BR /&gt;05 = instance #&lt;BR /&gt;5 = SCSI addr #&lt;BR /&gt;0 = LUN #&lt;BR /&gt;&lt;BR /&gt;If the error has something like ..&lt;BR /&gt;&lt;BR /&gt;pv[#] returned to vg[#]&lt;BR /&gt;&lt;BR /&gt;then the error is usually due to low timeout value on the disk driver (30 sec is default). You can increase the timeout up to the max of 180 secs. For ex:&lt;BR /&gt;&lt;BR /&gt;# pvchange -t 180 /dev/dsk/&lt;DEV-PATH&gt;&lt;BR /&gt;&lt;BR /&gt;Also a few more thing to check ..&lt;BR /&gt;1) IO, by runing ..&lt;BR /&gt;# sar -d &lt;BR /&gt;&lt;BR /&gt;2) If the error does not include&lt;BR /&gt;pv[#] returned to vg[#]&lt;BR /&gt;then the error is usually hardware related. IN this case you need to go into STM to determine the error.&lt;BR /&gt;&lt;BR /&gt;3) If error has ..&lt;BR /&gt;SCSI: Request Timeout -- lbolt ...&lt;BR /&gt;then check SCSI controller connection/termination.&lt;/DEV-PATH&gt;</description>
      <pubDate>Mon, 06 May 2002 14:17:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deciphering-powerfail/m-p/2717719#M835956</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-06T14:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: deciphering POWERFAIL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deciphering-powerfail/m-p/2717720#M835957</link>
      <description>Hi Frank:&lt;BR /&gt;&lt;BR /&gt;To add other excellent answers:&lt;BR /&gt;&lt;BR /&gt;If you are using a fibre channel, then look at this document for better understanding the defenitions(TKB #KBRC00000407):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=01f9a02114aae37e08/screen=ckiDisplayDocument?docId=200000057130733" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=01f9a02114aae37e08/screen=ckiDisplayDocument?docId=200000057130733&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and a solution for powerfail on fibre channel systems (TKB# KBRC00008956):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=77fbf5f5091ad138de/screen=ckiDisplayDocument?docId=200000058957937" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=77fbf5f5091ad138de/screen=ckiDisplayDocument?docId=200000058957937&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 14:24:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deciphering-powerfail/m-p/2717720#M835957</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-06T14:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: deciphering POWERFAIL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deciphering-powerfail/m-p/2717721#M835958</link>
      <description>Sorry.. typo .. it should be ..&lt;BR /&gt;&lt;BR /&gt;05 = instance # &lt;BR /&gt;2 = SCSI addr # &lt;BR /&gt;2 = LUN # &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 14:29:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deciphering-powerfail/m-p/2717721#M835958</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-06T14:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: deciphering POWERFAIL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deciphering-powerfail/m-p/2717722#M835959</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;FYI&lt;BR /&gt;&lt;BR /&gt;We had POWERFAILED errors on the disk several times and the server stops responding after the errors. &lt;BR /&gt;We logged a call to HP. &lt;BR /&gt;THe HP service engineer told us the model of the hard disks were SEAGTATE and the firmware version for the hard disk was HP01.He told us an upgrade to disk firmware version to HP04 should solve the problem.Just last week we upgraded the disk firmware. &lt;BR /&gt;The disk is to be examined again. &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 07 May 2002 01:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deciphering-powerfail/m-p/2717722#M835959</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-05-07T01:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: deciphering POWERFAIL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deciphering-powerfail/m-p/2717723#M835960</link>
      <description>This is a message for T G Manikandan.&lt;BR /&gt;&lt;BR /&gt;Did you have any problems updating the firmware on these Seagate disks?&lt;BR /&gt;&lt;BR /&gt;Iam having problems updateing the firmware on 'some' L Class systems, but I have an L Class that the update works on OK.&lt;BR /&gt;&lt;BR /&gt;The problem is that when the update utility tries to talk to the disk to do the update, it says the disk is in an unknown state.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 22 May 2002 15:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deciphering-powerfail/m-p/2717723#M835960</guid>
      <dc:creator>Nick Weaver_3</dc:creator>
      <dc:date>2002-05-22T15:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: deciphering POWERFAIL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deciphering-powerfail/m-p/2717724#M835961</link>
      <description>Nick,&lt;BR /&gt;We did not face any problems during the firmware upgradation.&lt;BR /&gt;We downloaded the disk firmware file from itrc.We copied it into a tape and made it bootable.(There were some procedures at itrc about this)&lt;BR /&gt;During startup we boot from the tape which automatically identified the lower firmware disks and updated it.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 23 May 2002 02:17:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deciphering-powerfail/m-p/2717724#M835961</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-05-23T02:17:09Z</dc:date>
    </item>
  </channel>
</rss>

