<?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: dmesg in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/2822299#M86795</link>
    <description>Hi Marcos,&lt;BR /&gt;&lt;BR /&gt;It looks like you have a PV or a controller going bad.  Here is how to decode the dev_t info and figure out which disk it is.  The 1f is the major number of the disk device, which is 31.  The 06 is the card instance number.  The a is the target, 10, and the 3 is the LUN.  This looks like c6t10d3 to me.  Likewise, the 0x1f07a300 would be disk c7t10d3.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Oct 2002 15:11:21 GMT</pubDate>
    <dc:creator>John Poff</dc:creator>
    <dc:date>2002-10-09T15:11:21Z</dc:date>
    <item>
      <title>dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/2822297#M86793</link>
      <description>Hi! I'm Marcos and ...&lt;BR /&gt;When I run "dmesg" command in hp9000-cpnv1 with hpux-11.00, I see a message that it show this.&lt;BR /&gt;&lt;BR /&gt;"LVM: Recovered Path (device 0x1f06a300) to PV 1 in VG 5.&lt;BR /&gt;LVM: Performed a switch for Lun ID = 0 (pv = 0x0000000050249000), from raw devic&lt;BR /&gt;e 0x1f07a300 (with priority: 1, and current flags: 0x40) to raw device 0x1f06a30&lt;BR /&gt;0 (with priority: 0, and current flags: 0x0).&lt;BR /&gt;LVM: Restored PV 1 to VG 5.&lt;BR /&gt;LVM: vg[5]: pvnum=1 (dev_t=0x1f06a300) is POWERFAILED&lt;BR /&gt;LVM: Recovered Path (device 0x1f07a300) to PV 1 in VG 5." &lt;BR /&gt;&lt;BR /&gt;Hi! I'm Marcos and ...  &lt;BR /&gt;When I run "dmesg" command in hp9000-cpnv1 with hpux-11.00, I see a messages that it show this.  &lt;BR /&gt;How do I relate it message with the disk configured in LVM ?&lt;BR /&gt;What Does "pvnum=1" mean ?  &lt;BR /&gt;What Does "device 0x1f07a300) to PV 1 in VG 5" mean ?   &lt;BR /&gt;... etc&lt;BR /&gt;Thank's</description>
      <pubDate>Wed, 09 Oct 2002 15:01:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/2822297#M86793</guid>
      <dc:creator>Marcos Tinoco Garcia</dc:creator>
      <dc:date>2002-10-09T15:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/2822298#M86794</link>
      <description>"pvnum=1" is the first physical volume.&lt;BR /&gt;"device 0x1f07a300" is the device in hex reporting the problem.&lt;BR /&gt;# ll /dev/dsk |grep 07a300&lt;BR /&gt;   07a300 = the  minor number&lt;BR /&gt;   0x1f = the major number in hex = 31&lt;BR /&gt;   # lsdev |grep disk&lt;BR /&gt;"vg 5" is the 5th volume group; vg00 = 1, vg01 = 2 .... vg04 = 5&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;Make sure that you have PHKL_18543 (major SCSI/LVM patch) installed, configured.&lt;BR /&gt;&lt;BR /&gt;You may be having a disk go bad.  Look for errors in /var/adm/syslog/syslog.log.&lt;BR /&gt;&lt;BR /&gt;Cheryl</description>
      <pubDate>Wed, 09 Oct 2002 15:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/2822298#M86794</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2002-10-09T15:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/2822299#M86795</link>
      <description>Hi Marcos,&lt;BR /&gt;&lt;BR /&gt;It looks like you have a PV or a controller going bad.  Here is how to decode the dev_t info and figure out which disk it is.  The 1f is the major number of the disk device, which is 31.  The 06 is the card instance number.  The a is the target, 10, and the 3 is the LUN.  This looks like c6t10d3 to me.  Likewise, the 0x1f07a300 would be disk c7t10d3.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Oct 2002 15:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/2822299#M86795</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-10-09T15:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/2822300#M86796</link>
      <description>In addition to others ..the disk c6t10d3 in vg05 (which is the 1st PV in vg05) looks to me that it may have some problem related to ..&lt;BR /&gt;- Low timeout value (this can be changed with "pvchange -t")&lt;BR /&gt;- Possible IO or disk problem&lt;BR /&gt;- Possible SCSI termination or connection problem.&lt;BR /&gt;I would first run diagnostics on the suspected disk to try eliminate all the above possibilities one by one. How frequent are you getting this error in syslog.log ?</description>
      <pubDate>Wed, 09 Oct 2002 15:17:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/2822300#M86796</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-09T15:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/2822301#M86797</link>
      <description>Hi Marcos,&lt;BR /&gt;&lt;BR /&gt;I agree with S.K.&lt;BR /&gt;A lot of link switches can be traced to low timeout values. We set ours up to 180 seconds &amp;amp; when we switch we almost always have some sort of "real" problem.&lt;BR /&gt;Check the timeout value on the LV with the lvdisplay command&lt;BR /&gt;lvdisplay /dev/vg_name/lv_name&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 09 Oct 2002 16:06:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/2822301#M86797</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-10-09T16:06:19Z</dc:date>
    </item>
  </channel>
</rss>

