<?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: Un-mirror vg00 &amp;amp; remove disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/un-mirror-vg00-amp-remove-disk/m-p/2559467#M646804</link>
    <description>yes, my example was with 2 copies...</description>
    <pubDate>Tue, 31 Jul 2001 19:34:15 GMT</pubDate>
    <dc:creator>Victor BERRIDGE</dc:creator>
    <dc:date>2001-07-31T19:34:15Z</dc:date>
    <item>
      <title>Un-mirror vg00 &amp; remove disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/un-mirror-vg00-amp-remove-disk/m-p/2559463#M646800</link>
      <description>We have T500, HP-UX 10.20 &amp;amp; vg00 configured as HFS.  Recently created two mirrors of a 1GB (vg00) bootable disk to two 4GB disk (now have 3 copies).  The 1GB is the primary copy.  The two 4 GB disks are also bootable (tested it!!). We wanted to get rid of the 1GB but since it's the primary and it's vg00, I'm afraid i might mess it up.  Is lvreduce the right command to use??</description>
      <pubDate>Tue, 31 Jul 2001 18:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/un-mirror-vg00-amp-remove-disk/m-p/2559463#M646800</guid>
      <dc:creator>michael valentin</dc:creator>
      <dc:date>2001-07-31T18:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Un-mirror vg00 &amp; remove disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/un-mirror-vg00-amp-remove-disk/m-p/2559464#M646801</link>
      <description>Hi,&lt;BR /&gt;I havent tried with rootvg but yes I use lvreduce:&lt;BR /&gt;lvreduce -m 0 /dev/r5vg06/lvol1 /dev/dsk/c8t0d4&lt;BR /&gt;followed by vgreduce:&lt;BR /&gt;vgreduce r5vg06 /dev/dsk/c8t0d4&lt;BR /&gt;&lt;BR /&gt;ALl the best&lt;BR /&gt;&lt;BR /&gt;Victor</description>
      <pubDate>Tue, 31 Jul 2001 19:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/un-mirror-vg00-amp-remove-disk/m-p/2559464#M646801</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2001-07-31T19:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Un-mirror vg00 &amp; remove disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/un-mirror-vg00-amp-remove-disk/m-p/2559465#M646802</link>
      <description>Good chance that vgreduce -m 0 will remove both mirrors.  Try to reduce the disk from the volume group by address.  But only after #setboot -a to the new disk address and boot from it first. Then make changes.</description>
      <pubDate>Tue, 31 Jul 2001 19:17:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/un-mirror-vg00-amp-remove-disk/m-p/2559465#M646802</guid>
      <dc:creator>Mark Mitchell</dc:creator>
      <dc:date>2001-07-31T19:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Un-mirror vg00 &amp; remove disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/un-mirror-vg00-amp-remove-disk/m-p/2559466#M646803</link>
      <description>Thanx for the quick replies.  Shouldn't I do lvreduce -m 1 /dev/dsk/c#t#d# since I'm just removing one of the mirror. The mirror vg00 goes like this: 1GB -&amp;gt; 4GB -&amp;gt; 4GB and I wanted to remove the 1GB and leave the two 4GB.</description>
      <pubDate>Tue, 31 Jul 2001 19:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/un-mirror-vg00-amp-remove-disk/m-p/2559466#M646803</guid>
      <dc:creator>michael valentin</dc:creator>
      <dc:date>2001-07-31T19:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Un-mirror vg00 &amp; remove disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/un-mirror-vg00-amp-remove-disk/m-p/2559467#M646804</link>
      <description>yes, my example was with 2 copies...</description>
      <pubDate>Tue, 31 Jul 2001 19:34:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/un-mirror-vg00-amp-remove-disk/m-p/2559467#M646804</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2001-07-31T19:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Un-mirror vg00 &amp; remove disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/un-mirror-vg00-amp-remove-disk/m-p/2559468#M646805</link>
      <description>Hi Michael:&lt;BR /&gt;&lt;BR /&gt;I haven't tried this one either, BUT:&lt;BR /&gt;&lt;BR /&gt;Make sure that you have applied PHCO_23437 (for 10.20).  This LVM patch corrects some serious problems with 'lvlnboot'.&lt;BR /&gt;&lt;BR /&gt;Reduce the mirror on the physical disk you want to decommission.  For each logical volume (N), do:&lt;BR /&gt;&lt;BR /&gt;# lvreduce -m 0 /dev/vg00/lvol${N} /dev/dsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;Then, 'vgreduce' the physical disk:&lt;BR /&gt;&lt;BR /&gt;# vgreduce /dev/vg00 /dev/dsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;Lastly, correct your boot information!&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -R&lt;BR /&gt;# lvlnboot -v #...to verify...&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 31 Jul 2001 19:34:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/un-mirror-vg00-amp-remove-disk/m-p/2559468#M646805</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-07-31T19:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Un-mirror vg00 &amp; remove disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/un-mirror-vg00-amp-remove-disk/m-p/2559469#M646806</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just wanted to bring up a point that /dev/vg00/lvol3 should be the last logical volume to be reduced.&lt;BR /&gt;&lt;BR /&gt;Also something i wasn't sure of, When you mirrored the 1GB disk with a 4GB disk, are you able to utilize the full capacity of the 4GB disk? As far as i know the easiest way to migrate a 1GB root disk to a 4GB disk is through ignite/ux.&lt;BR /&gt;&lt;BR /&gt;Would appreciate your answer to my question.&lt;BR /&gt;&lt;BR /&gt;-I am RU</description>
      <pubDate>Thu, 02 Aug 2001 03:08:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/un-mirror-vg00-amp-remove-disk/m-p/2559469#M646806</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-02T03:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Un-mirror vg00 &amp; remove disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/un-mirror-vg00-amp-remove-disk/m-p/2559470#M646807</link>
      <description>Hi Ramesh.  Yes, I was able to fully utilized the 4GB to mirror the 1GB.</description>
      <pubDate>Thu, 02 Aug 2001 12:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/un-mirror-vg00-amp-remove-disk/m-p/2559470#M646807</guid>
      <dc:creator>michael valentin</dc:creator>
      <dc:date>2001-08-02T12:29:28Z</dc:date>
    </item>
  </channel>
</rss>

