<?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 about mirror disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk/m-p/2968853#M632005</link>
    <description>Could anyone help me to resolve this problem?&lt;BR /&gt;After I completed the following steps ,I got an error message"there is no free disk space..."&lt;BR /&gt;1.pvcreate /dev/dsk/c0t0d0&lt;BR /&gt;2.mkdir /dev/vg01&lt;BR /&gt;3.mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;4.vgcreate vg01 /dev/dsk/c0t0d0&lt;BR /&gt;5.lvcreate -L 500 -n data vg01&lt;BR /&gt;6.lvextend -m 2 /dev/vg01/data &lt;BR /&gt;error message:there is no free disk space...&lt;BR /&gt;BTW this is a new disk (36G).&lt;BR /&gt;thank you&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 08 May 2003 20:08:44 GMT</pubDate>
    <dc:creator>vofsky</dc:creator>
    <dc:date>2003-05-08T20:08:44Z</dc:date>
    <item>
      <title>about mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk/m-p/2968853#M632005</link>
      <description>Could anyone help me to resolve this problem?&lt;BR /&gt;After I completed the following steps ,I got an error message"there is no free disk space..."&lt;BR /&gt;1.pvcreate /dev/dsk/c0t0d0&lt;BR /&gt;2.mkdir /dev/vg01&lt;BR /&gt;3.mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;4.vgcreate vg01 /dev/dsk/c0t0d0&lt;BR /&gt;5.lvcreate -L 500 -n data vg01&lt;BR /&gt;6.lvextend -m 2 /dev/vg01/data &lt;BR /&gt;error message:there is no free disk space...&lt;BR /&gt;BTW this is a new disk (36G).&lt;BR /&gt;thank you&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 May 2003 20:08:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk/m-p/2968853#M632005</guid>
      <dc:creator>vofsky</dc:creator>
      <dc:date>2003-05-08T20:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: about mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk/m-p/2968854#M632006</link>
      <description>With strict mirroring policy, a mirror PE's cannot exist on the same physical volume. You need to pvcreate another disk, vgextend vg01, and then do your lvextend -m 2.&lt;BR /&gt;</description>
      <pubDate>Thu, 08 May 2003 20:16:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk/m-p/2968854#M632006</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-05-08T20:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: about mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk/m-p/2968855#M632007</link>
      <description>The problem here is the fact that you are trying to mirror onto the same disk and by default LVM does NOT let you do that.  What you need to do is this:&lt;BR /&gt;&lt;BR /&gt;# lvextend -s n -m 2 /dev/vg01/data&lt;BR /&gt;&lt;BR /&gt;Why do you want 2 additional copies (3 copies total) on the same disk?</description>
      <pubDate>Thu, 08 May 2003 20:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk/m-p/2968855#M632007</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-05-08T20:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: about mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk/m-p/2968856#M632008</link>
      <description>The only proper way to mirror logical volumes effectively is to have to different physical volumes in which to do this, so that one goes belly up the second can be used. Purchasing additional disks are not that expensive.</description>
      <pubDate>Thu, 08 May 2003 20:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk/m-p/2968856#M632008</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-05-08T20:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: about mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk/m-p/2968857#M632009</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The problem is that you have only one deisk in volume group and you are tring to mirror it using &lt;BR /&gt;lvextend -m&lt;BR /&gt;&lt;BR /&gt;so you are getting error.&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Fri, 09 May 2003 04:14:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk/m-p/2968857#M632009</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2003-05-09T04:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: about mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk/m-p/2968858#M632010</link>
      <description>AS has been said you are trying to mirror to the same disk - not allowed and not reccomended.&lt;BR /&gt;&lt;BR /&gt;Reasons are :-&lt;BR /&gt;&lt;BR /&gt;1. If this disk failed then both sides of the mirror are lost.&lt;BR /&gt;&lt;BR /&gt;2. The disk more than likley would have problems in having to write the same data to two areas on each and every write.&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Fri, 09 May 2003 14:38:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk/m-p/2968858#M632010</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2003-05-09T14:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: about mirror disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk/m-p/2968859#M632011</link>
      <description>by default lvm is set up with a strict mirroring policy so it won't allow the mirror on the same disk.  I think you can change this but I would not consider it.  Not only are you not gaining availability but you are also decreasing the performance and increasing the chance of a disk failure.  &lt;BR /&gt;If you didn't mean to make to copies use:  lvextend -m 1.....&lt;BR /&gt;&lt;BR /&gt;Good Luck!</description>
      <pubDate>Fri, 09 May 2003 15:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-mirror-disk/m-p/2968859#M632011</guid>
      <dc:creator>Bruce Troutman</dc:creator>
      <dc:date>2003-05-09T15:11:03Z</dc:date>
    </item>
  </channel>
</rss>

