<?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: SCSI: Parity Error - recent interrupt: in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-parity-error-recent-interrupt/m-p/5319273#M475583</link>
    <description>&lt;P&gt;cb058002﻿ refers to the major and minor number of the device. The format is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MMBBTLFF﻿ where&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MM = Major number&lt;BR /&gt;BB = Bus number&lt;BR /&gt;T = Target&lt;BR /&gt;L = LUN&lt;BR /&gt;FF = Flags﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cb is hex, by converting it to decimal it suggests that the major number of the device in question is 203.&lt;/P&gt;&lt;P&gt;Now do this to find the device:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# find /dev -exec ls -lrtd {} \+ | awk '$5 == 203 &amp;amp;&amp;amp; $6 ~ /058002﻿/ ' ﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viktor&lt;/P&gt;</description>
    <pubDate>Thu, 01 Sep 2011 13:01:46 GMT</pubDate>
    <dc:creator>Viktor Balogh</dc:creator>
    <dc:date>2011-09-01T13:01:46Z</dc:date>
    <item>
      <title>SCSI: Parity Error - recent interrupt:</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-parity-error-recent-interrupt/m-p/5319095#M475579</link>
      <description>&lt;P&gt;How to recognize what device have this problem? (and why)&lt;/P&gt;&lt;P&gt;Found in syslog:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Aug 30 15:31:52  vmunix: SCSI: Parity Error -- lbolt: 397763214, dev: cb058002
Aug 30 15:31:52  vmunix:            lbp-&amp;gt;state: 2060
Aug 30 15:31:52  vmunix:            lbp-&amp;gt;offset: ffffffff
Aug 30 15:31:52  vmunix:            lbp-&amp;gt;uPhysScript: fbfef000
Aug 30 15:31:52  vmunix:    From most recent interrupt:
Aug 30 15:31:52  vmunix:            ISTAT: 0a, SIST0: 11, SIST1: 00, DSTAT: 80, DSPS: 00478300
Aug 30 15:31:52  vmunix:    lsp: 0000000065cea400
Aug 30 15:31:52  vmunix:            bp-&amp;gt;b_dev: cb058002
Aug 30 15:31:52  vmunix:            scb-&amp;gt;io_id: 5006b66
Aug 30 15:31:52  vmunix:            scb-&amp;gt;cdb: 12 00 00 00 80 00
Aug 30 15:31:52  vmunix:            lbolt_at_timeout: 0, lbolt_at_start: 0
Aug 30 15:31:52  vmunix:            lsp-&amp;gt;state: 5
Aug 30 15:31:52  vmunix:    lbp-&amp;gt;owner: 0000000000000000
Aug 30 15:31:52  vmunix:    scratch_lsp: 0000000065cea400
Aug 30 15:31:52  vmunix:    Script dump [0000000058e6e000]:
Aug 30 15:31:52  vmunix:            09000080 00478300 e25c0004 fbfef7f8
Aug 30 15:31:52  vmunix:            80080000 fbfef090 e25c0004 fbfef7f8
Aug 30 15:31:55  vmunix: SCSI: Resetting SCSI -- lbolt: 397763314, bus: 5
Aug 30 15:31:55  vmunix: SCSI: Reset detected -- lbolt: 397763314, bus: 5&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2011 10:16:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-parity-error-recent-interrupt/m-p/5319095#M475579</guid>
      <dc:creator>LITWINCZUK</dc:creator>
      <dc:date>2011-09-01T10:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI: Parity Error - recent interrupt:</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-parity-error-recent-interrupt/m-p/5319255#M475582</link>
      <description>&lt;PRE&gt; dev: cb058002&lt;/PRE&gt;&lt;P&gt;﻿This is the major &amp;amp; minor device number encoded as a single value in hexadecimal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first byte "cb" is the major device number. To convert it to decimal, run:&lt;/P&gt;&lt;PRE&gt;$ printf "%d\n" 0xcb
203&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;The major number identifies the type of the driver. You can find the numbers in "lsdev" listing. That seems to refer to "sctl" devices. The "scsi_ctl" man page describes how to decode the minor number for the sctl devices. This is SCSI pass-through driver, which is often used for controlling the robotics of a tape library, or for other special purposes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The minor number is 058002: this decodes to SCSI controller #5, target #8, LUN #0 and optional value 2 (no Inquiry on open). The standard name for such a device would be /dev/rscsi/c5t8d0, but as the SCSI pass-through devices are created by the sysadmin on a case-by-case basis, a different name might have been used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To find the name of the actual device node, run this command:&lt;/P&gt;&lt;PRE&gt;find /dev -type c | xargs ll | grep "203 0x058002"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To find the hardware path of the SCSI controller #5, you might do this:&lt;/P&gt;&lt;PRE&gt;ioscan -I 5 -C ext_bus -fk&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;The next step would be to physically check the cable attached to this SCSI controller (the hardware path of each card slot is typically listed in server documentation and/or printed next to the card slot). Inspect all the devices connected to this controller, and find the one that has its SCSI ID set to #8.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem was a parity error in the SCSI communication, so it might be caused by a damaged cable or a bad connection. Make sure all the connectors are fully plugged in and none of the cables are kinked or otherwise damaged.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2011 12:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-parity-error-recent-interrupt/m-p/5319255#M475582</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-09-01T12:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI: Parity Error - recent interrupt:</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-parity-error-recent-interrupt/m-p/5319273#M475583</link>
      <description>&lt;P&gt;cb058002﻿ refers to the major and minor number of the device. The format is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MMBBTLFF﻿ where&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MM = Major number&lt;BR /&gt;BB = Bus number&lt;BR /&gt;T = Target&lt;BR /&gt;L = LUN&lt;BR /&gt;FF = Flags﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cb is hex, by converting it to decimal it suggests that the major number of the device in question is 203.&lt;/P&gt;&lt;P&gt;Now do this to find the device:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# find /dev -exec ls -lrtd {} \+ | awk '$5 == 203 &amp;amp;&amp;amp; $6 ~ /058002﻿/ ' ﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viktor&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2011 13:01:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-parity-error-recent-interrupt/m-p/5319273#M475583</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2011-09-01T13:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI: Parity Error - recent interrupt:</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-parity-error-recent-interrupt/m-p/5319565#M475589</link>
      <description>&lt;P&gt;Thanks for full explain.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2011 18:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-parity-error-recent-interrupt/m-p/5319565#M475589</guid>
      <dc:creator>LITWINCZUK</dc:creator>
      <dc:date>2011-09-01T18:09:03Z</dc:date>
    </item>
  </channel>
</rss>

