<?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: lvol strict/contiguous in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-strict-contiguous/m-p/3016920#M633040</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You can use 'lvchange' (with certain restrictions as described in the man pages for the command) to change these policies.  Do a 'man lvchange' for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Mon, 07 Jul 2003 15:56:50 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2003-07-07T15:56:50Z</dc:date>
    <item>
      <title>lvol strict/contiguous</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-strict-contiguous/m-p/3016918#M633038</link>
      <description>I have the logical volume /dev/vg00/lvol7, it belongs to filesystem /usr and it is defined with the allocation strict/contiguous. I need to increase it, but send me this message &lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg00/lvol7" could not be extended.&lt;BR /&gt;Failure possibly caused by contiguous allocation policy.&lt;BR /&gt;Failure possibly caused by strict allocation policy&lt;BR /&gt;&lt;BR /&gt;how can i change the strict/contiguous definition to this logical volume?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Regards..</description>
      <pubDate>Mon, 07 Jul 2003 15:51:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-strict-contiguous/m-p/3016918#M633038</guid>
      <dc:creator>Javier Ortiz Guajardo</dc:creator>
      <dc:date>2003-07-07T15:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: lvol strict/contiguous</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-strict-contiguous/m-p/3016919#M633039</link>
      <description>Javier,&lt;BR /&gt;&lt;BR /&gt;The strict/contiguous policies are defined during lv creation (see man lvcreate).  The only way to change the policy is to re-create the logical volume.  Perhaps you could create a new logical volume of sufficient size, mount it as /newusr, copy the contents of /usr into it, the switch the mount points for /usr and /newusr in /etc/fstab and reboot?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jul 2003 15:56:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-strict-contiguous/m-p/3016919#M633039</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-07T15:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: lvol strict/contiguous</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-strict-contiguous/m-p/3016920#M633040</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You can use 'lvchange' (with certain restrictions as described in the man pages for the command) to change these policies.  Do a 'man lvchange' for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 07 Jul 2003 15:56:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-strict-contiguous/m-p/3016920#M633040</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-07T15:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: lvol strict/contiguous</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-strict-contiguous/m-p/3016921#M633041</link>
      <description>Duh!!!  Thanks, James, for pointing out the obvious.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jul 2003 15:59:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-strict-contiguous/m-p/3016921#M633041</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-07T15:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: lvol strict/contiguous</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-strict-contiguous/m-p/3016922#M633042</link>
      <description>Actually I believe as long as it's not one of the swap partitions which has a requirement of being contiguous you can change the policy with lvchange -C n /dev/vg00/lvol7.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jul 2003 16:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-strict-contiguous/m-p/3016922#M633042</guid>
      <dc:creator>William Wong_2</dc:creator>
      <dc:date>2003-07-07T16:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: lvol strict/contiguous</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-strict-contiguous/m-p/3016923#M633043</link>
      <description>lvchange seems interesting, never tried it.&lt;BR /&gt;&lt;BR /&gt;I always lvremove and re-create to get around this.&lt;BR /&gt;&lt;BR /&gt;If its /stand or /  and is hard to remove, you can do this:&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery&lt;BR /&gt;&lt;BR /&gt;boot off the tape.&lt;BR /&gt;&lt;BR /&gt;Press the key when prompted to interact with the recovery.  Increase sizes then.&lt;BR /&gt;&lt;BR /&gt;This should only be done if the logical volume can not be removed/recreated through normal means.&lt;BR /&gt;&lt;BR /&gt;lvchange -C n /dev/vg00/lvol7&lt;BR /&gt;&lt;BR /&gt;This would be my first try, just because it looks like fun.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 07 Jul 2003 16:01:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-strict-contiguous/m-p/3016923#M633043</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-07T16:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: lvol strict/contiguous</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-strict-contiguous/m-p/3016924#M633044</link>
      <description>Simply ..&lt;BR /&gt;# lvdisplay /dev/vg00/lvol7|grep Allocation&lt;BR /&gt;Allocation strict/contiguous&lt;BR /&gt;# lvchange -C n /dev/vg00/lvol7&lt;BR /&gt;Now the lvdisplay will only show ..&lt;BR /&gt;Allocation strict&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jul 2003 16:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-strict-contiguous/m-p/3016924#M633044</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-07-07T16:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: lvol strict/contiguous</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-strict-contiguous/m-p/3016925#M633045</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Following command may be help you,&lt;BR /&gt;&lt;BR /&gt;lvchange -C n /dev/vg00/lvol7&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;then you try to extend your logical volume</description>
      <pubDate>Tue, 08 Jul 2003 02:58:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-strict-contiguous/m-p/3016925#M633045</guid>
      <dc:creator>Suresh Patoria</dc:creator>
      <dc:date>2003-07-08T02:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: lvol strict/contiguous</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvol-strict-contiguous/m-p/3016926#M633046</link>
      <description>if you have not online JFS ?&lt;BR /&gt;start your server in single user mod and see that /usr is unmount &lt;BR /&gt;OTHERWISE unmount /usr and then use lvchange.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jul 2003 07:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvol-strict-contiguous/m-p/3016926#M633046</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2003-07-08T07:20:12Z</dc:date>
    </item>
  </channel>
</rss>

