<?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: moving EMC to XP1024 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-emc-to-xp1024/m-p/3499247#M625014</link>
    <description>It can be done. But it will be mirroring at too many places. on raid1, on raid5 and on LVM. When you can do it on hardware device, why to do it on host side-use of mirror disk.&lt;BR /&gt;&lt;BR /&gt;What exactly you want o do here?? Copy data over from one storage to other??&lt;BR /&gt;&lt;BR /&gt;Anil</description>
    <pubDate>Mon, 07 Mar 2005 11:43:36 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2005-03-07T11:43:36Z</dc:date>
    <item>
      <title>moving EMC to XP1024</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-emc-to-xp1024/m-p/3499245#M625012</link>
      <description>hi all&lt;BR /&gt;&lt;BR /&gt;we have a vclass connected to an EMC using raid 1.  we want to move to an XP1024 using raid 5.  both are currently connected to the vclass and seen by the OS.  is it possible to mirror the emc raid 1 to the XP1024 raid 5 at the lvm level?  or is it easier to just cpio filesystems over?&lt;BR /&gt;&lt;BR /&gt;thx in advance&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Mar 2005 11:21:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-emc-to-xp1024/m-p/3499245#M625012</guid>
      <dc:creator>p7</dc:creator>
      <dc:date>2005-03-07T11:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: moving EMC to XP1024</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-emc-to-xp1024/m-p/3499246#M625013</link>
      <description>If you have mirror/ux or this is VxVM and part of rootvg or you have the VxVM equivalent of mirror/ux you can do this.&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 lvname /dev/dsk/c15t8d0 &lt;BR /&gt;&lt;BR /&gt;that disk is a disk presented by the XP1024.&lt;BR /&gt;&lt;BR /&gt;Understand that if this involves an oracle database or other write intensive application data, raid 5 can have a significant, negative impact on performance.&lt;BR /&gt;&lt;BR /&gt;Oracle recommends data and redo by raid 1 or raid 10, not raid 5.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 07 Mar 2005 11:36:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-emc-to-xp1024/m-p/3499246#M625013</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-07T11:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: moving EMC to XP1024</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-emc-to-xp1024/m-p/3499247#M625014</link>
      <description>It can be done. But it will be mirroring at too many places. on raid1, on raid5 and on LVM. When you can do it on hardware device, why to do it on host side-use of mirror disk.&lt;BR /&gt;&lt;BR /&gt;What exactly you want o do here?? Copy data over from one storage to other??&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 07 Mar 2005 11:43:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-emc-to-xp1024/m-p/3499247#M625014</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-03-07T11:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: moving EMC to XP1024</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-emc-to-xp1024/m-p/3499248#M625015</link>
      <description>LVM mirroring will be the easiest and fastest to migrate from EMC to XP.&lt;BR /&gt;&lt;BR /&gt;But remember, ability to mirror a LV using MirrorUX/DX also depeends on how the LV is actually setup.&lt;BR /&gt;&lt;BR /&gt;if your LV is striped across the LUNS from the EMC RAID 1 AG, then you cannot mirror using MirrorUX-DX.&lt;BR /&gt;&lt;BR /&gt;Find out how the LVs are setup now.</description>
      <pubDate>Mon, 07 Mar 2005 13:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-emc-to-xp1024/m-p/3499248#M625015</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2005-03-07T13:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: moving EMC to XP1024</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-emc-to-xp1024/m-p/3499249#M625016</link>
      <description>You can also use the pvmove command, in that case there is no need of using mirrordisk, but if You own a mirrordisk license I would definitely use mirrored pvgs and then either deactivate the vg if downtime is available or use the command lvsplit to ensure the copy on the emc^2 stays safe and consistent.&lt;BR /&gt;when using pvmove it'll be lost - the copy process used by pvmove is very safe, even if one of the boxes fails this in itself won't cause any inconsistencies.&lt;BR /&gt;&lt;BR /&gt;My experience would be that I'd go with pvmove,  unless I have mirrordisk licences, in that case I'd definitely use mirror and lvsplit.&lt;BR /&gt;&lt;BR /&gt;The crucial point for all lvm-mirroring is Your volume group parameters maxpv and maxpeperpv - if they don't leave space for the new disks, then there is little hope.&lt;BR /&gt;&lt;BR /&gt;if there is only space for one pv left, pvmove is the best option.&lt;BR /&gt;&lt;BR /&gt;If You have &lt;BR /&gt;emc_disk1&lt;BR /&gt;emc_disk2&lt;BR /&gt;emc_disk3&lt;BR /&gt;emc_disk4&lt;BR /&gt;emc_disk5&lt;BR /&gt;xp_disk1&lt;BR /&gt;&lt;BR /&gt;then pvmove the data from emc_disk5 to xp_disk1 and vgreduce emc_disk5.&lt;BR /&gt;&lt;BR /&gt;(btw: try to never end up with something&lt;BR /&gt;like &lt;BR /&gt;emc_disk1&lt;BR /&gt;emc_disk2&lt;BR /&gt;emc_disk4&lt;BR /&gt;emc_disk5 during the process with downlevel patches this might render disk4 and disk5 inaccessible.)</description>
      <pubDate>Mon, 07 Mar 2005 14:27:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-emc-to-xp1024/m-p/3499249#M625016</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-03-07T14:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: moving EMC to XP1024</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-emc-to-xp1024/m-p/3499250#M625017</link>
      <description>hi all&lt;BR /&gt;&lt;BR /&gt;thx for all ur reponses,&lt;BR /&gt;&lt;BR /&gt;on emc: we mirror raid 1 at hardware level&lt;BR /&gt;&lt;BR /&gt;on xp1024: we mirror raid 5 at hardware level and stripe at lvm level&lt;BR /&gt;&lt;BR /&gt;i believe that u cant mix striping and lvm&lt;BR /&gt;mirroring unless extend based is used and we&lt;BR /&gt;dont use that&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Mar 2005 15:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-emc-to-xp1024/m-p/3499250#M625017</guid>
      <dc:creator>p7</dc:creator>
      <dc:date>2005-03-07T15:12:56Z</dc:date>
    </item>
  </channel>
</rss>

