<?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: pv time out in LINUX in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/pv-time-out-in-linux/m-p/4419266#M36522</link>
    <description>You won't find it in Linux LVM because there is no 1:1 mapping of LVM PVs to disk devices in Linux - it's quite common for a PV to be a partition, which isn't permitted on HP-UX. You'll need to control it at the block device or HBA layers.&lt;BR /&gt;&lt;BR /&gt;I'm not sure if it's an exact match for the HP LVM option, but you have some control over timeouts on 2.6-based systems through /sys/block/DEVICE/device/timeout, where DEVICE is a whole-disk device name like sda.&lt;BR /&gt;</description>
    <pubDate>Wed, 13 May 2009 21:53:36 GMT</pubDate>
    <dc:creator>Heironimus</dc:creator>
    <dc:date>2009-05-13T21:53:36Z</dc:date>
    <item>
      <title>pv time out in LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pv-time-out-in-linux/m-p/4419263#M36519</link>
      <description>RHEL AS servers (bothe 32bit and 64 bit)&lt;BR /&gt;LVM1 and LVM2 version&lt;BR /&gt;&lt;BR /&gt;I am looking for an equivalent in LINUX for "pvhchange -t xx" which is common in HP-UX. &lt;BR /&gt;&lt;BR /&gt;I never changed the default settings in LINUX. So is there some thing at the LINUX kernel which takes care if there is a  "time out" scenario.&lt;BR /&gt;&lt;BR /&gt;How its done at your shops.</description>
      <pubDate>Wed, 13 May 2009 14:20:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pv-time-out-in-linux/m-p/4419263#M36519</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2009-05-13T14:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: pv time out in LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pv-time-out-in-linux/m-p/4419264#M36520</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;lvm for Linux was supposed to work like HP-UX LVM.&lt;BR /&gt;&lt;BR /&gt;I think the man page for pvchange should have your answer.&lt;BR /&gt;&lt;BR /&gt;Changing time time out rarely solves this issue which normally comes from disks that are too busy.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 13 May 2009 14:41:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pv-time-out-in-linux/m-p/4419264#M36520</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-13T14:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: pv time out in LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pv-time-out-in-linux/m-p/4419265#M36521</link>
      <description>I had already checked the man b4 posting here. I dont any details of time out setting there</description>
      <pubDate>Wed, 13 May 2009 15:09:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pv-time-out-in-linux/m-p/4419265#M36521</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2009-05-13T15:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: pv time out in LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pv-time-out-in-linux/m-p/4419266#M36522</link>
      <description>You won't find it in Linux LVM because there is no 1:1 mapping of LVM PVs to disk devices in Linux - it's quite common for a PV to be a partition, which isn't permitted on HP-UX. You'll need to control it at the block device or HBA layers.&lt;BR /&gt;&lt;BR /&gt;I'm not sure if it's an exact match for the HP LVM option, but you have some control over timeouts on 2.6-based systems through /sys/block/DEVICE/device/timeout, where DEVICE is a whole-disk device name like sda.&lt;BR /&gt;</description>
      <pubDate>Wed, 13 May 2009 21:53:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pv-time-out-in-linux/m-p/4419266#M36522</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2009-05-13T21:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: pv time out in LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pv-time-out-in-linux/m-p/4419267#M36523</link>
      <description>which LINUX version u r refrring about /sys/block/DEVICE/device/timeout?</description>
      <pubDate>Wed, 13 May 2009 23:32:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pv-time-out-in-linux/m-p/4419267#M36523</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2009-05-13T23:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: pv time out in LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pv-time-out-in-linux/m-p/4419268#M36524</link>
      <description>I think it should be available on most 2.6 kernels (2.4 and earlier kernels don't have sysfs). I don't have many sample distributions in front of me at the moment, but at a minimum I have a /sys/block/sda/device/timeout on RHEL4 and RHEL5.&lt;BR /&gt;&lt;BR /&gt;I'm not sure if there is a way to set a global default, and I don't know if there is a ready-to-use tool for managing settings under /sys like sysctl does for /proc. Calling scripts from udev would be a reasonable solution, especially for places that are already using udev for persistent device naming.</description>
      <pubDate>Fri, 15 May 2009 13:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pv-time-out-in-linux/m-p/4419268#M36524</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2009-05-15T13:53:04Z</dc:date>
    </item>
  </channel>
</rss>

