<?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: can some one help out fast? vgimport problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-some-one-help-out-fast-vgimport-problem/m-p/4871875#M623786</link>
    <description>Hi Prashant,&lt;BR /&gt;&lt;BR /&gt;Looks like you are not seeing all the disks on the other side. Try 'ioscan -fnC disk' on both the servers and compare them. If these are on EMC or XP, you have tools like 'inq', 'xpinfo', that can help you quickly identify the devices.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Tue, 23 Nov 2004 17:02:41 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2004-11-23T17:02:41Z</dc:date>
    <item>
      <title>can some one help out fast? vgimport problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-some-one-help-out-fast-vgimport-problem/m-p/4871869#M623780</link>
      <description>hi, &lt;BR /&gt;&lt;BR /&gt;I have done a vgexport using &lt;BR /&gt;&lt;BR /&gt;-p -m and -f option. Created outfile and mapfile. &lt;BR /&gt;When I am trying doing vgimport at other side, &lt;BR /&gt;&lt;BR /&gt;vgimport -p -m &lt;MAPFILE&gt; -f &lt;INFILE&gt; vg_name&lt;BR /&gt;&lt;BR /&gt;It says &lt;/INFILE&gt; is not a block special device. &lt;BR /&gt;&lt;BR /&gt;I am trying to do with -s option which is stuck at beginning vgimport...&lt;BR /&gt;&lt;BR /&gt;Pls help&lt;BR /&gt;Thnx&lt;BR /&gt;Prashant&lt;/MAPFILE&gt;</description>
      <pubDate>Tue, 23 Nov 2004 09:36:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-some-one-help-out-fast-vgimport-problem/m-p/4871869#M623780</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-11-23T09:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: can some one help out fast? vgimport problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-some-one-help-out-fast-vgimport-problem/m-p/4871870#M623781</link>
      <description>I believe that, in order to use the -s option on import, you would have had to use it on the export as well.  You'll have to redo the export or manually identify the volumes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 23 Nov 2004 09:42:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-some-one-help-out-fast-vgimport-problem/m-p/4871870#M623781</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-11-23T09:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: can some one help out fast? vgimport problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-some-one-help-out-fast-vgimport-problem/m-p/4871871#M623782</link>
      <description>Hi Prashant,&lt;BR /&gt;&lt;BR /&gt;You probably need to map the c values between the two systems. They're probably not the same.&lt;BR /&gt;For instance it may be c3 on the exporting system but it's c2 on the importing. Once you have them mapped then just edit the infile.&lt;BR /&gt;Option #2 would be to rerun the export using &lt;BR /&gt;vgexport -m mapfile -psv vg_name&lt;BR /&gt;Then the import will search for the VGs by VGID &amp;amp; no editing would be required.&lt;BR /&gt;You can't use "s" on the import unless it was used in the export.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 23 Nov 2004 09:42:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-some-one-help-out-fast-vgimport-problem/m-p/4871871#M623782</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-11-23T09:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: can some one help out fast? vgimport problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-some-one-help-out-fast-vgimport-problem/m-p/4871872#M623783</link>
      <description>I have done it with -s option and then copied mapfile to dest host. But this is the just stuck at the beginning of vgimport..&lt;BR /&gt;&lt;BR /&gt;Thnx&lt;BR /&gt;Prashant</description>
      <pubDate>Tue, 23 Nov 2004 09:43:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-some-one-help-out-fast-vgimport-problem/m-p/4871872#M623783</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-11-23T09:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: can some one help out fast? vgimport problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-some-one-help-out-fast-vgimport-problem/m-p/4871873#M623784</link>
      <description>Well - if there's a lot of VGs and/or a lot of disks/paths then the -s can take quite some time.&lt;BR /&gt;Let it run.....&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 23 Nov 2004 09:55:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-some-one-help-out-fast-vgimport-problem/m-p/4871873#M623784</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-11-23T09:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: can some one help out fast? vgimport problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-some-one-help-out-fast-vgimport-problem/m-p/4871874#M623785</link>
      <description>I do mine like this:&lt;BR /&gt;&lt;BR /&gt;vgexport -v -p -s -m /tmp/vg52.map /dev/vg52&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg52&lt;BR /&gt;mknod /dev/vg52/group c 64 0x340000&lt;BR /&gt;&lt;BR /&gt;vgimport -v -s -m /tmp/vg52.map /dev/vg52&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 23 Nov 2004 13:02:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-some-one-help-out-fast-vgimport-problem/m-p/4871874#M623785</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-11-23T13:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: can some one help out fast? vgimport problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-some-one-help-out-fast-vgimport-problem/m-p/4871875#M623786</link>
      <description>Hi Prashant,&lt;BR /&gt;&lt;BR /&gt;Looks like you are not seeing all the disks on the other side. Try 'ioscan -fnC disk' on both the servers and compare them. If these are on EMC or XP, you have tools like 'inq', 'xpinfo', that can help you quickly identify the devices.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 23 Nov 2004 17:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-some-one-help-out-fast-vgimport-problem/m-p/4871875#M623786</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-23T17:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: can some one help out fast? vgimport problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-some-one-help-out-fast-vgimport-problem/m-p/4871876#M623787</link>
      <description>This problem has been taken care. I had to map the emc disks on the other side and create a infile to import. This has sorted problem. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant</description>
      <pubDate>Wed, 24 Nov 2004 08:52:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-some-one-help-out-fast-vgimport-problem/m-p/4871876#M623787</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-11-24T08:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: can some one help out fast? vgimport problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-some-one-help-out-fast-vgimport-problem/m-p/4871877#M623788</link>
      <description>thnx</description>
      <pubDate>Wed, 24 Nov 2004 08:54:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-some-one-help-out-fast-vgimport-problem/m-p/4871877#M623788</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-11-24T08:54:02Z</dc:date>
    </item>
  </channel>
</rss>

