<?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: HELP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2665886#M49558</link>
    <description>And the other part of the answer is to determine the major device. Do an lsdev and look under the Block Device column for 31 -&amp;gt; sdisk.&lt;BR /&gt;</description>
    <pubDate>Fri, 15 Feb 2002 19:38:01 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2002-02-15T19:38:01Z</dc:date>
    <item>
      <title>HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2665884#M49556</link>
      <description>When you get an error message like:&lt;BR /&gt;&lt;BR /&gt;SCSI: Async write error -- dev: b 31 0x022000, errno: 16, resid: 8192, &lt;BR /&gt;blkno: 32, sectno: 64, offset: 32768, bcount: 8192. &lt;BR /&gt;&lt;BR /&gt;How do you find out what device the message is talking about. I don't understand how to calc this: what is the secret?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Bob</description>
      <pubDate>Fri, 15 Feb 2002 19:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2665884#M49556</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-02-15T19:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2665885#M49557</link>
      <description>If I remember correctly...&lt;BR /&gt;&lt;BR /&gt;You have 0x022000&lt;BR /&gt;&lt;BR /&gt;Take off the 0x0 and the last 2 digits so you have 220.&lt;BR /&gt;&lt;BR /&gt;The first 2 is the controller - c2&lt;BR /&gt;The second 2 is the target - t2&lt;BR /&gt;The 0 is the LUN / device - d0&lt;BR /&gt;&lt;BR /&gt;So you have c2t2d0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2002 19:33:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2665885#M49557</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-02-15T19:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2665886#M49558</link>
      <description>And the other part of the answer is to determine the major device. Do an lsdev and look under the Block Device column for 31 -&amp;gt; sdisk.&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2002 19:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2665886#M49558</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-02-15T19:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2665887#M49559</link>
      <description>Thank You,&lt;BR /&gt;Now I know.</description>
      <pubDate>Fri, 15 Feb 2002 19:42:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2665887#M49559</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-02-15T19:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2665888#M49560</link>
      <description>Anothing good thing to know...&lt;BR /&gt;&lt;BR /&gt;If you get an error such as the following in your syslog:&lt;BR /&gt;&lt;BR /&gt;SCSI request timed out LBOLT; 12345678, DEV;1F030000&lt;BR /&gt;&lt;BR /&gt;Here's how you decode -- &lt;BR /&gt;&lt;BR /&gt;Don't worry about the LBOLT # it is a timestamp&lt;BR /&gt;&lt;BR /&gt;Take the number after the DEV;&lt;BR /&gt;&lt;BR /&gt;In this case 1F030000&lt;BR /&gt;&lt;BR /&gt;First - take away the last 2 digits -- you don't need them.&lt;BR /&gt;&lt;BR /&gt;YOu now have 1F0300 --&amp;gt; Note that this is in HEXADECIMAL notation&lt;BR /&gt;&lt;BR /&gt;1F = Major Number - Hex 1F = Decimal 31 -&amp;gt; use this in your lsdev command&lt;BR /&gt;&lt;BR /&gt;03 in Hex = 3 decimal = Controller 3 = c3&lt;BR /&gt;&lt;BR /&gt;0 in hex = 0 decimal = target 0 = t0&lt;BR /&gt;(Note that this can be in the range 0-F Hex, or 0-15 decimal = the # of possible devices on FWD SCSI controller)&lt;BR /&gt;&lt;BR /&gt;0 in hex = 0 decimal = lun 0 = d0&lt;BR /&gt;(Note that this also can be in the range 0-F Hex, or 0-15 decimal)&lt;BR /&gt;&lt;BR /&gt;So this is c3t0d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(Thanks to a gentleman at the HP Response Center that sent this to me long ago)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2002 19:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2665888#M49560</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-02-15T19:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: HELP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2665889#M49561</link>
      <description>Hi Robert and Patrick,&lt;BR /&gt;&lt;BR /&gt;Here is the link from hp itrc on how to decode.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=7961aea81db513553c/screen=ckiDisplayDocument?docId=200000048373145" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=7961aea81db513553c/screen=ckiDisplayDocument?docId=200000048373145&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2002 19:55:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help/m-p/2665889#M49561</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-15T19:55:06Z</dc:date>
    </item>
  </channel>
</rss>

