<?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 Importing vg from a system that has crashed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-vg-from-a-system-that-has-crashed/m-p/2497398#M620360</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a Kclass with 10.20 has 2 vg's.  The physical drivesbelonging to these vgs are in external jamaica boxes. &lt;BR /&gt;&lt;BR /&gt;Can any one tell me whether or not I can use vgimport to import these 2 volume groups to a different server (same os) if the node they are currently attached to is down?&lt;BR /&gt;&lt;BR /&gt;I already have map files for these vg's.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Thu, 22 Feb 2001 17:26:21 GMT</pubDate>
    <dc:creator>Babak</dc:creator>
    <dc:date>2001-02-22T17:26:21Z</dc:date>
    <item>
      <title>Importing vg from a system that has crashed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-vg-from-a-system-that-has-crashed/m-p/2497398#M620360</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a Kclass with 10.20 has 2 vg's.  The physical drivesbelonging to these vgs are in external jamaica boxes. &lt;BR /&gt;&lt;BR /&gt;Can any one tell me whether or not I can use vgimport to import these 2 volume groups to a different server (same os) if the node they are currently attached to is down?&lt;BR /&gt;&lt;BR /&gt;I already have map files for these vg's.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Feb 2001 17:26:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-vg-from-a-system-that-has-crashed/m-p/2497398#M620360</guid>
      <dc:creator>Babak</dc:creator>
      <dc:date>2001-02-22T17:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Importing vg from a system that has crashed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-vg-from-a-system-that-has-crashed/m-p/2497399#M620361</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Yes, using the mapfiles you have, you can 'vgimport' the disk onto your other server.  You will need to activate the volume group afterwards with 'vgchange'.  Since you indictate that your system crashed, I would do a full 'fsck' of each imported logical volume before you mount it.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 22 Feb 2001 17:40:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-vg-from-a-system-that-has-crashed/m-p/2497399#M620361</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-02-22T17:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Importing vg from a system that has crashed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-vg-from-a-system-that-has-crashed/m-p/2497400#M620362</link>
      <description>Thank you for your response.&lt;BR /&gt;&lt;BR /&gt;Just to confirm:&lt;BR /&gt;I would be able to import these volume groups, even if they have not been exported from the crashed node.  I may need to run fsck on the file systems as a precaution. Is this correct?&lt;BR /&gt;&lt;BR /&gt;thanks again.</description>
      <pubDate>Thu, 22 Feb 2001 17:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-vg-from-a-system-that-has-crashed/m-p/2497400#M620362</guid>
      <dc:creator>Babak</dc:creator>
      <dc:date>2001-02-22T17:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Importing vg from a system that has crashed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-vg-from-a-system-that-has-crashed/m-p/2497401#M620363</link>
      <description>You must execute several steps to get this done.&lt;BR /&gt;Make the /dev/vgXX directory : mkdir /dev/vgXX&lt;BR /&gt;Create the group file: mknod /dev/vgxx/group c 64 0x0XX0000&lt;BR /&gt;Create a file with a list of the disks.  /tmp/disk.list&lt;BR /&gt;Import the volume group.  vgimport -m mapfile -f /tmp/disk.list /dev/vgXX&lt;BR /&gt;Activate the volume group.  vgchange -a y /dev/vgXX&lt;BR /&gt;Backup up the config.  vgcfgbackup /dev/vgXX.&lt;BR /&gt;Create your mount points.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bill&lt;BR /&gt;fsck the filesystems.&lt;BR /&gt;Mount'em up.</description>
      <pubDate>Fri, 23 Feb 2001 09:13:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-vg-from-a-system-that-has-crashed/m-p/2497401#M620363</guid>
      <dc:creator>W.L. Garner</dc:creator>
      <dc:date>2001-02-23T09:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Importing vg from a system that has crashed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-vg-from-a-system-that-has-crashed/m-p/2497402#M620364</link>
      <description>If I already have a copy of the map files (created using vgexport -p -m mapfile_name -v vg_name), do I still need to create the disk list?</description>
      <pubDate>Fri, 23 Feb 2001 16:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-vg-from-a-system-that-has-crashed/m-p/2497402#M620364</guid>
      <dc:creator>Babak</dc:creator>
      <dc:date>2001-02-23T16:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Importing vg from a system that has crashed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-vg-from-a-system-that-has-crashed/m-p/2497403#M620365</link>
      <description>You will need to create the disk list if you did not vgexport with the '-s' option.  The '-s' allows you to do a vgimport and it will scan the drives for the appropriate VGID, that is listed in the mapfile, for each volume group.</description>
      <pubDate>Fri, 23 Feb 2001 17:21:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-vg-from-a-system-that-has-crashed/m-p/2497403#M620365</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-02-23T17:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Importing vg from a system that has crashed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-vg-from-a-system-that-has-crashed/m-p/2497404#M620366</link>
      <description>Thank you all.&lt;BR /&gt;&lt;BR /&gt;Actually map files have been created with the -s option, but I was unaware of the -f disk.list option.  So we should not need to create the disk.list.&lt;BR /&gt; &lt;BR /&gt;Thanks again and have a great weekend.&lt;BR /&gt;&lt;BR /&gt;B.</description>
      <pubDate>Fri, 23 Feb 2001 22:42:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-vg-from-a-system-that-has-crashed/m-p/2497404#M620366</guid>
      <dc:creator>Babak</dc:creator>
      <dc:date>2001-02-23T22:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Importing vg from a system that has crashed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-vg-from-a-system-that-has-crashed/m-p/2497405#M620367</link>
      <description>Solution : insf -e&lt;BR /&gt;Thanks Mark !&lt;BR /&gt;&lt;BR /&gt;Melvyn, GGA, I've done those mkdir, mknod etc ...&lt;BR /&gt;&lt;BR /&gt;Arunvijai, I'll check those links anyway.&lt;BR /&gt;&lt;BR /&gt;Thanks guys, it was very quick !</description>
      <pubDate>Fri, 14 Oct 2005 03:10:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-vg-from-a-system-that-has-crashed/m-p/2497405#M620367</guid>
      <dc:creator>Benoît</dc:creator>
      <dc:date>2005-10-14T03:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Importing vg from a system that has crashed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-vg-from-a-system-that-has-crashed/m-p/2497406#M620368</link>
      <description>Oups, i didn't post on the right thread ...</description>
      <pubDate>Fri, 14 Oct 2005 03:15:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-vg-from-a-system-that-has-crashed/m-p/2497406#M620368</guid>
      <dc:creator>Benoît</dc:creator>
      <dc:date>2005-10-14T03:15:41Z</dc:date>
    </item>
  </channel>
</rss>

