<?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: steps for offline increasing of PE of VG in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137995#M599342</link>
    <description>Yep,&lt;BR /&gt;&lt;BR /&gt;but I have nothing to lose I guess.&lt;BR /&gt;&lt;BR /&gt;1. Backuping my data and try that vgmodify&lt;BR /&gt;&lt;BR /&gt;If it fails, then I have to do the restore anyway :) &lt;BR /&gt;</description>
    <pubDate>Thu, 31 Jan 2008 10:34:13 GMT</pubDate>
    <dc:creator>g3jza</dc:creator>
    <dc:date>2008-01-31T10:34:13Z</dc:date>
    <item>
      <title>steps for offline increasing of PE of VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137986#M599333</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to re-create volume group so I can change the current value of PE Size(4MB) to higher value(16MB). Does the recreation of volume group corrupt data? The only reason I want to do this is that I need to extend some mounts&lt;BR /&gt;&lt;BR /&gt;I've read a lot about this and found out something about vgexport command.&lt;BR /&gt;These are my steps I'd like to do in order to achieve higher value of PE Size:&lt;BR /&gt;&lt;BR /&gt;1. umount all mounts using vg01&lt;BR /&gt;2. vgchange -a n /dev/vg01&lt;BR /&gt;3. vgexport /dev/vg01&lt;BR /&gt;&lt;BR /&gt;4. mkdir /dev/vg01&lt;BR /&gt;5. mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;&lt;BR /&gt;6. pvcreate -f /dev/dsk/c0t5d0&lt;BR /&gt;7. vgcreate -s 16 /dev/vg01 /dev/dsk/c0t5d0&lt;BR /&gt;8. recreate all logical volumes and mount them back.&lt;BR /&gt;&lt;BR /&gt;On my testing system, I actually found out that it worked since all of the data in remounted LV's was there and readable.&lt;BR /&gt;Is this not going to corrupt any data?&lt;BR /&gt;Offcourse I should consider to backup all of the data first...&lt;BR /&gt;&lt;BR /&gt;Thank you for your opinions</description>
      <pubDate>Wed, 30 Jan 2008 23:47:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137986#M599333</guid>
      <dc:creator>g3jza</dc:creator>
      <dc:date>2008-01-30T23:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: steps for offline increasing of PE of VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137987#M599334</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Only in simple cases would I expect this to work.  The Volume Group Reserved Area (VGRA) information established during a 'vgcreate' includes data that (will later) depict the physical and logical extent mappings of each logical volume.&lt;BR /&gt;&lt;BR /&gt;Hence, I would only expect to be able to "recover' the correct relationships in straightforward configurations where logical volumes were successively allocated once on a fresh disk.  Caveat emptor.&lt;BR /&gt;&lt;BR /&gt;If you are running 11.31, you (now) have the option of using 'vgmodify' to change the volume group parameters.  If you are running 11.23, there are patches available (back-ported from 11.31) that provide the same ability.  Otherwise, backup your data; destroy the volume group; recreate it using the appropriate 'vgcreate' arguments; recreate your logical volumes; and reload your data.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 31 Jan 2008 00:39:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137987#M599334</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-01-31T00:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: steps for offline increasing of PE of VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137988#M599335</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is your OS? If it is 11.23 or 11.31 you can use vgmodify and your data will still be there. But if it is 11.11, with the steps that you provide, your data will be destroyed and must be reloaded (backup/restore). &lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sandy</description>
      <pubDate>Thu, 31 Jan 2008 02:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137988#M599335</guid>
      <dc:creator>Sandy Chen</dc:creator>
      <dc:date>2008-01-31T02:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: steps for offline increasing of PE of VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137989#M599336</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Just to add some more with JRF and Sandy suggestions.&lt;BR /&gt;&lt;BR /&gt;If you are running &lt;BR /&gt;&lt;BR /&gt;-&amp;gt; 11.00 -- No Other go.. Need to recreate VG &amp;amp; LV and restore data from backup&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; 11.11 -- vgmodify tool is available. You need to download and try that. But, that is not officially recommended.&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; 11.23 -- You need the patch PHCO_36744 for vgmodify command.&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; 11.31 -- vmodify command is there to resize the PE&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;Ramesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jan 2008 02:51:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137989#M599336</guid>
      <dc:creator>Ramesh S</dc:creator>
      <dc:date>2008-01-31T02:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: steps for offline increasing of PE of VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137990#M599337</link>
      <description>vgmodify is a nice tool and can do a lot for you, but it CANNOT change the PE size:&lt;BR /&gt;&lt;BR /&gt;"The new vgmodify command provides the ability to alter some characteristics of an existing Volume Group (VG) or Physical Volume (PV) that were set via vgcreate or pvcreate. These modifiable attributes are the maximum number of PVs, the maximum number of Logical Volumes (LVs) and the maximum number of extents per PV allowed in the VG, as well as whether a PV should be bootable or not. The vgmodify command handles the expansion (DLE) and contraction of a LUN."&lt;BR /&gt;&lt;BR /&gt;see&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;You should always backup your data!!!&lt;BR /&gt;&lt;BR /&gt;If you pvcreate the disk - your data will be destroyed at least in 99% of cases).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Your steps are good, but you need to add data backup and restore!</description>
      <pubDate>Thu, 31 Jan 2008 08:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137990#M599337</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-01-31T08:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: steps for offline increasing of PE of VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137991#M599338</link>
      <description>Thanks a lot for your responses. &lt;BR /&gt;&lt;BR /&gt;I'm gonna find out what version those systems are after coming  back to work in a few hours.&lt;BR /&gt;&lt;BR /&gt;Anyway, I think increasing the 'max. PE per PV' parameter with that 'vgmodify' tool can do the job instead of increasing size of PE. &lt;BR /&gt;&lt;BR /&gt;The backround of this is, that people apparently didn't think about the future before creating VG's for this testing oracle server. &lt;BR /&gt;There were some smaller LUN's on the va7400 before, like 15GB. When the increase(by 25GB) of mount point needed to be done, the HP guy came here and created 25GB LUN, so after vgextend not all of the PE got allocated. What a mess :((</description>
      <pubDate>Thu, 31 Jan 2008 09:48:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137991#M599338</guid>
      <dc:creator>g3jza</dc:creator>
      <dc:date>2008-01-31T09:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: steps for offline increasing of PE of VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137992#M599339</link>
      <description>I agree, the increase of max PE will probably help.&lt;BR /&gt;&lt;BR /&gt;For this you can use vgmodify.&lt;BR /&gt;&lt;BR /&gt;See the doc I posted for usage instructions.</description>
      <pubDate>Thu, 31 Jan 2008 09:54:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137992#M599339</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-01-31T09:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: steps for offline increasing of PE of VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137993#M599340</link>
      <description>It's 11.11, so I gues I'll be taking it on my own risk. Anyway, I'm gonna read that .pdf carefully.&lt;BR /&gt;&lt;BR /&gt;Thanks again</description>
      <pubDate>Thu, 31 Jan 2008 10:15:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137993#M599340</guid>
      <dc:creator>g3jza</dc:creator>
      <dc:date>2008-01-31T10:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: steps for offline increasing of PE of VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137994#M599341</link>
      <description>There is no official version of vgmodify for 11.11.&lt;BR /&gt;&lt;BR /&gt;In this case you should backup all the data, delete the VG and re-create.&lt;BR /&gt;After this is done, restore your backup.</description>
      <pubDate>Thu, 31 Jan 2008 10:22:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137994#M599341</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-01-31T10:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: steps for offline increasing of PE of VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137995#M599342</link>
      <description>Yep,&lt;BR /&gt;&lt;BR /&gt;but I have nothing to lose I guess.&lt;BR /&gt;&lt;BR /&gt;1. Backuping my data and try that vgmodify&lt;BR /&gt;&lt;BR /&gt;If it fails, then I have to do the restore anyway :) &lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jan 2008 10:34:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137995#M599342</guid>
      <dc:creator>g3jza</dc:creator>
      <dc:date>2008-01-31T10:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: steps for offline increasing of PE of VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137996#M599343</link>
      <description>use at your own risk. The manual page is included in the zip file.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jan 2008 10:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137996#M599343</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2008-01-31T10:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: steps for offline increasing of PE of VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137997#M599344</link>
      <description>Nothing to loose is OK, but the problem is this:&lt;BR /&gt;&lt;BR /&gt;vgmodify is already built-in for 11.31, delivered in patch format (LVM patch PHCO_36744) for 11.23 and not avail. for 11.11.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I would NOT try to install any 11.23 software on a 11.11 system.</description>
      <pubDate>Thu, 31 Jan 2008 10:43:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137997#M599344</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-01-31T10:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: steps for offline increasing of PE of VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137998#M599345</link>
      <description>Wow, I was just going to look for that tool do download it myself. &lt;BR /&gt;&lt;BR /&gt;Thank you very much, you are very helpful.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jan 2008 10:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/steps-for-offline-increasing-of-pe-of-vg/m-p/4137998#M599345</guid>
      <dc:creator>g3jza</dc:creator>
      <dc:date>2008-01-31T10:43:34Z</dc:date>
    </item>
  </channel>
</rss>

