<?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 Remove Mirror in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-mirror/m-p/2425092#M655714</link>
    <description>I am a relatively new sysadmin. We have a K200 with 16 2gb and 2 4gb disk mirrored. This used to be our production server, but now we want it to be used for test/development. &lt;BR /&gt;Each logical volume has 2 physical volumes mirrored accross two controllers. &lt;BR /&gt;I want to unmirror the disk so I can utilize all 40gb for the test &amp;amp; development data. I know I need to do the lvreduce - m 0 for each logicalvolume, but I am unsure what steps I need to do next so I can make the 'new' disk usable. &lt;BR /&gt;I am guessing I need to rename the 'new' logical volumes since they have have the same name, only a different physical path, but am not sure which commands need to be issued in which order.&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Dave Pscheid&lt;BR /&gt;</description>
    <pubDate>Tue, 06 Jun 2000 14:58:17 GMT</pubDate>
    <dc:creator>David Pscheid</dc:creator>
    <dc:date>2000-06-06T14:58:17Z</dc:date>
    <item>
      <title>Remove Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-mirror/m-p/2425092#M655714</link>
      <description>I am a relatively new sysadmin. We have a K200 with 16 2gb and 2 4gb disk mirrored. This used to be our production server, but now we want it to be used for test/development. &lt;BR /&gt;Each logical volume has 2 physical volumes mirrored accross two controllers. &lt;BR /&gt;I want to unmirror the disk so I can utilize all 40gb for the test &amp;amp; development data. I know I need to do the lvreduce - m 0 for each logicalvolume, but I am unsure what steps I need to do next so I can make the 'new' disk usable. &lt;BR /&gt;I am guessing I need to rename the 'new' logical volumes since they have have the same name, only a different physical path, but am not sure which commands need to be issued in which order.&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Dave Pscheid&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jun 2000 14:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-mirror/m-p/2425092#M655714</guid>
      <dc:creator>David Pscheid</dc:creator>
      <dc:date>2000-06-06T14:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-mirror/m-p/2425093#M655715</link>
      <description>Use the following steps:&lt;BR /&gt;1) lvreduce -m 0 /dev/vgXX/lvolX &lt;BR /&gt;/dev/dsk/c#t#d#&lt;BR /&gt;(This will remove the specified PV from the mirror)&lt;BR /&gt;2) lvcreate -L ### /dev/vgXX&lt;BR /&gt;(Create a logical volume size ### to volume group XX with the next available logical volume number)&lt;BR /&gt;3) newfs -F hfs /dev/vgXX/lvolX&lt;BR /&gt;4) mount /dev/vgXX/lvolX /mountpoint&lt;BR /&gt;5) add entry to /etc/fstab&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;&amp;lt;*(((&amp;gt;&amp;lt; er</description>
      <pubDate>Tue, 06 Jun 2000 17:12:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-mirror/m-p/2425093#M655715</guid>
      <dc:creator>Brian M. Fisher</dc:creator>
      <dc:date>2000-06-06T17:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-mirror/m-p/2425094#M655716</link>
      <description>I would do "lvreduce -m 0 /dev/vg00/lvol10  /dev/dsk/XXXX. "XXXX" = disk device you want to remove mirroring from. Once you reduced all the  lvols off the disk, if you want to put a new volume group on it don't forget to vgreduce it out of the current vg. "vgreduce /dev/vgXX /dev/dsk/XXXX.  You can also do this in one step with the lvreduce command. lvreduce -m 0 /dev/vg00/lvol3 /dev/dsk/c*t*d*, or using SAM to split the disks and removing the copies. (Note: the disk specified is the one you wish to free, not the one you wish to remain in the volume group.)</description>
      <pubDate>Wed, 07 Jun 2000 09:14:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-mirror/m-p/2425094#M655716</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-06-07T09:14:18Z</dc:date>
    </item>
  </channel>
</rss>

