<?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 lvm on HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-on-hp-ux/m-p/4069495#M600935</link>
    <description>How to find out bad disk in lvm on HP-UX 11 version&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance</description>
    <pubDate>Wed, 12 Sep 2007 09:49:29 GMT</pubDate>
    <dc:creator>kandasamy</dc:creator>
    <dc:date>2007-09-12T09:49:29Z</dc:date>
    <item>
      <title>lvm on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-on-hp-ux/m-p/4069495#M600935</link>
      <description>How to find out bad disk in lvm on HP-UX 11 version&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance</description>
      <pubDate>Wed, 12 Sep 2007 09:49:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-on-hp-ux/m-p/4069495#M600935</guid>
      <dc:creator>kandasamy</dc:creator>
      <dc:date>2007-09-12T09:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: lvm on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-on-hp-ux/m-p/4069496#M600936</link>
      <description>This will guide you:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;</description>
      <pubDate>Wed, 12 Sep 2007 09:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-on-hp-ux/m-p/4069496#M600936</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-09-12T09:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: lvm on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-on-hp-ux/m-p/4069497#M600937</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# diskinfo /dev/rdsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;...should return a non-zero size.&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/cXtYdZ of=/dev/null bs=1024k &lt;BR /&gt;&lt;BR /&gt;...should complete without errors and an equal number of records in and out.&lt;BR /&gt;&lt;BR /&gt;Note the use of the RAW device with 'dd' to bypass the buffer cache.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 12 Sep 2007 09:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-on-hp-ux/m-p/4069497#M600937</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-09-12T09:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: lvm on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-on-hp-ux/m-p/4069498#M600938</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;When disk go bad, you will start getting errors in your syslog file. Also, you can check the ioscan to see if it reports any NO_HW .&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC disk &lt;BR /&gt;&lt;BR /&gt;Also , check # dmesg &lt;BR /&gt;&lt;BR /&gt;The first posting will help you to replace a bad disk.&lt;BR /&gt;&lt;BR /&gt;Rgds / James&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Sep 2007 09:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-on-hp-ux/m-p/4069498#M600938</guid>
      <dc:creator>James George_1</dc:creator>
      <dc:date>2007-09-12T09:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: lvm on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-on-hp-ux/m-p/4069499#M600939</link>
      <description>Dear Kandasamy,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Monitoring for lbolt Messages in syslog.log&lt;BR /&gt;Also watch for lbolt messages in syslog.log, which often indicate that a disk or interface card needs to be replaced.&lt;BR /&gt;# tail /var/adm/syslog/syslog.log&lt;BR /&gt;vmunix: SCSI: Request Timeout; Abort -- lbolt: 137056, dev: 1f070500&lt;BR /&gt;vmunix: SCSI: Request Timeout; Abort -- lbolt: 167456, dev: 1f070500&lt;BR /&gt;The above message repeats 37 times.&lt;BR /&gt;Understanding Hexadecimal Hardware Addresses in syslog.log&lt;BR /&gt;The hexadecimal code at the end of the syslog SCSI error messages (1f070500 in the example&lt;BR /&gt;above) indicates which device may have caused the error.&lt;BR /&gt;The instructions below explain how to decode the hexadecimal address in the error message&lt;BR /&gt;to a disk device address. Consider the sample 1f070500 address mentioned in the message&lt;BR /&gt;above.&lt;BR /&gt;1f: The first two hexadecimal digits identify the driver that generated the error. In this&lt;BR /&gt;case, hexadecimal 1f is equivalent to decimal 31. lsdev tells us that 31 is the block&lt;BR /&gt;major# for the sdisk SCSI driver.&lt;BR /&gt;07: The next two digits identify the SCSI card instance number. In this case, hexadecimal&lt;BR /&gt;07 is equivalent to decimal 07, which indicates that the error came from one of the&lt;BR /&gt;/dev/dsk/c7txdx devices.&lt;BR /&gt;0: The next digit identifies the device target address. This error apparently came from&lt;BR /&gt;device /dev/dsk/c7t0dx.&lt;BR /&gt;5: The next two digits identify the LUN number. This error came from&lt;BR /&gt;/dev/dsk/c7t0d5.&lt;BR /&gt;00: The last two numbers identify device-specific options for tape drives. For disks, the last&lt;BR /&gt;two digits should always be 00.&lt;BR /&gt;&lt;BR /&gt;Shardha</description>
      <pubDate>Wed, 12 Sep 2007 23:23:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-on-hp-ux/m-p/4069499#M600939</guid>
      <dc:creator>Shardha</dc:creator>
      <dc:date>2007-09-12T23:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: lvm on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-on-hp-ux/m-p/4069500#M600940</link>
      <description>you can also check ems events coming from the disk_em monitor in the file /var/opt/resmon/log/event.log</description>
      <pubDate>Thu, 13 Sep 2007 05:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-on-hp-ux/m-p/4069500#M600940</guid>
      <dc:creator>tkc</dc:creator>
      <dc:date>2007-09-13T05:58:14Z</dc:date>
    </item>
  </channel>
</rss>

