<?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: mirroring logical volume in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770481#M389993</link>
    <description>... and he isn't able to umount it since it has turned out that it's about the root disk.</description>
    <pubDate>Wed, 30 Mar 2011 12:26:27 GMT</pubDate>
    <dc:creator>Viktor Balogh</dc:creator>
    <dc:date>2011-03-30T12:26:27Z</dc:date>
    <item>
      <title>mirroring logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770473#M389985</link>
      <description>hi,&lt;BR /&gt;i have created a logical volume lvol11 and i forget to choose the mirroring option from sam. in addition the logical volume is mounted in /test&lt;BR /&gt;my question is how i can mirroring the logical volume?,plz provide me the steps by details.</description>
      <pubDate>Sat, 26 Mar 2011 17:30:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770473#M389985</guid>
      <dc:creator>bitou</dc:creator>
      <dc:date>2011-03-26T17:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770474#M389986</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You can simply mirror your logical volume now.  This is often done when filesystems are mounted and in-use.  Simply do:&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vgNN/lvol11 &lt;BR /&gt;&lt;BR /&gt;...or if you want to target a particular disk:&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vgNN/lvol11  /dev/dsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sat, 26 Mar 2011 18:55:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770474#M389986</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-03-26T18:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770475#M389987</link>
      <description>Hi:&lt;BR /&gt;thanks for yr reply, but i have mirroring the boot disk, what is prefered to do? &lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol11 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol11 /dev/dsk/cxtYdZ&lt;BR /&gt;&lt;BR /&gt;bitou</description>
      <pubDate>Sat, 26 Mar 2011 20:43:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770475#M389987</guid>
      <dc:creator>bitou</dc:creator>
      <dc:date>2011-03-26T20:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770476#M389988</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; but i have mirroring the boot disk, what is preferred to do?&lt;BR /&gt;&lt;BR /&gt;In my opinion it never hurts to be explicit.&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol11 /dev/dsk/cxtYdZ&lt;BR /&gt;&lt;BR /&gt;...where 'cXtYdz' is the disk on which you want to create the mirror.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Mar 2011 21:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770476#M389988</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-03-26T21:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770477#M389989</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As JRF has rightly mentioned, it doesn't hurt to be "specific" but just in case you have only one boot disk and that contains all your essential O.S lvols and one extra P.V in that V.G  and you have the default allocation policy... there is pretty much only one place that lvol go. However, it is always best to have less than three disks in your root volume group.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ismail Azad</description>
      <pubDate>Mon, 28 Mar 2011 05:04:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770477#M389989</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2011-03-28T05:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770478#M389990</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Logical volumes in root VG has been allocated with strict policy. Strict policy will not allow to sit the mirror extents on the same disk. If you have more than 2 disk in your VG, then specify the pv path, else you can do without specifying the pv path.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...</description>
      <pubDate>Mon, 28 Mar 2011 08:42:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770478#M389990</guid>
      <dc:creator>P Arumugavel</dc:creator>
      <dc:date>2011-03-28T08:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770479#M389991</link>
      <description>please umount /test if is a base JFS&lt;BR /&gt; &lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t0d0</description>
      <pubDate>Wed, 30 Mar 2011 05:35:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770479#M389991</guid>
      <dc:creator>abir chowdhury</dc:creator>
      <dc:date>2011-03-30T05:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770480#M389992</link>
      <description>No need to unmount anything if you want to mirror ...</description>
      <pubDate>Wed, 30 Mar 2011 06:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770480#M389992</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-03-30T06:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770481#M389993</link>
      <description>... and he isn't able to umount it since it has turned out that it's about the root disk.</description>
      <pubDate>Wed, 30 Mar 2011 12:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770481#M389993</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2011-03-30T12:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: mirroring logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770482#M389994</link>
      <description>Hi,&lt;BR /&gt;Just run the below commands and it is done&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol1 &lt;BR /&gt;# lvlnboot -b /dev/vg00/lvol1 /dev/vg00</description>
      <pubDate>Thu, 31 Mar 2011 07:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-logical-volume/m-p/4770482#M389994</guid>
      <dc:creator>Abid Iqbal</dc:creator>
      <dc:date>2011-03-31T07:11:53Z</dc:date>
    </item>
  </channel>
</rss>

