<?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: mounting VG on another system that already has same VG name in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522411#M220100</link>
    <description>"But if you do the vgexport with the -p it will not remove the volume group name from the disk"&lt;BR /&gt;&lt;BR /&gt;Volume group name is not contained into the physical disk.</description>
    <pubDate>Tue, 12 Apr 2005 09:16:40 GMT</pubDate>
    <dc:creator>Jdamian</dc:creator>
    <dc:date>2005-04-12T09:16:40Z</dc:date>
    <item>
      <title>mounting VG on another system that already has same VG name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522400#M220089</link>
      <description>Hi,&lt;BR /&gt;How can I mount a volume group from one system to another system.  The new system already has active volume group on it with same name.  SOrt of like MCSG, but manually without software.  i.e VG03 on server A needs to be mounted on VG03 on server B.  Can I vgimport and change what VOLUME GROUP it will activate too? LIke to VG04?&lt;BR /&gt;Hope I explained myself correctly.&lt;BR /&gt;Thanks,&lt;BR /&gt;Charlie&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2005 15:10:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522400#M220089</guid>
      <dc:creator>Charles Temple</dc:creator>
      <dc:date>2005-04-11T15:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: mounting VG on another system that already has same VG name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522401#M220090</link>
      <description>From server one, prepare a map and put it on another host. On node one deactivate it.&lt;BR /&gt;On second, &lt;BR /&gt;mkdir /dev/vgxx&lt;BR /&gt;mknod /dev/vgxx/group x 64 0x050000&lt;BR /&gt;(assuming vg05 monor number)&lt;BR /&gt;vgimport -v -m /mapfile /dev/vgxx&lt;BR /&gt;Activate and mount.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 11 Apr 2005 15:16:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522401#M220090</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-04-11T15:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: mounting VG on another system that already has same VG name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522402#M220091</link>
      <description>To deactivate:&lt;BR /&gt;&lt;BR /&gt;vgchange -a n /dev/vg00&lt;BR /&gt;&lt;BR /&gt;# use real vgname&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;to activate&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vg00&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 11 Apr 2005 15:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522402#M220091</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-04-11T15:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: mounting VG on another system that already has same VG name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522403#M220092</link>
      <description>sorry but I know how to do that, what I need help, and not even sure possible, but 2 systems with same VG NAME.  vg01 say.  I need to activate server's A VG01 onto server B's VG01.  Or vgimport but change name of volume group.  I know the VG name is already on the disks so not sure if we can just change names.&lt;BR /&gt;&lt;BR /&gt;Charlie</description>
      <pubDate>Mon, 11 Apr 2005 15:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522403#M220092</guid>
      <dc:creator>Charles Temple</dc:creator>
      <dc:date>2005-04-11T15:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: mounting VG on another system that already has same VG name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522404#M220093</link>
      <description>That is what both posts told you. On second system, you can use any name you want. Just make sure that you are using any exsisiting vg's minor number.</description>
      <pubDate>Mon, 11 Apr 2005 15:48:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522404#M220093</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-04-11T15:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: mounting VG on another system that already has same VG name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522405#M220094</link>
      <description>How can I use vg01 if that is already being used?  if you look at at the pvdisplay doesn't the disk want to be in the same volume group it just came from?</description>
      <pubDate>Mon, 11 Apr 2005 15:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522405#M220094</guid>
      <dc:creator>Charles Temple</dc:creator>
      <dc:date>2005-04-11T15:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: mounting VG on another system that already has same VG name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522406#M220095</link>
      <description>Hi Charles,&lt;BR /&gt;&lt;BR /&gt;Yes, you can import vg03 of serverA as vg04 on serverB.&lt;BR /&gt;&lt;BR /&gt;Anil - &lt;BR /&gt;&amp;gt;Just make sure that you are using any exsisiting vg's minor number.&lt;BR /&gt;&lt;BR /&gt;Correcttion - Just make sure you are not using any existing VG's minor number.&lt;BR /&gt;&lt;BR /&gt;Deavtivate and Deportvg03 on serverA&lt;BR /&gt;After unmount file systems belonging to /dev/vg03 on serverA &lt;BR /&gt;#vgexport -v /dev/vg03&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Procedure for importing remote VG :-&lt;BR /&gt;On Server B (Assuming disks are allready accessible on serverB and devices files for them is allready created)&lt;BR /&gt;&lt;BR /&gt;#mkdir /dev/vg04&lt;BR /&gt;#cd /dev/vg04&lt;BR /&gt;#mknod group c 64 0x0?0000&lt;BR /&gt;?= Unique no. in this host ( Confirm by 'ls -l /dev/vg*/group' and use next available no. (0x000000,0x010000,0x020000...)&lt;BR /&gt;#vgimport /dev/vg04 /dev/dsk/cxtydz /dev/dsk/cx1ty1dz1 (Give address of all the disks of that vg as they are accessible on serverB)&lt;BR /&gt;#vgchange -a y /dev/vg01&lt;BR /&gt;You will find device files of all the logical volumes in /dev/vg03 of serverA, in /dev/vg04 of serverB and you can mount these on any desired mount points.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Tue, 12 Apr 2005 00:03:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522406#M220095</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-04-12T00:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: mounting VG on another system that already has same VG name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522407#M220096</link>
      <description>Hi charles,&lt;BR /&gt;&lt;BR /&gt;When you "vgexport" the Volume group is deleted and the information about the VG is removed from /etc/lvmtab and from the PV headers. &lt;BR /&gt;&lt;BR /&gt;and the information is recreated in the new machine when you vgimport it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naveej</description>
      <pubDate>Tue, 12 Apr 2005 00:13:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522407#M220096</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2005-04-12T00:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: mounting VG on another system that already has same VG name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522408#M220097</link>
      <description>Thanks for all the answers.  But I know you can do that if you vgexport and delete on the server A side.  I need to know if you do a vgexport -s -p -m vgxx.map and then try to import on other server to diffrent vg.  Is that possible?&lt;BR /&gt;&lt;BR /&gt;THanks,&lt;BR /&gt;Charlie</description>
      <pubDate>Tue, 12 Apr 2005 08:41:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522408#M220097</guid>
      <dc:creator>Charles Temple</dc:creator>
      <dc:date>2005-04-12T08:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: mounting VG on another system that already has same VG name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522409#M220098</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes it is quite possible. Atlast it is same vgexport command you are using, options do not matter.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Tue, 12 Apr 2005 08:53:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522409#M220098</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-04-12T08:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: mounting VG on another system that already has same VG name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522410#M220099</link>
      <description>But if you do the vgexport with the -p it will not remove the volume group name from the disk, so how can you import to diffrent volume group name if disk thinks it already belongs to volume group.</description>
      <pubDate>Tue, 12 Apr 2005 09:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522410#M220099</guid>
      <dc:creator>Charles Temple</dc:creator>
      <dc:date>2005-04-12T09:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: mounting VG on another system that already has same VG name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522411#M220100</link>
      <description>"But if you do the vgexport with the -p it will not remove the volume group name from the disk"&lt;BR /&gt;&lt;BR /&gt;Volume group name is not contained into the physical disk.</description>
      <pubDate>Tue, 12 Apr 2005 09:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522411#M220100</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2005-04-12T09:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: mounting VG on another system that already has same VG name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522412#M220101</link>
      <description>you do a pvdisplay on that disk and it comes back with the volume group name.&lt;BR /&gt;Here is example of pvdisplay on one of my disks.(luns)&lt;BR /&gt;&lt;BR /&gt;pvdisplay /dev/dsk/c12t0d4&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;PV Name                     /dev/dsk/c12t0d4&lt;BR /&gt;VG Name                     /dev/vg01&lt;BR /&gt;PV Status                   available                &lt;BR /&gt;Allocatable                 yes          &lt;BR /&gt;VGDA                        2   &lt;BR /&gt;Cur LV                      1      &lt;BR /&gt;PE Size (Mbytes)            8               &lt;BR /&gt;Total PE                    9598    &lt;BR /&gt;Free PE                     0       &lt;BR /&gt;Allocated PE                9598        &lt;BR /&gt;Stale PE                    0       &lt;BR /&gt;IO Timeout (Seconds)        default             &lt;BR /&gt;Autoswitch                  On</description>
      <pubDate>Tue, 12 Apr 2005 09:20:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522412#M220101</guid>
      <dc:creator>Charles Temple</dc:creator>
      <dc:date>2005-04-12T09:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: mounting VG on another system that already has same VG name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522413#M220102</link>
      <description>Hi Charles,&lt;BR /&gt;&lt;BR /&gt;Yes, it will display the vg name from the disk which contained it. But a VG can be accessed from two hosts , but only from one at a time. And even if you remove information from first host by not applying -p option then also it can be recreated back on the host when you want to access it from this host again. &lt;BR /&gt;&lt;BR /&gt;But it is always required to remove information pertaining to that vg from your host where you do not want to use this. Otherwise on reboot this host will probe you warnings related to that vg.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Tue, 12 Apr 2005 09:31:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522413#M220102</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-04-12T09:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: mounting VG on another system that already has same VG name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522414#M220103</link>
      <description>The name of the vg doesn't matter - only the contents.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For example - you have a backup server.&lt;BR /&gt;&lt;BR /&gt;You have 3 hosts - SAN attached.&lt;BR /&gt;All have say /dev/vg10&lt;BR /&gt;&lt;BR /&gt;Create map files on each server:&lt;BR /&gt;&lt;BR /&gt;vgexport -p -s -v -m /tmp/vg10.`hostname`.map /dev/vg10&lt;BR /&gt;&lt;BR /&gt;rcp those to the backup server.&lt;BR /&gt;&lt;BR /&gt;On backup server:&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg10svr1&lt;BR /&gt;mkdir /dev/vg10svr2&lt;BR /&gt;mkdir /dev/vg10svr3&lt;BR /&gt;&lt;BR /&gt;mknod /dev/vg10svr1/group c 64 0x0a0000&lt;BR /&gt;mknod /dev/vg10svr2/group c 64 0x0b0000&lt;BR /&gt;mknod /dev/vg10svr3/group c 64 0x0c0000&lt;BR /&gt;&lt;BR /&gt;vgimport -s -v -m /tmp/vg10.server1.map /dev/vg10svr1&lt;BR /&gt;&lt;BR /&gt;vgimport -s -v -m /tmp/vg10.server2.map /dev/vg10svr2&lt;BR /&gt;&lt;BR /&gt;vgimport -s -v -m /tmp/vg10.server3.map /dev/vg10svr3&lt;BR /&gt;&lt;BR /&gt;Create your mount points....&lt;BR /&gt;&lt;BR /&gt;Then, umount file systems on each server, then vgchange -a n the vg's on those servers...&lt;BR /&gt;&lt;BR /&gt;On backup server, &lt;BR /&gt;vgchange -a y /dev/vg10svr1 &lt;BR /&gt;vgchange -a y /dev/vg10svr2&lt;BR /&gt;vgchange -a y /dev/vg10svr3&lt;BR /&gt;&lt;BR /&gt;Then mount the file systems and back them up...&lt;BR /&gt;&lt;BR /&gt;When done - umount, vgchange -a n them, and vgchange -a y and mount on the actual servers...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Apr 2005 09:32:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-vg-on-another-system-that-already-has-same-vg-name/m-p/3522414#M220103</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-04-12T09:32:15Z</dc:date>
    </item>
  </channel>
</rss>

