<?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 using mirror in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration-using-mirror/m-p/5515155#M536465</link>
    <description>&lt;P&gt;Your approach seems to be correct if you have Mirror/UX installed.&lt;/P&gt;&lt;P&gt;You can also consider pvmove.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good Luck&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-USA&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2012 21:41:59 GMT</pubDate>
    <dc:creator>Uday_S_Ankolekar</dc:creator>
    <dc:date>2012-01-31T21:41:59Z</dc:date>
    <item>
      <title>Storage migration using mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration-using-mirror/m-p/5515105#M536464</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have VG01 on my HP-UX 11.11 v1 with 2 disks on 2 different storage) using mirror:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;15995 /dev/dsk/c14t0d1&amp;nbsp;&amp;nbsp; 15995 current&amp;nbsp; /dev/dsk/c12t0d1&amp;nbsp;&amp;nbsp; 15995 current&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have to replace one storage(c12t0d1), can I have third disk from new storage in mirror? After that remove the disk from old storage?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am creating a procedure to complete this task, and I not sure if it is the best away or I am skipping steps , can someone give an idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Present new disk from new storage&lt;/P&gt;&lt;P&gt;2-&amp;nbsp;&amp;nbsp; &amp;nbsp; pvcreate /dev/dsk/ cxtxdx&lt;BR /&gt;3-&amp;nbsp;&amp;nbsp; &amp;nbsp; vgextend /dev/vg01&amp;nbsp; /dev/ cxtxdx&lt;BR /&gt;4- &amp;nbsp; &amp;nbsp; lvextend - m 1 /dev/vg01/lvxx /dev/dsk/cxtxdx&lt;BR /&gt;5-&amp;nbsp;&amp;nbsp; &amp;nbsp; lvreduce -m 0 /dev/vg01/lvolxx /dev/dsk/c12t0d1&lt;BR /&gt;5-&amp;nbsp;&amp;nbsp; &amp;nbsp; vgreduce /dev/vgxx&amp;nbsp; /dev/dsk/c12t0d1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your help on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2012 20:12:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration-using-mirror/m-p/5515105#M536464</guid>
      <dc:creator>Vitorxx</dc:creator>
      <dc:date>2012-01-31T20:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Storage migration using mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration-using-mirror/m-p/5515155#M536465</link>
      <description>&lt;P&gt;Your approach seems to be correct if you have Mirror/UX installed.&lt;/P&gt;&lt;P&gt;You can also consider pvmove.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good Luck&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-USA&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2012 21:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration-using-mirror/m-p/5515155#M536465</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2012-01-31T21:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Storage migration using mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration-using-mirror/m-p/5515169#M536466</link>
      <description>&lt;P&gt;The 2 things that need to change are in your lvextend and lvreduce commands.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After you extend you will have 2 mirrors, so you need:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4- &amp;nbsp; &amp;nbsp; lvextend - m 2 /dev/vg01/lvxx /dev/dsk/cxtxdx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After you reduce you will still have 1 mirror, so you need:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5-&amp;nbsp;&amp;nbsp; &amp;nbsp; lvreduce -m 1 /dev/vg01/lvolxx /dev/dsk/c12t0d1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other than that, all looks good.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2012 22:01:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration-using-mirror/m-p/5515169#M536466</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2012-01-31T22:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Storage migration using mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration-using-mirror/m-p/5515273#M536467</link>
      <description>&lt;P&gt;Yes, I have mirror ux installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you everyone. I appreciate your attention.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2012 00:25:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-migration-using-mirror/m-p/5515273#M536467</guid>
      <dc:creator>Vitorxx</dc:creator>
      <dc:date>2012-02-01T00:25:45Z</dc:date>
    </item>
  </channel>
</rss>

