<?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: Change the Max PE for PV in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271365#M334352</link>
    <description>SEP,&lt;BR /&gt;&lt;BR /&gt;Actually that isn't true.  The vgchange command is available in HP-UX 11.23.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 17 Sep 2008 19:30:09 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2008-09-17T19:30:09Z</dc:date>
    <item>
      <title>Change the Max PE for PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271358#M334345</link>
      <description>How can I change Max PE for pv in HPUX? I tried to do this with vgmodify. Then it errored that the volume group named vgas is active.&lt;BR /&gt;&lt;BR /&gt;So after unmounting the file systems, how come I can't deactivate the volume group? This is data volume group which is on SAN.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Wed, 17 Sep 2008 18:13:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271358#M334345</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2008-09-17T18:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Max PE for PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271359#M334346</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Unmounting the filesystems in the volume group is just the first step to deactivating the volume group.  You need to do:&lt;BR /&gt;&lt;BR /&gt;# vgchange -a n /dev/vgNN&lt;BR /&gt;&lt;BR /&gt;...then proceed with your 'vgmodify'.  To reactivate the volume group, do:&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/vgNN&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 17 Sep 2008 18:21:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271359#M334346</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-09-17T18:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Max PE for PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271360#M334347</link>
      <description>I assume you are reading all the instructions in the vgmodify man page, you may still have more steps to move the first extent to make room for the new map info then renumbering the extents.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope you have a fresh backup in case something fails.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Sep 2008 18:29:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271360#M334347</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-09-17T18:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Max PE for PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271361#M334348</link>
      <description>Thank you James. Now I can deactivate. But when I tried to modify like following:&lt;BR /&gt;&lt;BR /&gt;vgmodify -e 16500 -n /dev/vgas, I got the following:&lt;BR /&gt;&lt;BR /&gt;Vgmodify: This operation can only be completed if PE number zero on /dev/rdsk/c13t0d1" is free.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Sep 2008 18:35:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271361#M334348</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2008-09-17T18:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Max PE for PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271362#M334349</link>
      <description>You need to run 11.23 to do this.&lt;BR /&gt;&lt;BR /&gt;A new version (I don't remember details at the moment) can do this online. Have to check this ...&lt;BR /&gt;&lt;BR /&gt;With 11.31 you may consider to use LVM version 2.0 or version 2.1 - this works different ...</description>
      <pubDate>Wed, 17 Sep 2008 18:37:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271362#M334349</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-09-17T18:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Max PE for PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271363#M334350</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Vgmodify: This operation can only be completed if PE number zero on /dev/rdsk/c13t0d1" is free.&lt;BR /&gt;&lt;BR /&gt;You need to use 'pvmove' to free the first extent.  See:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01920387/c01920387.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01920387/c01920387.pdf&lt;/A&gt; (BSC link updated by admin)&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Sep 2008 18:46:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271363#M334350</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-09-17T18:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Max PE for PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271364#M334351</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;This is set on the volume group level.&lt;BR /&gt;&lt;BR /&gt;It can not be changed except in HP-UX 11.31&lt;BR /&gt;&lt;BR /&gt;You need on other versions of the OS to vgexport the volume group and recreate the volume group with less physical volumes -p or -s parameter.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 17 Sep 2008 19:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271364#M334351</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-09-17T19:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Max PE for PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271365#M334352</link>
      <description>SEP,&lt;BR /&gt;&lt;BR /&gt;Actually that isn't true.  The vgchange command is available in HP-UX 11.23.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Sep 2008 19:30:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271365#M334352</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-09-17T19:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Max PE for PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271366#M334353</link>
      <description>vgmodify was introduced into 11.23 around Feb 2007 with patch  PHCO_35524&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Sep 2008 19:41:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271366#M334353</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-09-17T19:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Max PE for PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271367#M334354</link>
      <description>I did pvmove and vgmodify. Everything worked that Max PE changed as what I wanted, except after mounting the file systems, I lost data(don't worry only test server, thats the reason I was testing).&lt;BR /&gt;&lt;BR /&gt;what is the command to restore? I have the backup on ignite server. The server I am working is ignite client.... :-(</description>
      <pubDate>Wed, 17 Sep 2008 20:13:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271367#M334354</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2008-09-17T20:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Max PE for PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271368#M334355</link>
      <description>Sorry, after vgmodify, I couldn't mount the filesystems. Am I missing any other step prior to mount the file systems?</description>
      <pubDate>Wed, 17 Sep 2008 22:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271368#M334355</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2008-09-17T22:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Max PE for PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271369#M334356</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Sorry, after vgmodify, I couldn't mount the filesystems. Am I missing any other step prior to mount the file systems? &lt;BR /&gt; &lt;BR /&gt;Did you do (?):&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/vgNN&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 17 Sep 2008 22:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271369#M334356</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-09-17T22:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Max PE for PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271370#M334357</link>
      <description>Sorry James, Got me....my bad, I thought I did, but apparently not when I checked now, thats the reason I couldn't mount. So stupid.&lt;BR /&gt;&lt;BR /&gt;I think time to go home. I am working on too many things at the same(moving apps to prod) and working from morning 7:30am EST.&lt;BR /&gt;&lt;BR /&gt;I appreciate your time James..&lt;BR /&gt;&lt;BR /&gt;Thanks again everyone..</description>
      <pubDate>Wed, 17 Sep 2008 23:10:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271370#M334357</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2008-09-17T23:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Max PE for PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271371#M334358</link>
      <description>Pratibha&lt;BR /&gt;&lt;BR /&gt;Umounting the filesystems in the volume group is just the first step to deactivating the volume group. You need to do:&lt;BR /&gt;&lt;BR /&gt;# vgchange -a n /dev/vgNN&lt;BR /&gt;then use vgextend and modify vg&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/vgNN&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;shelendra shukla</description>
      <pubDate>Thu, 18 Sep 2008 05:09:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271371#M334358</guid>
      <dc:creator>HCL123</dc:creator>
      <dc:date>2008-09-18T05:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Max PE for PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271372#M334359</link>
      <description>What hp-ux release are you using?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;New for 11.31 september release:&lt;BR /&gt;&lt;BR /&gt;The vgmodify command supports LUN expansion on a Version 1.0 volume group **without** deactivating the volume group.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01941067/c01941067.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01941067/c01941067.pdf&lt;/A&gt; (BSC link updated by admin)&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Sep 2008 05:18:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271372#M334359</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-09-18T05:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Max PE for PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271373#M334360</link>
      <description>Torsten, I am running 11.23 version</description>
      <pubDate>Thu, 18 Sep 2008 10:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271373#M334360</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2008-09-18T10:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Max PE for PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271374#M334361</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Shelendra: Umounting the filesystems in the volume group is just the first step to deactivating the volume group. You need to do:&lt;BR /&gt;&lt;BR /&gt;COPYING, VERBATIM my opening comment a DAY LATER IS BLATANT PLAGARISM.  You added nothing to this thread other than a clear attempt to garner points for yourself.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pratibha, it is always helpful (and wise) to specify your OS release in posts of this nature.  It was clear to me that you were running either 11.31 or 11.23 with the 'vgmodify' patch, but adding the release level would have been very useful, particularly in light of Torsten's last pointer for 11.31.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 18 Sep 2008 11:11:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271374#M334361</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-09-18T11:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Max PE for PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271375#M334362</link>
      <description>I know, I should have mentioned the version. However everything worked. Thanks James.</description>
      <pubDate>Thu, 18 Sep 2008 16:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-the-max-pe-for-pv/m-p/4271375#M334362</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2008-09-18T16:55:46Z</dc:date>
    </item>
  </channel>
</rss>

