<?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: Vg recreation after booting from tape in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426695#M656141</link>
    <description>HI,&lt;BR /&gt; We came across a similar situation in a disaster recovery project, wheat you can do is use the existing /dev/vg*/group files and simply recreate the volume groups as normal with the new disks.&lt;BR /&gt;&lt;BR /&gt;i.e&lt;BR /&gt;1 ) remove /etc/lvmtab&lt;BR /&gt;2) do a vgscan you should now only have vg00 in the lvmtab&lt;BR /&gt;3) skip the mknod part and do the rest of the steps to create the volume group.&lt;BR /&gt;&lt;BR /&gt;hope this helps</description>
    <pubDate>Thu, 27 Jul 2000 05:21:41 GMT</pubDate>
    <dc:creator>Anthony Goonetilleke</dc:creator>
    <dc:date>2000-07-27T05:21:41Z</dc:date>
    <item>
      <title>Vg recreation after booting from tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426685#M656131</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have booted a HP9000 with a HP/UX1020 boottape created with Ignite/UX. However, when I want to create the vg's (except vg00), I get an error indicating that device files exist. Furthermore, the vg's are already mentioned in /etc/lvmtab.&lt;BR /&gt;&lt;BR /&gt;How do I recreate the vg's and lv's after booting from tape?&lt;BR /&gt;&lt;BR /&gt;Evert Jan&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jun 2000 05:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426685#M656131</guid>
      <dc:creator>Evert Jan van Ramselaar</dc:creator>
      <dc:date>2000-06-20T05:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Vg recreation after booting from tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426686#M656132</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can re-create the /etc/lvmtab with the command:&lt;BR /&gt;&lt;BR /&gt;vgscan&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 20 Jun 2000 05:37:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426686#M656132</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-06-20T05:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Vg recreation after booting from tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426687#M656133</link>
      <description>Tnx 4 your reply.&lt;BR /&gt;&lt;BR /&gt;I guess this will not work when using completely new disks? This happens to be so in our case.&lt;BR /&gt;&lt;BR /&gt;Evert Jan&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jun 2000 05:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426687#M656133</guid>
      <dc:creator>Evert Jan van Ramselaar</dc:creator>
      <dc:date>2000-06-20T05:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Vg recreation after booting from tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426688#M656134</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;could you please give me more detailed information on what errors you get.&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 20 Jun 2000 06:02:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426688#M656134</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-06-20T06:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Vg recreation after booting from tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426689#M656135</link>
      <description>IF I understand properly you have rebuilt a machine with an Ignite tape and have fresh disks on the server.  You now want to build your volume groups (apart from vg00) and are being denied.  To correct this:&lt;BR /&gt;&lt;BR /&gt;mv /etc/lvmtab /etc/lvmtab.bak&lt;BR /&gt;vgscan -av&lt;BR /&gt;&lt;BR /&gt;That should give you a new lvmtab which registers only the disks in vg00.  You may now create your volume groups as normal.&lt;BR /&gt;&lt;BR /&gt;One note: you probably have group files and dev/vg* directories which match those on the system you cloned.  You may wish to remove and recreate these if they do not match the planned architecture for this system.</description>
      <pubDate>Tue, 20 Jun 2000 12:45:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426689#M656135</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-06-20T12:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Vg recreation after booting from tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426690#M656136</link>
      <description>We called HP Tech Support for this problem. It seems to be a know problem with some versions of Ignite. Solution was to vgremove the vg's and then delete the /dev/vg??.&lt;BR /&gt;&lt;BR /&gt;Evert Jan&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jun 2000 10:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426690#M656136</guid>
      <dc:creator>Evert Jan van Ramselaar</dc:creator>
      <dc:date>2000-06-22T10:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Vg recreation after booting from tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426691#M656137</link>
      <description>You wouldnt be able to vgremove the vg's if the pv's are not there. recreate the lvmtab file and remove the /dev/vg?? directories for the non-existing vg's. Then you'll be able to make the new vg directories and group files you need or do it via SAM.</description>
      <pubDate>Thu, 29 Jun 2000 05:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426691#M656137</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2000-06-29T05:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Vg recreation after booting from tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426692#M656138</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If I could understand the quostion correctly, you are looking for recreation of VGs afresh. for that first you move the /etc/lvmtab to /etc/lvmtab.old then pvcreate using #pvcreate -f option to create the PVs forcefully (be sure to use the Proper  device files).&lt;BR /&gt;&lt;BR /&gt;All the best.&lt;BR /&gt;&lt;BR /&gt;-Shyam&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Jul 2000 14:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426692#M656138</guid>
      <dc:creator>Shyam Kishore</dc:creator>
      <dc:date>2000-07-01T14:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Vg recreation after booting from tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426693#M656139</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If I could understand the quostion correctly, you are looking for recreation of VGs afresh. for that first you move the /etc/lvmtab to /etc/lvmtab.old then pvcreate using #pvcreate -f option to create the PVs forcefully (be sure to use the Proper  device files).&lt;BR /&gt;&lt;BR /&gt;All the best.&lt;BR /&gt;&lt;BR /&gt;-Shyam&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Jul 2000 14:15:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426693#M656139</guid>
      <dc:creator>Shyam Kishore</dc:creator>
      <dc:date>2000-07-01T14:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Vg recreation after booting from tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426694#M656140</link>
      <description>I just had a similar issue with a system recovered by a make_recovery tape.  We received an error when trying to mount the filesystem:&lt;BR /&gt;&lt;BR /&gt;vxfs mount: I/O error&lt;BR /&gt;vxfs mount: cannot mount /dev/vg01/apps&lt;BR /&gt;&lt;BR /&gt;fsck, vgreduce did not resolve the problem.&lt;BR /&gt;We vgexported the filesystem, recreated it and recovered it from another backup.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Jul 2000 15:34:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426694#M656140</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2000-07-12T15:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Vg recreation after booting from tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426695#M656141</link>
      <description>HI,&lt;BR /&gt; We came across a similar situation in a disaster recovery project, wheat you can do is use the existing /dev/vg*/group files and simply recreate the volume groups as normal with the new disks.&lt;BR /&gt;&lt;BR /&gt;i.e&lt;BR /&gt;1 ) remove /etc/lvmtab&lt;BR /&gt;2) do a vgscan you should now only have vg00 in the lvmtab&lt;BR /&gt;3) skip the mknod part and do the rest of the steps to create the volume group.&lt;BR /&gt;&lt;BR /&gt;hope this helps</description>
      <pubDate>Thu, 27 Jul 2000 05:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-recreation-after-booting-from-tape/m-p/2426695#M656141</guid>
      <dc:creator>Anthony Goonetilleke</dc:creator>
      <dc:date>2000-07-27T05:21:41Z</dc:date>
    </item>
  </channel>
</rss>

