<?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: Need to break the mirror in vg00 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-break-the-mirror-in-vg00/m-p/5148631#M454166</link>
    <description>hi u have to do a &lt;BR /&gt;&lt;BR /&gt;#lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/cxtydy if u already have no of mirrir copies in the VG as 1&lt;BR /&gt;&lt;BR /&gt;this will auto matically update the vgconf file and well can be done online.&lt;BR /&gt;&lt;BR /&gt;remember that in fututre when u will be adding the disk u will have to pvcreate -B,  vgextend and lvextend -m 1 the mirror copies &lt;BR /&gt;&lt;BR /&gt;#lvreduce -m 1 /dev/vg00/lvol1 /dev/dsk/cxtydy is used to decrease a mirror from a no higher that 1 mirrir in teh VG.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Sujit</description>
    <pubDate>Sat, 03 Jan 2009 15:58:55 GMT</pubDate>
    <dc:creator>sujit kumar singh</dc:creator>
    <dc:date>2009-01-03T15:58:55Z</dc:date>
    <item>
      <title>Need to break the mirror in vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-break-the-mirror-in-vg00/m-p/5148629#M454164</link>
      <description>Hi gurus,&lt;BR /&gt; I have a requirement for removing a disk from the mirrored VG00 after breaking it.&lt;BR /&gt;Is it possible to do it on line?&lt;BR /&gt;could u pls tell the steps?Thanks in advance..&lt;BR /&gt;Rgds&lt;BR /&gt;Sreekumar</description>
      <pubDate>Sat, 03 Jan 2009 15:44:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-break-the-mirror-in-vg00/m-p/5148629#M454164</guid>
      <dc:creator>Sreer</dc:creator>
      <dc:date>2009-01-03T15:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need to break the mirror in vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-break-the-mirror-in-vg00/m-p/5148630#M454165</link>
      <description>Hi,&lt;BR /&gt;while breaking the mirror Iam getting the follo. error.&lt;BR /&gt;#  lvreduce  -m 1 /dev/vg00/lvol1 /dev/dsk/c2t0d0s2&lt;BR /&gt;lvreduce: "MirrorCopies" parameter "1" is not smaller than existing number "1";&lt;BR /&gt;therefore no mirrors are removed.&lt;BR /&gt;[rx260-01]/&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Jan 2009 15:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-break-the-mirror-in-vg00/m-p/5148630#M454165</guid>
      <dc:creator>Sreer</dc:creator>
      <dc:date>2009-01-03T15:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need to break the mirror in vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-break-the-mirror-in-vg00/m-p/5148631#M454166</link>
      <description>hi u have to do a &lt;BR /&gt;&lt;BR /&gt;#lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/cxtydy if u already have no of mirrir copies in the VG as 1&lt;BR /&gt;&lt;BR /&gt;this will auto matically update the vgconf file and well can be done online.&lt;BR /&gt;&lt;BR /&gt;remember that in fututre when u will be adding the disk u will have to pvcreate -B,  vgextend and lvextend -m 1 the mirror copies &lt;BR /&gt;&lt;BR /&gt;#lvreduce -m 1 /dev/vg00/lvol1 /dev/dsk/cxtydy is used to decrease a mirror from a no higher that 1 mirrir in teh VG.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Sujit</description>
      <pubDate>Sat, 03 Jan 2009 15:58:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-break-the-mirror-in-vg00/m-p/5148631#M454166</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-03T15:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need to break the mirror in vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-break-the-mirror-in-vg00/m-p/5148632#M454167</link>
      <description>Hello Sujith ,&lt;BR /&gt;Excellent! You are ri8.I have used 0 instead of 1 now its perfect.Thanks!!&lt;BR /&gt;&lt;BR /&gt;# for i in lvol1 lvol2  lvol4 lvol5 lvol6 lvol7 lvol8&lt;BR /&gt;&amp;gt; do lvreduce  -m 0 /dev/vg00/$i /dev/dsk/c2t0d0s2&lt;BR /&gt;&amp;gt; done&lt;BR /&gt; It worked for me.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;Sreekumar</description>
      <pubDate>Sat, 03 Jan 2009 16:02:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-break-the-mirror-in-vg00/m-p/5148632#M454167</guid>
      <dc:creator>Sreer</dc:creator>
      <dc:date>2009-01-03T16:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need to break the mirror in vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-break-the-mirror-in-vg00/m-p/5148633#M454168</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;# for i in lvol1 lvol2  lvol4 lvol5 lvol6 lvol7 lvol8&lt;BR /&gt;&amp;gt; do lvreduce  -m 0 /dev/vg00/$i /dev/dsk/c2t0d0s2&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This was the exact command I used.</description>
      <pubDate>Sat, 03 Jan 2009 16:03:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-break-the-mirror-in-vg00/m-p/5148633#M454168</guid>
      <dc:creator>Sreer</dc:creator>
      <dc:date>2009-01-03T16:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need to break the mirror in vg00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-to-break-the-mirror-in-vg00/m-p/5148634#M454169</link>
      <description>more so ever this is an integrity machine so while adding the mirror disk again in future u will need to do &lt;BR /&gt;&lt;BR /&gt;following the reduction of the mirror copies from the disk, u will need to do a vgreduce with that disk amke sure that u edit the /stand/bootconf to remove the entry of that boot disk and do an lvlnboot -R&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;when in future u will be adding the Disk to vg00 for mirroring keep in the view the following things.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1) create the EFI,HPand HPSP partitions in the disk&lt;BR /&gt;2)pvcreate -B on /dev/rdsk/cxtydzs2 and so on&lt;BR /&gt;&lt;BR /&gt;and after that vgextend and mirror like &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/cxtydzs2 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Sujit</description>
      <pubDate>Sat, 03 Jan 2009 16:08:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-to-break-the-mirror-in-vg00/m-p/5148634#M454169</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-03T16:08:57Z</dc:date>
    </item>
  </channel>
</rss>

