<?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: migrate data on external disk array to another one in MC/SG environment  : any gotcha's? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-on-external-disk-array-to-another-one-in-mc-sg/m-p/3792427#M265244</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Now I got you,&lt;BR /&gt;&lt;BR /&gt;you must use -p (with this your vginfo will be flused out), &lt;BR /&gt;&lt;BR /&gt;also if you have more disks do -f (this will create text file) that has disk info&lt;BR /&gt;&lt;BR /&gt;#vgexport -p -s -v -m /home/buxus/vgsapPRO.mapfile -f vgsapPRO.txt vgsapPRO&lt;BR /&gt;&lt;BR /&gt;ioscan -fCdisk &lt;BR /&gt;&lt;BR /&gt;get the new disk info (c1t2d3 etc)&lt;BR /&gt;&lt;BR /&gt;vgcreate &amp;amp; mknod&lt;BR /&gt;&lt;BR /&gt;Now you should change your txt file with the new disk numbers &amp;amp; then vgimport (not export)&lt;BR /&gt;# vgexport -s -v -m /home/buxus/vgsapPRO_temp.mapfile -f vgsapPRO.txt vgsapPRO_temp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y &lt;NEW vgs=""&gt;&lt;BR /&gt;&lt;BR /&gt;do the same for other VGS&lt;BR /&gt;&lt;BR /&gt;- comment temporary entries in /etc/fstab for vgsapPRO_temp&lt;BR /&gt;&lt;BR /&gt;- mount all filesystem of vgsapPRO existing in /etc/fstab&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chan&lt;/NEW&gt;</description>
    <pubDate>Mon, 22 May 2006 09:36:57 GMT</pubDate>
    <dc:creator>Chan 007</dc:creator>
    <dc:date>2006-05-22T09:36:57Z</dc:date>
    <item>
      <title>migrate data on external disk array to another one in MC/SG environment  : any gotcha's?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-on-external-disk-array-to-another-one-in-mc-sg/m-p/3792423#M265240</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm currently migrating VG's which reside on HP-XP512 array to XP12000 array. Since the VG limitations were not set properly, we opted to do backup, restore to VG_temp, export old VG settings, import in new, and rename to the original name. Upto this point, I only had standalone servers, and the procedure works fine, but now I'm facing production environment which is in MC/SG cluster (manual failover).&lt;BR /&gt;&lt;BR /&gt;Does the export import on the active node keep all the settings as they were original? Is there anywhere in the cluster settings a trace of the physical volumes which make up the VG?&lt;BR /&gt;&lt;BR /&gt;any comments are welcome, I know this is not the clearest of explanations, so I will do my best to provide as much detail as asked.&lt;BR /&gt;&lt;BR /&gt;thanks &lt;BR /&gt;Geert</description>
      <pubDate>Mon, 22 May 2006 08:37:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-on-external-disk-array-to-another-one-in-mc-sg/m-p/3792423#M265240</guid>
      <dc:creator>Geert Swillens</dc:creator>
      <dc:date>2006-05-22T08:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: migrate data on external disk array to another one in MC/SG environment  : any gotcha's?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-on-external-disk-array-to-another-one-in-mc-sg/m-p/3792424#M265241</link>
      <description>Geert,&lt;BR /&gt;&lt;BR /&gt;As long as the VG name is different (other than the clustered VG), you don't have any problem.&lt;BR /&gt;&lt;BR /&gt;My understanding is that you have some vgs (viz vg1, vg2 vg3) under cluster. whereas you are planning to creare vg4 for the restore perpose. This will not affect the cluster. If my understanding is incorrect please correct me.&lt;BR /&gt;&lt;BR /&gt;Chan</description>
      <pubDate>Mon, 22 May 2006 08:42:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-on-external-disk-array-to-another-one-in-mc-sg/m-p/3792424#M265241</guid>
      <dc:creator>Chan 007</dc:creator>
      <dc:date>2006-05-22T08:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: migrate data on external disk array to another one in MC/SG environment  : any gotcha's?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-on-external-disk-array-to-another-one-in-mc-sg/m-p/3792425#M265242</link>
      <description>Geert,&lt;BR /&gt;&lt;BR /&gt;You have make the following considerations&lt;BR /&gt;&lt;BR /&gt;1) Create VG and LV on one node&lt;BR /&gt;2) deactivate VG on node one : vgchange -a n vgxx&lt;BR /&gt;3) export vg on node one&lt;BR /&gt;   vgexport -p -m map.vgxx vgxx&lt;BR /&gt;4) copy map file to other node&lt;BR /&gt;5) import vg on other node&lt;BR /&gt;   mkdir /dev/vgxx&lt;BR /&gt;   mknod /dev/vgxx/group c 64 0x0Y0000 (Y=unique id)&lt;BR /&gt;   vgimport -m map.vgxx vgxx /dev/dsk/cxtydz (give here all the physical volumes)&lt;BR /&gt;6) Modify the package config files for new VG name (if it is changed)&lt;BR /&gt;7) one one node &lt;BR /&gt;   vgchange -c y vgxx&lt;BR /&gt;8) Start the package&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 May 2006 08:49:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-on-external-disk-array-to-another-one-in-mc-sg/m-p/3792425#M265242</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2006-05-22T08:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: migrate data on external disk array to another one in MC/SG environment  : any gotcha's?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-on-external-disk-array-to-another-one-in-mc-sg/m-p/3792426#M265243</link>
      <description>chan,&lt;BR /&gt;&lt;BR /&gt;in detail : I have vgsapPRO, vgmntPRO and vgdbPRO in cluster. I cannot add PV's because of too low vg limitations.&lt;BR /&gt;&lt;BR /&gt;Now I create a vgsapPRO_temp, vgmntPRO_temp and vgdbPRO_temp on my new disks, with exactly the same filesystem structure, renamed to *_temp. I do a backup of all filesystems in vgsapPRO, vgmntPRO and vgdbPRO, and I restore them to their corresponding _temps. Then I do following :&lt;BR /&gt; export original volume group : &lt;BR /&gt;#vgexport -s -v -m /home/buxus/vgsapPRO.mapfile vgsapPRO&lt;BR /&gt;&lt;BR /&gt;- export temporary volume group : &lt;BR /&gt;&lt;BR /&gt;# vgexport -s -v -m /home/buxus/vgsapPRO_temp.mapfile vgsapPRO_temp&lt;BR /&gt;&lt;BR /&gt;- import disks used by vgsapPRO_temp into vgsapPRO&lt;BR /&gt;&lt;BR /&gt;# vgimport -s -v -m /home/buxus/vgsapPRO_temp.mapfile vgsapPPRO&lt;BR /&gt;&lt;BR /&gt;- comment temporary entries in /etc/fstab for vgsapPRO_temp&lt;BR /&gt;&lt;BR /&gt;- mount all filesystem of vgsapPRO existing in /etc/fstab&lt;BR /&gt; &lt;BR /&gt;and the same for vgdbPRO and vgmntPRO.&lt;BR /&gt;&lt;BR /&gt;that's the exact procedure</description>
      <pubDate>Mon, 22 May 2006 08:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-on-external-disk-array-to-another-one-in-mc-sg/m-p/3792426#M265243</guid>
      <dc:creator>Geert Swillens</dc:creator>
      <dc:date>2006-05-22T08:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: migrate data on external disk array to another one in MC/SG environment  : any gotcha's?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-on-external-disk-array-to-another-one-in-mc-sg/m-p/3792427#M265244</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Now I got you,&lt;BR /&gt;&lt;BR /&gt;you must use -p (with this your vginfo will be flused out), &lt;BR /&gt;&lt;BR /&gt;also if you have more disks do -f (this will create text file) that has disk info&lt;BR /&gt;&lt;BR /&gt;#vgexport -p -s -v -m /home/buxus/vgsapPRO.mapfile -f vgsapPRO.txt vgsapPRO&lt;BR /&gt;&lt;BR /&gt;ioscan -fCdisk &lt;BR /&gt;&lt;BR /&gt;get the new disk info (c1t2d3 etc)&lt;BR /&gt;&lt;BR /&gt;vgcreate &amp;amp; mknod&lt;BR /&gt;&lt;BR /&gt;Now you should change your txt file with the new disk numbers &amp;amp; then vgimport (not export)&lt;BR /&gt;# vgexport -s -v -m /home/buxus/vgsapPRO_temp.mapfile -f vgsapPRO.txt vgsapPRO_temp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y &lt;NEW vgs=""&gt;&lt;BR /&gt;&lt;BR /&gt;do the same for other VGS&lt;BR /&gt;&lt;BR /&gt;- comment temporary entries in /etc/fstab for vgsapPRO_temp&lt;BR /&gt;&lt;BR /&gt;- mount all filesystem of vgsapPRO existing in /etc/fstab&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chan&lt;/NEW&gt;</description>
      <pubDate>Mon, 22 May 2006 09:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/migrate-data-on-external-disk-array-to-another-one-in-mc-sg/m-p/3792427#M265244</guid>
      <dc:creator>Chan 007</dc:creator>
      <dc:date>2006-05-22T09:36:57Z</dc:date>
    </item>
  </channel>
</rss>

