<?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: lvcreate in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/2741263#M642652</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can't use contiguous allocation policy and stripping.&lt;BR /&gt;&lt;BR /&gt;Fr??d??ric&lt;BR /&gt;</description>
    <pubDate>Mon, 10 Jun 2002 14:20:07 GMT</pubDate>
    <dc:creator>Frederic Sevestre</dc:creator>
    <dc:date>2002-06-10T14:20:07Z</dc:date>
    <item>
      <title>lvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/2741260#M642649</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I am trying to set contigous allocation for my lvm which is striped over two disks:&lt;BR /&gt;&lt;BR /&gt;lvcreate -L 76 -n lvedinfs -s y -C y -i 2 -I 16 /dev/vg01&lt;BR /&gt;&lt;BR /&gt;And I get the following message:&lt;BR /&gt;Contiguous allocation for striping isn't &lt;BR /&gt;supported.&lt;BR /&gt;&lt;BR /&gt;Man doesn't say that I cannot use Contigous allocation if I use striping... . Is it actually true that I cannot specify Contigous allocation is lv was striped over several disks?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jun 2002 14:13:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/2741260#M642649</guid>
      <dc:creator>andi_1</dc:creator>
      <dc:date>2002-06-10T14:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/2741261#M642650</link>
      <description>You are correct!Man page not showing.&lt;BR /&gt;It's not logical to have Contigues &lt;BR /&gt;when disk striped.&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jun 2002 14:18:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/2741261#M642650</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2002-06-10T14:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/2741262#M642651</link>
      <description>&lt;BR /&gt;contiguous and striping are complete opposites so they cant go together. If you have say 4 disks and stripe then block 1 is on disk A, 2 on disk B etc. so how can it possibly be contiguous ? if it was then you would have block 1 and 2 etc. all on disk A - thats contiguous.&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jun 2002 14:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/2741262#M642651</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-06-10T14:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/2741263#M642652</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can't use contiguous allocation policy and stripping.&lt;BR /&gt;&lt;BR /&gt;Fr??d??ric&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jun 2002 14:20:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/2741263#M642652</guid>
      <dc:creator>Frederic Sevestre</dc:creator>
      <dc:date>2002-06-10T14:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/2741264#M642653</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this from "man lvcreate"&lt;BR /&gt;&lt;BR /&gt;/Quote/&lt;BR /&gt;&lt;BR /&gt;Set the contiguous allocation policy. A contiguous logical volume has three characteristics:&lt;BR /&gt;&lt;BR /&gt;+ Physical extents are allocated in ascending order,&lt;BR /&gt;+ No gap is allowed between physical extents within a mirror copy,&lt;BR /&gt;+ Physical extents of any mirror copy all reside on a single physical volume.&lt;BR /&gt;&lt;BR /&gt;/EndQuote/&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jun 2002 14:22:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/2741264#M642653</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-06-10T14:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/2741265#M642654</link>
      <description>It's "indirectly" mentioned in the man pages ..&lt;BR /&gt;In "-C contigouous" section ..&lt;BR /&gt;&lt;BR /&gt;"physical extents are allocated in ascending order"&lt;BR /&gt;"physical extents of any mirror copy all reside on a single Physical volume".&lt;BR /&gt;&lt;BR /&gt;If you got multiple disks the PE "counter" resets to 1 when it hits the the first PE the second disk, so that wouldn't be "..ascending order" already.&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jun 2002 14:22:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/2741265#M642654</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-06-10T14:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/2741266#M642655</link>
      <description>From the man page for lvcreate, an LV with contiguous allocation is defined as:&lt;BR /&gt;&lt;BR /&gt;+    Physical extents are allocated in ascending order,&lt;BR /&gt;                              +    No gap is allowed between physical extents within a mirror copy,&lt;BR /&gt;&lt;BR /&gt;+    Physical extents of any mirror copy all reside on a single physical volume.&lt;BR /&gt;&lt;BR /&gt;So a contiguous LV has to be on a *single* physical volume, ergo it cannot be used with stripes.&lt;BR /&gt;&lt;BR /&gt;The only lvols that *must* be contiguous are root(/), boot(/stand),and swap/dump.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 10 Jun 2002 14:24:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/2741266#M642655</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2002-06-10T14:24:33Z</dc:date>
    </item>
  </channel>
</rss>

