<?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 Timeout Value in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pv-timeout-value/m-p/3798222#M266136</link>
    <description>Hi Regina,&lt;BR /&gt;&lt;BR /&gt;# man pvchange&lt;BR /&gt;&lt;BR /&gt;Sample "pvchange timeout":&lt;BR /&gt;&lt;BR /&gt;- Verify actual configuration,&lt;BR /&gt;&lt;BR /&gt;#pvdisplay /dev/dsk/c4t3d7&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;PV Name                     /dev/dsk/c4t3d7&lt;BR /&gt;VG Name                     /dev/vgname&lt;BR /&gt;PV Status                   available&lt;BR /&gt;Allocatable                 yes&lt;BR /&gt;VGDA                        2&lt;BR /&gt;Cur LV                      1&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    2156&lt;BR /&gt;Free PE                     0&lt;BR /&gt;Allocated PE                2156&lt;BR /&gt;Stale PE                    0&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;- change configuration,&lt;BR /&gt;&lt;BR /&gt;# pvchange -t 90 /dev/dsk/c4t3d7&lt;BR /&gt;Physical volume "/dev/dsk/c4t3d7" has been successfully changed.&lt;BR /&gt;Volume Group configuration for /dev/vgname has been saved in /etc/lvmconf/&lt;BR /&gt;vgname.conf&lt;BR /&gt;&lt;BR /&gt;-Verify change,&lt;BR /&gt;&lt;BR /&gt;#pvdisplay /dev/dsk/c4t3d7&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;PV Name                     /dev/dsk/c4t3d7&lt;BR /&gt;VG Name                     /dev/vgname&lt;BR /&gt;PV Status                   available&lt;BR /&gt;Allocatable                 yes&lt;BR /&gt;VGDA                        2&lt;BR /&gt;Cur LV                      1&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    2156&lt;BR /&gt;Free PE                     0&lt;BR /&gt;Allocated PE                2156&lt;BR /&gt;Stale PE                    0&lt;BR /&gt;IO Timeout (Seconds)        90&lt;BR /&gt;Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;- change to defauult configuration,&lt;BR /&gt;&lt;BR /&gt;#pvchange -t 0 /dev/dsk/c4t3d7&lt;BR /&gt;Physical volume "/dev/dsk/c4t3d7" has been successfully changed.&lt;BR /&gt;Volume Group configuration for /dev/vgname has been saved in /etc/lvmconf/&lt;BR /&gt;vgname.conf&lt;BR /&gt;&lt;BR /&gt;#pvdisplay /dev/dsk/c4t3d7&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;PV Name                     /dev/dsk/c4t3d7&lt;BR /&gt;VG Name                     /dev/vgname&lt;BR /&gt;PV Status                   available&lt;BR /&gt;Allocatable                 yes&lt;BR /&gt;VGDA                        2&lt;BR /&gt;Cur LV                      1&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    2156&lt;BR /&gt;Free PE                     0&lt;BR /&gt;Allocated PE                2156&lt;BR /&gt;Stale PE                    0&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;&lt;BR /&gt;ran&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 01 Jun 2006 03:55:35 GMT</pubDate>
    <dc:creator>rariasn</dc:creator>
    <dc:date>2006-06-01T03:55:35Z</dc:date>
    <item>
      <title>PV Timeout Value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pv-timeout-value/m-p/3798218#M266132</link>
      <description>I have  OS 11.i and need to know how to set PV Timeout value to 90.  Any suggestions?</description>
      <pubDate>Thu, 01 Jun 2006 01:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pv-timeout-value/m-p/3798218#M266132</guid>
      <dc:creator>Regina Mitchell</dc:creator>
      <dc:date>2006-06-01T01:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: PV Timeout Value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pv-timeout-value/m-p/3798219#M266133</link>
      <description>hi;&lt;BR /&gt;&lt;BR /&gt;you can use pvchange -t 90 /dev/dsk/cxtxdx&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 01:56:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pv-timeout-value/m-p/3798219#M266133</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2006-06-01T01:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: PV Timeout Value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pv-timeout-value/m-p/3798220#M266134</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you mean IO timeout for PV. if so use,&lt;BR /&gt;&lt;BR /&gt;#pvchange -t 90 &lt;PV path=""&gt;&lt;BR /&gt;Ex: #pvchange -t 90 /dev/dsk/c0t2d0&lt;/PV&gt;</description>
      <pubDate>Thu, 01 Jun 2006 02:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pv-timeout-value/m-p/3798220#M266134</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2006-06-01T02:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: PV Timeout Value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pv-timeout-value/m-p/3798221#M266135</link>
      <description>#man pvchange&lt;BR /&gt;&lt;BR /&gt; -t IO_timeout       Set IO_timeout for the physical volume to the number of seconds indicated.  An IO_timeout value of zero (0) causes the system to use the default value supplied by the device driver associated with the physical device.IO_timeout is used by the device driver to determine how long to wait for disk transactions to complete before concluding that an IO request can not be completed (and the device is offline or unavailable).&lt;BR /&gt;&lt;BR /&gt;Set the IO_timeout value for a physical volume to 90 seconds:&lt;BR /&gt;&lt;BR /&gt;pvchange -t 90 /dev/dsk/c2t0d2&lt;BR /&gt;&lt;BR /&gt;-Amit&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 02:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pv-timeout-value/m-p/3798221#M266135</guid>
      <dc:creator>Chauhan Amit</dc:creator>
      <dc:date>2006-06-01T02:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: PV Timeout Value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pv-timeout-value/m-p/3798222#M266136</link>
      <description>Hi Regina,&lt;BR /&gt;&lt;BR /&gt;# man pvchange&lt;BR /&gt;&lt;BR /&gt;Sample "pvchange timeout":&lt;BR /&gt;&lt;BR /&gt;- Verify actual configuration,&lt;BR /&gt;&lt;BR /&gt;#pvdisplay /dev/dsk/c4t3d7&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;PV Name                     /dev/dsk/c4t3d7&lt;BR /&gt;VG Name                     /dev/vgname&lt;BR /&gt;PV Status                   available&lt;BR /&gt;Allocatable                 yes&lt;BR /&gt;VGDA                        2&lt;BR /&gt;Cur LV                      1&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    2156&lt;BR /&gt;Free PE                     0&lt;BR /&gt;Allocated PE                2156&lt;BR /&gt;Stale PE                    0&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;- change configuration,&lt;BR /&gt;&lt;BR /&gt;# pvchange -t 90 /dev/dsk/c4t3d7&lt;BR /&gt;Physical volume "/dev/dsk/c4t3d7" has been successfully changed.&lt;BR /&gt;Volume Group configuration for /dev/vgname has been saved in /etc/lvmconf/&lt;BR /&gt;vgname.conf&lt;BR /&gt;&lt;BR /&gt;-Verify change,&lt;BR /&gt;&lt;BR /&gt;#pvdisplay /dev/dsk/c4t3d7&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;PV Name                     /dev/dsk/c4t3d7&lt;BR /&gt;VG Name                     /dev/vgname&lt;BR /&gt;PV Status                   available&lt;BR /&gt;Allocatable                 yes&lt;BR /&gt;VGDA                        2&lt;BR /&gt;Cur LV                      1&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    2156&lt;BR /&gt;Free PE                     0&lt;BR /&gt;Allocated PE                2156&lt;BR /&gt;Stale PE                    0&lt;BR /&gt;IO Timeout (Seconds)        90&lt;BR /&gt;Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;- change to defauult configuration,&lt;BR /&gt;&lt;BR /&gt;#pvchange -t 0 /dev/dsk/c4t3d7&lt;BR /&gt;Physical volume "/dev/dsk/c4t3d7" has been successfully changed.&lt;BR /&gt;Volume Group configuration for /dev/vgname has been saved in /etc/lvmconf/&lt;BR /&gt;vgname.conf&lt;BR /&gt;&lt;BR /&gt;#pvdisplay /dev/dsk/c4t3d7&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;PV Name                     /dev/dsk/c4t3d7&lt;BR /&gt;VG Name                     /dev/vgname&lt;BR /&gt;PV Status                   available&lt;BR /&gt;Allocatable                 yes&lt;BR /&gt;VGDA                        2&lt;BR /&gt;Cur LV                      1&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    2156&lt;BR /&gt;Free PE                     0&lt;BR /&gt;Allocated PE                2156&lt;BR /&gt;Stale PE                    0&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;&lt;BR /&gt;ran&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 03:55:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pv-timeout-value/m-p/3798222#M266136</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2006-06-01T03:55:35Z</dc:date>
    </item>
  </channel>
</rss>

