<?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: lvextend problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/3513524#M844206</link>
    <description>how do i go back to doing lvremove? and how can i get back the old lvol?&lt;BR /&gt;</description>
    <pubDate>Tue, 29 Mar 2005 11:49:40 GMT</pubDate>
    <dc:creator>Darren Poh_1</dc:creator>
    <dc:date>2005-03-29T11:49:40Z</dc:date>
    <item>
      <title>lvextend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/3513521#M844203</link>
      <description>I run into the this error when i tried to lvextend -m 1 /dev/vgglb /dev/dsk/cztydx&lt;BR /&gt;&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;&lt;BR /&gt;this vg is use to have a mirror but this mirror is broken when we vgreduce the disk.&lt;BR /&gt;&lt;BR /&gt;now we trying to mirror it again but runs into the error shown above.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Mar 2005 11:21:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/3513521#M844203</guid>
      <dc:creator>Darren Poh_1</dc:creator>
      <dc:date>2005-03-29T11:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/3513522#M844204</link>
      <description>lvdisplay -v &lt;LV-NAME&gt;&lt;BR /&gt;&lt;BR /&gt;You will probably see the logical volume is set to contiguous and you don't have enough contiguous space on the disk to accomodate it.&lt;BR /&gt;&lt;BR /&gt;Or your split of the original mirror is sittin g on the target disk taking up space.&lt;BR /&gt;&lt;BR /&gt;If its a contiguity issue&lt;BR /&gt;&lt;BR /&gt;lvchange -C n &lt;LV-NAME&gt;&lt;BR /&gt;&lt;BR /&gt;If the old mirror copy is in the way.&lt;BR /&gt;&lt;BR /&gt;lvremove -f &lt;LV-NAME&gt;&lt;BR /&gt;&lt;BR /&gt;A backup is prudent prior to taking any action.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/LV-NAME&gt;&lt;/LV-NAME&gt;&lt;/LV-NAME&gt;</description>
      <pubDate>Tue, 29 Mar 2005 11:39:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/3513522#M844204</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-29T11:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/3513523#M844205</link>
      <description>Can you do the lvextend without the mirror?&lt;BR /&gt;&lt;BR /&gt;Is it possible that the mirror disk you are using is smaller than the original disk?&lt;BR /&gt;&lt;BR /&gt;If true, you would not have enough PEs available.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Mar 2005 11:42:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/3513523#M844205</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-03-29T11:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/3513524#M844206</link>
      <description>how do i go back to doing lvremove? and how can i get back the old lvol?&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Mar 2005 11:49:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/3513524#M844206</guid>
      <dc:creator>Darren Poh_1</dc:creator>
      <dc:date>2005-03-29T11:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/3513525#M844207</link>
      <description>Do a vgdisplay -v /dev/vgglb&lt;BR /&gt;&lt;BR /&gt;You need to specify the lvol - not the vg when doing a lvextend...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The vgdisplay will show you your lvols and how much space is available on the disks in the vg...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Mar 2005 11:53:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/3513525#M844207</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-03-29T11:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/3513526#M844208</link>
      <description>If you have already done the lvremove, that LV is gone. To get the LV back you would need to recreate it.&lt;BR /&gt;&lt;BR /&gt;lvcreate and lvextend&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Mar 2005 11:54:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/3513526#M844208</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-03-29T11:54:42Z</dc:date>
    </item>
  </channel>
</rss>

