<?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 Volume Groups in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3184649#M795665</link>
    <description>Can we change a Volume Group, just changing the name, or we have to add a new VGroup to the fisical devices?</description>
    <pubDate>Fri, 06 Feb 2004 12:19:55 GMT</pubDate>
    <dc:creator>Fernando Silva</dc:creator>
    <dc:date>2004-02-06T12:19:55Z</dc:date>
    <item>
      <title>Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3184649#M795665</link>
      <description>Can we change a Volume Group, just changing the name, or we have to add a new VGroup to the fisical devices?</description>
      <pubDate>Fri, 06 Feb 2004 12:19:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3184649#M795665</guid>
      <dc:creator>Fernando Silva</dc:creator>
      <dc:date>2004-02-06T12:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3184650#M795666</link>
      <description>Hi Fernando,&lt;BR /&gt;&lt;BR /&gt;You can just vgexport the VG &amp;amp; vgimport it into a new VG name.&lt;BR /&gt;Even though it's not required, make a backup beforehand just to be safe.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 06 Feb 2004 12:23:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3184650#M795666</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-02-06T12:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3184651#M795667</link>
      <description>Fernando,&lt;BR /&gt;&lt;BR /&gt;You can use vgexport/vgimport to accomplish this.&lt;BR /&gt;&lt;BR /&gt;First export the VG:&lt;BR /&gt;vgexport -s -m /tmp/vgXXmap /dev/vgXX&lt;BR /&gt;&lt;BR /&gt;Then create the device files:&lt;BR /&gt;mkdir /dev/vgYY&lt;BR /&gt;mknod /dev/vgYY/group c64 0xYY0000&lt;BR /&gt;&lt;BR /&gt;Then import the VG&lt;BR /&gt;vgimport -s -m /tmp/vgXXmap /dev/vgYY&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note the vgnames in the vgimport command differ for the map name and the actual (new) VG.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Feb 2004 12:25:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3184651#M795667</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-02-06T12:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3184652#M795668</link>
      <description>Just do a vgexport, create the new /dev/vgxx directory and the new /dev/vgxx/group device node and do your vgimport. If you are using non-standard LVOL names then you should use -m mapfile for both your vgexport and vgimport to preserve them.&lt;BR /&gt;&lt;BR /&gt;Plan B. If you are using raw devices then simply set up symbolic links to the desired lvols.&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Feb 2004 12:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3184652#M795668</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-02-06T12:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3184653#M795669</link>
      <description>Hi Silva,&lt;BR /&gt;&lt;BR /&gt;1) Unmount the logical volumes&lt;BR /&gt;&lt;BR /&gt;2) Deactivate the volume group&lt;BR /&gt;&lt;BR /&gt;   # vgchange -a n /dev/vg02&lt;BR /&gt;&lt;BR /&gt;3) Export the VG&lt;BR /&gt;&lt;BR /&gt;   # vgexport -v -s -m /vg02.map /dev/vg02&lt;BR /&gt;&lt;BR /&gt;4) create the files for the new vg&lt;BR /&gt;&lt;BR /&gt;   # mkdir /dev/vgnew&lt;BR /&gt; &lt;BR /&gt;   # mknod /dev/vgnew c 64 0x050000&lt;BR /&gt;&lt;BR /&gt;   # vgimport -v -s -m /vg02.map /dev/vg02&lt;BR /&gt;&lt;BR /&gt;5) Edit /etc/fstab and /etc/lvmrc if required.&lt;BR /&gt;&lt;BR /&gt;-- Sundar.</description>
      <pubDate>Fri, 06 Feb 2004 17:02:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-groups/m-p/3184653#M795669</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-02-06T17:02:51Z</dc:date>
    </item>
  </channel>
</rss>

