<?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: Changing Volume Groups in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-volume-groups/m-p/2784507#M636909</link>
    <description>Hi Ted:&lt;BR /&gt;&lt;BR /&gt;This is easy to correct:&lt;BR /&gt;&lt;BR /&gt;# mv /etc/mnttab /etc/mnttab.old&lt;BR /&gt;# mount -a&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Mon, 12 Aug 2002 19:18:51 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2002-08-12T19:18:51Z</dc:date>
    <item>
      <title>Changing Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-volume-groups/m-p/2784506#M636908</link>
      <description>We've built a second workstation by cloning the disk with another system.  We used the logical volume group commands (i.e. lvlnboot, lvrmboot, vgimport, vgchange, etc.).  Upon completion we noticed that the / directory was under /dev/root and not /dev/vg00/lvol3.  How do we change it so the / dir is under the volume group.&lt;BR /&gt;&lt;BR /&gt;See attachment for our original procedures.</description>
      <pubDate>Mon, 12 Aug 2002 19:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-volume-groups/m-p/2784506#M636908</guid>
      <dc:creator>Ted Mulder</dc:creator>
      <dc:date>2002-08-12T19:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-volume-groups/m-p/2784507#M636909</link>
      <description>Hi Ted:&lt;BR /&gt;&lt;BR /&gt;This is easy to correct:&lt;BR /&gt;&lt;BR /&gt;# mv /etc/mnttab /etc/mnttab.old&lt;BR /&gt;# mount -a&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 12 Aug 2002 19:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-volume-groups/m-p/2784507#M636909</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-08-12T19:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-volume-groups/m-p/2784508#M636910</link>
      <description>You would have been better served by using Ignite to make a 'Golden Image' with which to clone your 2nd box.&lt;BR /&gt;&lt;BR /&gt;You should be able to mv /etc/lvmtab to /etc/lvmtab.old and then do a vgscan followed by a reboot.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Aug 2002 19:21:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-volume-groups/m-p/2784508#M636910</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-08-12T19:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-volume-groups/m-p/2784509#M636911</link>
      <description>I agree with Clay, use Ignitge to clone the system. It is also a good test of your backup/recovery procedures.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Mon, 12 Aug 2002 19:30:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-volume-groups/m-p/2784509#M636911</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-08-12T19:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-volume-groups/m-p/2784510#M636912</link>
      <description>Your procedure is not looking bad. Did you get any error messages when you tried to import vg00?. You might be trying to boot a disk that was one of a mirror pair. If so, You will need to make sure the mirrors are reduced. Use lvdisplay with -k option, determine the PV id and use lvremove command with -k option to remove the lvs. It takes a long time.&lt;BR /&gt;&lt;BR /&gt;Otherwise, follow Clay's process.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 12 Aug 2002 19:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-volume-groups/m-p/2784510#M636912</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-08-12T19:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-volume-groups/m-p/2784511#M636913</link>
      <description>Hi (again) Ted:&lt;BR /&gt;&lt;BR /&gt;The appearance of the mount point for the root directory (/) as '/dev/root' is known to be triggered by entering LVM maintenance mode.&lt;BR /&gt;&lt;BR /&gt;Make sure that your '/etc/fstab' has the correct mountpoint; remove or rename '/etc/mnttab' as I suggested; and issue a mount all ('mount -a').  Your problem should disappear.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 12 Aug 2002 19:45:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-volume-groups/m-p/2784511#M636913</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-08-12T19:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-volume-groups/m-p/2784512#M636914</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;# mv /etc/mnttab /etc/mnttab.old&lt;BR /&gt;# mount -a&lt;BR /&gt;&lt;BR /&gt;this will be the best option. Regarding the procedure, it look good for me.</description>
      <pubDate>Mon, 12 Aug 2002 19:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-volume-groups/m-p/2784512#M636914</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-12T19:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-volume-groups/m-p/2784513#M636915</link>
      <description>Try this -&amp;gt;&lt;BR /&gt;&lt;BR /&gt;cp /etc/fstab /etc/fstab.org&lt;BR /&gt;&lt;BR /&gt;edit fstab file&lt;BR /&gt;&lt;BR /&gt;check the entry for /dev/vg00/lvol3.&lt;BR /&gt;&lt;BR /&gt;Change the mount entry to&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol3 / .. ... ...&lt;BR /&gt;&lt;BR /&gt;reboot.</description>
      <pubDate>Tue, 13 Aug 2002 01:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-volume-groups/m-p/2784513#M636915</guid>
      <dc:creator>Q4you</dc:creator>
      <dc:date>2002-08-13T01:51:07Z</dc:date>
    </item>
  </channel>
</rss>

