<?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 recup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-recup/m-p/2760219#M643422</link>
    <description>The vg info is still on the disk.  You should have no problem recooping the info.  After you have reloaded the os (vg00).&lt;BR /&gt;&lt;BR /&gt;cd /dev&lt;BR /&gt;umask 022&lt;BR /&gt;mkdir vg01&lt;BR /&gt;cd vg01&lt;BR /&gt;mknod group c 64 0x10000&lt;BR /&gt;chmod 644 group&lt;BR /&gt;vgimport -v vg01 /dev/dsk/c?t?d? (the v option will let you see what lvols are being imported)&lt;BR /&gt;vgchange -a y vg01&lt;BR /&gt;&lt;BR /&gt;recreate you mount points&lt;BR /&gt;mount the lvols on the mount points.&lt;BR /&gt;&lt;BR /&gt;modify the fstab as applicable.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;...jcd...&lt;BR /&gt;</description>
    <pubDate>Tue, 09 Jul 2002 14:42:19 GMT</pubDate>
    <dc:creator>Joseph C. Denman</dc:creator>
    <dc:date>2002-07-09T14:42:19Z</dc:date>
    <item>
      <title>VG recup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-recup/m-p/2760216#M643419</link>
      <description>Hello everybody!&lt;BR /&gt;Before boot disk crashed we had a J5600 with two disks and two vgs, one per disk (so, vg01 for the second disk).&lt;BR /&gt;The boot disk was replaced and we reinstalled the os. I was wandering if a recup of vg01 would be possible. Can you help us?&lt;BR /&gt;&lt;BR /&gt;best regards,&lt;BR /&gt;Alessio</description>
      <pubDate>Tue, 09 Jul 2002 14:33:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-recup/m-p/2760216#M643419</guid>
      <dc:creator>Alessio_6</dc:creator>
      <dc:date>2002-07-09T14:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: VG recup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-recup/m-p/2760217#M643420</link>
      <description>You can do a vgscan and vgimport:&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC disk ( find out the SCSI device file of second disk)&lt;BR /&gt;# vgscan -a (will tell you about the second disk which has LVM information on that)&lt;BR /&gt;# mkdir /dev/vg01&lt;BR /&gt;# mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;# vgimport /dev/vg01 /dev/dsk/cxtydz ( import the disk in to vg01)&lt;BR /&gt;# vgchange -a y /dev/vg01&lt;BR /&gt;# strings /etc/lvmtab (checking)&lt;BR /&gt;# vgdisplay -v /dev/vg01 ( checking LVM info)&lt;BR /&gt;# mkdir mount_points&lt;BR /&gt;# vi /etc/fstab ( add mount entries for vg01's lvols)&lt;BR /&gt;# mount -a&lt;BR /&gt;&lt;BR /&gt;good luck !</description>
      <pubDate>Tue, 09 Jul 2002 14:37:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-recup/m-p/2760217#M643420</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-07-09T14:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: VG recup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-recup/m-p/2760218#M643421</link>
      <description>Take a look at this thread that I answered about recovering non-root VG from a fresh install. First you would want to try Shiju's suggestion. If that works then you can ignore this.&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3240eea29889d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3240eea29889d611abdb0090277a778c,00.html&lt;/A&gt;</description>
      <pubDate>Tue, 09 Jul 2002 14:41:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-recup/m-p/2760218#M643421</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-07-09T14:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: VG recup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-recup/m-p/2760219#M643422</link>
      <description>The vg info is still on the disk.  You should have no problem recooping the info.  After you have reloaded the os (vg00).&lt;BR /&gt;&lt;BR /&gt;cd /dev&lt;BR /&gt;umask 022&lt;BR /&gt;mkdir vg01&lt;BR /&gt;cd vg01&lt;BR /&gt;mknod group c 64 0x10000&lt;BR /&gt;chmod 644 group&lt;BR /&gt;vgimport -v vg01 /dev/dsk/c?t?d? (the v option will let you see what lvols are being imported)&lt;BR /&gt;vgchange -a y vg01&lt;BR /&gt;&lt;BR /&gt;recreate you mount points&lt;BR /&gt;mount the lvols on the mount points.&lt;BR /&gt;&lt;BR /&gt;modify the fstab as applicable.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;...jcd...&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jul 2002 14:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-recup/m-p/2760219#M643422</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2002-07-09T14:42:19Z</dc:date>
    </item>
  </channel>
</rss>

