<?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: These extents free or not? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/these-extents-free-or-not/m-p/2418837#M766098</link>
    <description>If someone is looged in and has cd'd into the directory, fuser will not reply &lt;BR /&gt;with pids. Use the&lt;BR /&gt;fuser -k to kill processes that are accessing the filesystem. fuser -u will &lt;BR /&gt;report these without killing them.&lt;BR /&gt;</description>
    <pubDate>Mon, 28 Feb 2000 08:10:28 GMT</pubDate>
    <dc:creator>Randy Mather</dc:creator>
    <dc:date>2000-02-28T08:10:28Z</dc:date>
    <item>
      <title>These extents free or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/these-extents-free-or-not/m-p/2418835#M766096</link>
      <description>Hi, everybody.&lt;BR /&gt;I've encountered a problem with increasing /var filesystem (cause many software &lt;BR /&gt;[patches] tries to put itself in /var/adm/sw).&lt;BR /&gt;So, I've umounted all filesystems (including /var) and after that vgdisplay of &lt;BR /&gt;the root VG showed that there are 144 free extents remained in it.&lt;BR /&gt;But when I have tried to increase current size from 112 extents to 836 MB ( &lt;BR /&gt;that is 209 extents) the lvextend command showed below told me that there &lt;BR /&gt;aren't so many extents.&lt;BR /&gt;&lt;BR /&gt;What could happen?&lt;BR /&gt;&lt;BR /&gt;And the second question :&lt;BR /&gt;&lt;BR /&gt;When I needed to umount /var filesystem I had to kill syncer process although &lt;BR /&gt;fuser command showed no processes using that filesystem. (umount gave "Device &lt;BR /&gt;busy")&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;Vassily</description>
      <pubDate>Fri, 25 Feb 2000 05:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/these-extents-free-or-not/m-p/2418835#M766096</guid>
      <dc:creator>Vassily Gorbounov_1</dc:creator>
      <dc:date>2000-02-25T05:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: These extents free or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/these-extents-free-or-not/m-p/2418836#M766097</link>
      <description>Hi,&lt;BR /&gt;If you want extend /var , you shoud shutdown your system with a single mode &lt;BR /&gt;# shutdown -y 0&lt;BR /&gt;&lt;BR /&gt;In order to extend your /var . Please see :&lt;BR /&gt;&lt;BR /&gt;# man lvextend&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Feb 2000 07:37:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/these-extents-free-or-not/m-p/2418836#M766097</guid>
      <dc:creator>Sy-hoang Truong_1</dc:creator>
      <dc:date>2000-02-25T07:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: These extents free or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/these-extents-free-or-not/m-p/2418837#M766098</link>
      <description>If someone is looged in and has cd'd into the directory, fuser will not reply &lt;BR /&gt;with pids. Use the&lt;BR /&gt;fuser -k to kill processes that are accessing the filesystem. fuser -u will &lt;BR /&gt;report these without killing them.&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Feb 2000 08:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/these-extents-free-or-not/m-p/2418837#M766098</guid>
      <dc:creator>Randy Mather</dc:creator>
      <dc:date>2000-02-28T08:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: These extents free or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/these-extents-free-or-not/m-p/2418838#M766099</link>
      <description>You need to type vgdisplay -v /dev/vg00 |more&lt;BR /&gt;&lt;BR /&gt;Whatever the number of free physical extents that are reported in the first &lt;BR /&gt;screen are then available for use with a logical volume. You would type &lt;BR /&gt;lvextend -l 209 /dev/vg00/rlvol8 or what number /var is equal to.&lt;BR /&gt;&lt;BR /&gt;If that fails then check the logical volume to review the policy i.e. is it set &lt;BR /&gt;to stricy contiguos or something like that.&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Feb 2000 10:57:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/these-extents-free-or-not/m-p/2418838#M766099</guid>
      <dc:creator>Steve White_8</dc:creator>
      <dc:date>2000-02-28T10:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: These extents free or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/these-extents-free-or-not/m-p/2418839#M766100</link>
      <description>You may also want to check the extent size when looking at your vgdisplay -v.  &lt;BR /&gt;It is possible that this volume group was created with an extent size smaller &lt;BR /&gt;than the default 4 Meg.&lt;BR /&gt;&lt;BR /&gt;Also, regarding fuser.  Running fuser against the logical volume rather than &lt;BR /&gt;the filesystem will often show you additional processes that are tied to the &lt;BR /&gt;resource.</description>
      <pubDate>Mon, 28 Feb 2000 15:04:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/these-extents-free-or-not/m-p/2418839#M766100</guid>
      <dc:creator>Alan Riggs_1</dc:creator>
      <dc:date>2000-02-28T15:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: These extents free or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/these-extents-free-or-not/m-p/2418840#M766101</link>
      <description>Hi, all.&lt;BR /&gt;Thanks for your answers.&lt;BR /&gt;I would only like to define it in more details:&lt;BR /&gt;1. I 've transfered system to the single-user before doing it.&lt;BR /&gt;2. Seems to me that if user is logged on (in multi-user) and CD'd to the &lt;BR /&gt;directory, then fuser will show PID if the user's shell.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vassily</description>
      <pubDate>Mon, 28 Feb 2000 22:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/these-extents-free-or-not/m-p/2418840#M766101</guid>
      <dc:creator>Vassily Gorbounov_1</dc:creator>
      <dc:date>2000-02-28T22:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: These extents free or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/these-extents-free-or-not/m-p/2418841#M766102</link>
      <description>Hi, all.&lt;BR /&gt;One more detail:&lt;BR /&gt;I've checked allocation policy - it's not contiguous allocation.&lt;BR /&gt;But this lvol is mirrored - may be there are some other rules for extending &lt;BR /&gt;logical volumes which are mirrored.&lt;BR /&gt;Cause I even tried to increase it by 20 MBytes (5 extents - 1 extent-4 MB [I've &lt;BR /&gt;checked]) but it's not working - no space.&lt;BR /&gt;&lt;BR /&gt;Thanks .&lt;BR /&gt;Vassily</description>
      <pubDate>Mon, 28 Feb 2000 23:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/these-extents-free-or-not/m-p/2418841#M766102</guid>
      <dc:creator>Vassily Gorbounov_1</dc:creator>
      <dc:date>2000-02-28T23:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: These extents free or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/these-extents-free-or-not/m-p/2418842#M766103</link>
      <description>Vasilly,&lt;BR /&gt;Is the space available in your VG all on one disk?  If so, and if your &lt;BR /&gt;mirroring policy is strict, then you will not be able to increase the size of &lt;BR /&gt;the logical volume.  The strict allocation policy (default) prevents mirror &lt;BR /&gt;copies from sharing the same physical volume.</description>
      <pubDate>Tue, 29 Feb 2000 12:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/these-extents-free-or-not/m-p/2418842#M766103</guid>
      <dc:creator>Alan Riggs_1</dc:creator>
      <dc:date>2000-02-29T12:05:15Z</dc:date>
    </item>
  </channel>
</rss>

