<?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: Storage migration.. in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/storage-migration/m-p/3824374#M20962</link>
    <description>Shankar,&lt;BR /&gt;&lt;BR /&gt;Is you are going to have your mirrors always it is fine to create a LVMPVG file else if this is just an one off, leave it.&lt;BR /&gt;&lt;BR /&gt;Also your profile is like "I have assigned points to   23  of   110  responses to my questions. "&lt;BR /&gt;&lt;BR /&gt;This forum needs just appreciation by providing points. But your provide is very low. See fredy's responce, he would have spent more than 10 to 15 Mins for you. Just as a courtesy provide points to any one who helps you. &lt;BR /&gt;&lt;BR /&gt;This will helps this forum.&lt;BR /&gt;&lt;BR /&gt;Chan</description>
    <pubDate>Thu, 03 Aug 2006 05:18:46 GMT</pubDate>
    <dc:creator>Chan 007</dc:creator>
    <dc:date>2006-08-03T05:18:46Z</dc:date>
    <item>
      <title>Storage migration..</title>
      <link>https://community.hpe.com/t5/disk-enclosures/storage-migration/m-p/3824369#M20957</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Currently we have 2*node cluster running OPS.&lt;BR /&gt;Disks are accessed from XP-512.&lt;BR /&gt;&lt;BR /&gt;We have a plan to migrate the stroage to Hitachi.&lt;BR /&gt;&lt;BR /&gt;I just would like to know action plan if anything available for this storage migration..(like moving data to new storage,LVM configurations,cluster lock config change..etc..).I too know it is hard to get info as its not a simple task.&lt;BR /&gt;&lt;BR /&gt;I am asking this to get an idea for the change.&lt;BR /&gt;&lt;BR /&gt;shankar.</description>
      <pubDate>Sun, 16 Jul 2006 14:40:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/storage-migration/m-p/3824369#M20957</guid>
      <dc:creator>Shankar_6</dc:creator>
      <dc:date>2006-07-16T14:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Storage migration..</title>
      <link>https://community.hpe.com/t5/disk-enclosures/storage-migration/m-p/3824370#M20958</link>
      <description>what is your method? is it mirroring or hitachi tools or any else?</description>
      <pubDate>Sun, 16 Jul 2006 20:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/storage-migration/m-p/3824370#M20958</guid>
      <dc:creator>freddy_21</dc:creator>
      <dc:date>2006-07-16T20:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Storage migration..</title>
      <link>https://community.hpe.com/t5/disk-enclosures/storage-migration/m-p/3824371#M20959</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have a plan to use method of LV mirroring.&lt;BR /&gt;&lt;BR /&gt;waiting for reply..&lt;BR /&gt;&lt;BR /&gt;Shankar</description>
      <pubDate>Thu, 27 Jul 2006 00:29:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/storage-migration/m-p/3824371#M20959</guid>
      <dc:creator>Shankar_6</dc:creator>
      <dc:date>2006-07-27T00:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Storage migration..</title>
      <link>https://community.hpe.com/t5/disk-enclosures/storage-migration/m-p/3824372#M20960</link>
      <description>My assumption your cluster have one package.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;At server one:&lt;BR /&gt;&lt;BR /&gt;1. Make sure about size of your new disk. it has same size with your current disk?&lt;BR /&gt;2. pvcreate your new disk ( hitachi disk )&lt;BR /&gt;pvcreate -f /dev/rdsk/cxtydz&lt;BR /&gt;3. extend new disk to vg configuration&lt;BR /&gt;vgextend /dev/vg01 /dev/dsk/cxtydz&lt;BR /&gt;4. create lvmpvg file&lt;BR /&gt;lvmpvg will be help you to mirror to new disk.&lt;BR /&gt;ex:&lt;BR /&gt;    VG   /dev/vg01&lt;BR /&gt;    PVG  PVG0&lt;BR /&gt;    /dev/dsk/c4t0d0&lt;BR /&gt;    PVG  PVG1&lt;BR /&gt;    /dev/dsk/c5t0d0&lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;PVG  PVG0 --&amp;gt; contain all disk XP at vg01&lt;BR /&gt;PVG  PVG1 --&amp;gt; contain all disk hitachi at vg01&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;5. run lvextend command to do mirror&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg02/lvol1 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;6. After sync, shutdown your package and your cluster. Activate volume group at node oneand remove your xpdisk&lt;BR /&gt;vgchange -c n vg01&lt;BR /&gt;vgchange -a y vg01&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvreduce -m 0 /dev/vg01/lvol1 /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;after all disk xp already unused for logical volume, remove disk xp&lt;BR /&gt;vgreduce /dev/vg01 /dek/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;7. export and import volume group.&lt;BR /&gt;&lt;BR /&gt;vgexport -v -s -m vg01.map vg01&lt;BR /&gt;copy to another node&lt;BR /&gt;&lt;BR /&gt;at server 2:&lt;BR /&gt;remove all volume group at the cluster configuration&lt;BR /&gt;vgexport vg01&lt;BR /&gt;&lt;BR /&gt;import map file&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg01&lt;BR /&gt;mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;vgimport -v -s -m vg01.map vg01&lt;BR /&gt;&lt;BR /&gt;now both your node have same lvm configuration&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;At server one:&lt;BR /&gt;8. changes your cluster ascii file for device cluster lock disk &lt;BR /&gt;&lt;BR /&gt;9. apply ascii file that you already edited&lt;BR /&gt;&lt;BR /&gt;10. deactivate vg&lt;BR /&gt;vgchange -a n vg01&lt;BR /&gt;&lt;BR /&gt;11. run cluster&lt;BR /&gt;cmruncl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Freddy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jul 2006 01:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/storage-migration/m-p/3824372#M20960</guid>
      <dc:creator>freddy_21</dc:creator>
      <dc:date>2006-07-27T01:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Storage migration..</title>
      <link>https://community.hpe.com/t5/disk-enclosures/storage-migration/m-p/3824373#M20961</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Many thanks for ur detailed steps.&lt;BR /&gt;&lt;BR /&gt;Do we need to create lvmpvg file.?right now the lv's are not mirrored..and allocation policy is set to "Strict".&lt;BR /&gt;&lt;BR /&gt;Please clarify..&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Shankar</description>
      <pubDate>Wed, 02 Aug 2006 14:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/storage-migration/m-p/3824373#M20961</guid>
      <dc:creator>Shankar_6</dc:creator>
      <dc:date>2006-08-02T14:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Storage migration..</title>
      <link>https://community.hpe.com/t5/disk-enclosures/storage-migration/m-p/3824374#M20962</link>
      <description>Shankar,&lt;BR /&gt;&lt;BR /&gt;Is you are going to have your mirrors always it is fine to create a LVMPVG file else if this is just an one off, leave it.&lt;BR /&gt;&lt;BR /&gt;Also your profile is like "I have assigned points to   23  of   110  responses to my questions. "&lt;BR /&gt;&lt;BR /&gt;This forum needs just appreciation by providing points. But your provide is very low. See fredy's responce, he would have spent more than 10 to 15 Mins for you. Just as a courtesy provide points to any one who helps you. &lt;BR /&gt;&lt;BR /&gt;This will helps this forum.&lt;BR /&gt;&lt;BR /&gt;Chan</description>
      <pubDate>Thu, 03 Aug 2006 05:18:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/storage-migration/m-p/3824374#M20962</guid>
      <dc:creator>Chan 007</dc:creator>
      <dc:date>2006-08-03T05:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Storage migration..</title>
      <link>https://community.hpe.com/t5/disk-enclosures/storage-migration/m-p/3824375#M20963</link>
      <description>Shankar,&lt;BR /&gt;&lt;BR /&gt;For me, Point sometime really meaningfull.  It will be measurement for me about what i explain to you. You can understand or not. or you satisfied with my guidence or not.&lt;BR /&gt;&lt;BR /&gt;how big you give point. we will appreciate.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Freddy</description>
      <pubDate>Fri, 04 Aug 2006 05:36:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/storage-migration/m-p/3824375#M20963</guid>
      <dc:creator>freddy_21</dc:creator>
      <dc:date>2006-08-04T05:36:44Z</dc:date>
    </item>
  </channel>
</rss>

