<?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: vgexport/vgimport in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport/m-p/2681078#M644641</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can add after doing the import:&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/vg02&lt;BR /&gt;&lt;BR /&gt;if any of these are mounted volumes you will&lt;BR /&gt;need to mount them as well. You may need to&lt;BR /&gt;change the /etc/fstab file and then mount &lt;BR /&gt;them using 'mount -a'&lt;BR /&gt;&lt;BR /&gt;Michael</description>
    <pubDate>Wed, 13 Mar 2002 21:38:28 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-03-13T21:38:28Z</dc:date>
    <item>
      <title>vgexport/vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport/m-p/2681074#M644637</link>
      <description>Hi !&lt;BR /&gt;&lt;BR /&gt;Scenario: Server A with vg02(disks on EMC A).&lt;BR /&gt;Server B  with vg02(disks on EMC B). The disks on EMC A are syn'ed to disks on EMC B. When splitting we want to run the application on server B with the EMC B disks in vg02. What's the recommended approach?? Do you have any suggestions?? &lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;NilsI&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Mar 2002 10:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport/m-p/2681074#M644637</guid>
      <dc:creator>nitren</dc:creator>
      <dc:date>2002-03-12T10:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport/vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport/m-p/2681075#M644638</link>
      <description>Are you using serviceGuard?&lt;BR /&gt;&lt;BR /&gt;You can switch the package or vgchange in exclusive mode&lt;BR /&gt;&lt;BR /&gt;Otherwise vgexport with the -m option to create a mapfile,&lt;BR /&gt;&lt;BR /&gt;copy the map file to the new server, vgimport the vg&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Tue, 12 Mar 2002 10:15:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport/m-p/2681075#M644638</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-03-12T10:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport/vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport/m-p/2681076#M644639</link>
      <description>I don't understand how you have syncronized EMC.&lt;BR /&gt;&lt;BR /&gt;If you use the emc software, you must split the mirror and after you can see the disk's on server B.&lt;BR /&gt;&lt;BR /&gt;Have you any detail about it?</description>
      <pubDate>Wed, 13 Mar 2002 15:36:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport/m-p/2681076#M644639</guid>
      <dc:creator>Domenico_5</dc:creator>
      <dc:date>2002-03-13T15:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport/vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport/m-p/2681077#M644640</link>
      <description>You're using EMC TimeFinder/SRDF. Very nice.&lt;BR /&gt;&lt;BR /&gt;Study this thread.&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x66d494f22a31d6118fff0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x66d494f22a31d6118fff0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is basically what to do:&lt;BR /&gt;&lt;BR /&gt;On host A, export the vg maps of vg01:&lt;BR /&gt;# vgexport -p -m vg01.map -f vg01.pv vg01&lt;BR /&gt;&lt;BR /&gt;Copy vg01.map and vg01.pv to host B.&lt;BR /&gt;&lt;BR /&gt;On host B:&lt;BR /&gt;split the RDF links so the host can see the volumes, install the disks (ioscan; insf -e). edit vg01.pv to reflect the correct pv paths, and create the new volume group:&lt;BR /&gt;# mkdir /dev/vg02&lt;BR /&gt;# mknod /dev/vg02/group c 64 0x020000&lt;BR /&gt;# vgimport -m vg01.map -f vg01.pv /dev/vg02&lt;BR /&gt;&lt;BR /&gt;Naturally, there may be a little more to this.&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Mar 2002 19:40:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport/m-p/2681077#M644640</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-03-13T19:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport/vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport/m-p/2681078#M644641</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can add after doing the import:&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/vg02&lt;BR /&gt;&lt;BR /&gt;if any of these are mounted volumes you will&lt;BR /&gt;need to mount them as well. You may need to&lt;BR /&gt;change the /etc/fstab file and then mount &lt;BR /&gt;them using 'mount -a'&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Wed, 13 Mar 2002 21:38:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport/m-p/2681078#M644641</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-03-13T21:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport/vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport/m-p/2681079#M644642</link>
      <description>Hmmm, Being an EMC using/loving HP-UX admin, I don't think that what Jordan suggested will work perfectly.  The problem I see is that when vgexporting, you can't rely on the -f option because the physical volume special files will undoubtedly change when moving over to the other server.  I would suggest either using 'inq'(which doesn't require you to install solutions enabler) which will allow you to determine the pv name for each BCV hyper, on server B or you can use sam to import the vg using your map file.  Once the vg exists, simply get all of the pv names and create a script that will mkdir your /dev/vg, mknod your group file, vgchgid (changes vgid on the drives to allow for the mounting of the bcv on the same host as the standard devices), vgimport, vgchange, fsck, and then finally mount the drives.  &lt;BR /&gt;&lt;BR /&gt;I can give you more details if you need them.  I hope that this is useful.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jason V.</description>
      <pubDate>Fri, 22 Mar 2002 22:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport/m-p/2681079#M644642</guid>
      <dc:creator>Jason VanDerMark</dc:creator>
      <dc:date>2002-03-22T22:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport/vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport/m-p/2681080#M644643</link>
      <description>Nils&lt;BR /&gt;&lt;BR /&gt;Jason is right , you have to do a vgchgid on all the disks togeether in the volume gtroup vg02 . and then only it can be imported. You can import w/o using the map files tooo and it work properly , just you got to know where the ountpoints get mounted.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Fri, 22 Mar 2002 22:15:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport/m-p/2681080#M644643</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-03-22T22:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport/vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport/m-p/2681081#M644644</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use symrdf to split the SRDF link, set the R2 devices in Read/Write mode and use vgimport to import the volume group. You can use a map file, but that is not necessary if your logical volumes are in the correct order. Also, if you know the R2 device files which belong to the VG you can specify them. ALternatively you can let vgimport search for the correct devices which takes longer.&lt;BR /&gt;After the vgimport activate them using vgchange -a y. There is no need for vgchgid since you activate the R2 volume group on a different system than the R1 VG.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All you need to do now is to mount the file systems. If this is a disaster-recovery setup, please be aware that you need the mountpoint info when the server A crashes.&lt;BR /&gt;&lt;BR /&gt;Note: under "normal" operation it is possible to import the vg in read only mode and mount the file systems read only on server B, while the R1 vg is active on server A.&lt;BR /&gt;This way you have a chance to test the procedure.&lt;BR /&gt;&lt;BR /&gt;All this can be automated using MC ServiceGuard together with the MCSG EMC SRDF toolkit which can be buight from HP.&lt;BR /&gt;&lt;BR /&gt;HtH,&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Mon, 25 Mar 2002 11:56:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport/m-p/2681081#M644644</guid>
      <dc:creator>Mark van Hassel</dc:creator>
      <dc:date>2002-03-25T11:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: vgexport/vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport/m-p/2681082#M644645</link>
      <description>Just an update: In stead off using "symrdf split" it could be better to use "symrdf failover" which write disables the R1 volumes. &lt;BR /&gt;An "symrdf failback" will synch the R1 volumes with the R2 volumes.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Mon, 25 Mar 2002 12:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgexport-vgimport/m-p/2681082#M644645</guid>
      <dc:creator>Mark van Hassel</dc:creator>
      <dc:date>2002-03-25T12:00:40Z</dc:date>
    </item>
  </channel>
</rss>

