<?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: increase logical volume in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675474#M51944</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use the "fuser -u /usr2 " to know who is working on this file system.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Mon, 04 Mar 2002 10:24:21 GMT</pubDate>
    <dc:creator>Olivier LEGRAND</dc:creator>
    <dc:date>2002-03-04T10:24:21Z</dc:date>
    <item>
      <title>increase logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675473#M51943</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I tried to use SAM to increase one logical volume, but I got the error message "the device is busy". I think it is because the directory need to unmount. But I try " umount /usr2", I still got "device busy" error.&lt;BR /&gt;&lt;BR /&gt;Would someone help me to solve this problem?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your help.&lt;BR /&gt;&lt;BR /&gt;Zhiong</description>
      <pubDate>Mon, 04 Mar 2002 10:22:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675473#M51943</guid>
      <dc:creator>szhiyong</dc:creator>
      <dc:date>2002-03-04T10:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: increase logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675474#M51944</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use the "fuser -u /usr2 " to know who is working on this file system.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 04 Mar 2002 10:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675474#M51944</guid>
      <dc:creator>Olivier LEGRAND</dc:creator>
      <dc:date>2002-03-04T10:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: increase logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675475#M51945</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  do a fuser -cu /usr1 to find otu what processes are using that file systems. kill all the processes.&lt;BR /&gt;&lt;BR /&gt;  either by&lt;BR /&gt;&lt;BR /&gt;  fuser -ku /usr1 or&lt;BR /&gt;   kill processes one by one&lt;BR /&gt;&lt;BR /&gt;this will help u&lt;BR /&gt;&lt;BR /&gt;Vijeesh CTK</description>
      <pubDate>Mon, 04 Mar 2002 10:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675475#M51945</guid>
      <dc:creator>Vijeesh CTK</dc:creator>
      <dc:date>2002-03-04T10:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: increase logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675476#M51946</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First you need to unmount the filesystem, but if anyone is working on any of the files located under this filesystem you will&lt;BR /&gt;receive the device is busy error message.&lt;BR /&gt;&lt;BR /&gt;fuser will not always show you what process or user is working on /usr2 but maybe you should try lsof which will show you all open files under this directory.&lt;BR /&gt;&lt;BR /&gt;Best is to install online jfs and get a license to use it. This will help you reduce downtime for the users and the system and you can perform almost all actions online while the filesystem is mounted.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2002 10:29:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675476#M51946</guid>
      <dc:creator>Corthouts Carlo</dc:creator>
      <dc:date>2002-03-04T10:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: increase logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675477#M51947</link>
      <description>Hi Zhiong,&lt;BR /&gt;&lt;BR /&gt;Add the "-c" option since it is a mount-point:&lt;BR /&gt;&lt;BR /&gt;fuser -c /usr2&lt;BR /&gt;&lt;BR /&gt;otherwise it won't necessarily pick up all processes that have files open within the filesystem.&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin</description>
      <pubDate>Mon, 04 Mar 2002 10:32:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675477#M51947</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2002-03-04T10:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: increase logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675478#M51948</link>
      <description>It is only if you have OnlineJFS (Advanced VxFS) that you don't have to umount the filesystem. &lt;BR /&gt;&lt;BR /&gt;Trond</description>
      <pubDate>Mon, 04 Mar 2002 12:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675478#M51948</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2002-03-04T12:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: increase logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675479#M51949</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this,&lt;BR /&gt;&lt;BR /&gt;fuser -cu /mount_point&lt;BR /&gt;&lt;BR /&gt;This will list the user and the processes using the mount point. To kill all the processes or users,&lt;BR /&gt;&lt;BR /&gt;fuser -ck /usr2&lt;BR /&gt;&lt;BR /&gt;Check for the list of processes/users using this mount point once again. IF no process is listed, you should be able to unmount the filesystem. If there is a process you cannot kill, reboot of the system looks like your only choice.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2002 14:09:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675479#M51949</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-03-04T14:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: increase logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675480#M51950</link>
      <description>fuser -ku /usr2 to kill all the process running on this filssystem.&lt;BR /&gt;&lt;BR /&gt;If you are not having online jfs then better to goto single user mode and do it.&lt;BR /&gt;&lt;BR /&gt;you can either use sam or "lvextend and extendfs" combinations to acomplish the same.&lt;BR /&gt;&lt;BR /&gt;-K.vijay&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2002 15:21:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675480#M51950</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2002-03-04T15:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: increase logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675481#M51951</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;  if you have Adv JFS installed, you don't need to unmount filesystem.&lt;BR /&gt;&lt;BR /&gt;Manually, you can extend the fs as &lt;BR /&gt;&lt;BR /&gt;lvextend -L size /dev/vgx/lvy&lt;BR /&gt;SIZE=size*1024&lt;BR /&gt;fsadm -b SIZE /mtpoint&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Otherwise, unmount the filesystem after doing&lt;BR /&gt;fuser -cu &lt;MTPOINT&gt;&lt;BR /&gt;fuser -cuk &lt;MTPOINT&gt; (to kill the processes using the filesystem. Be sure before you do this).&lt;BR /&gt;&lt;BR /&gt;-raj&lt;/MTPOINT&gt;&lt;/MTPOINT&gt;</description>
      <pubDate>Mon, 04 Mar 2002 16:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675481#M51951</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2002-03-04T16:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: increase logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675482#M51952</link>
      <description>Hi,All,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for all your help. I really appreciated it.&lt;BR /&gt;I just solved this problem because of these good suggestion.&lt;BR /&gt;&lt;BR /&gt;Have a good day.&lt;BR /&gt;&lt;BR /&gt;Zhiyong</description>
      <pubDate>Mon, 04 Mar 2002 19:08:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-logical-volume/m-p/2675482#M51952</guid>
      <dc:creator>szhiyong</dc:creator>
      <dc:date>2002-03-04T19:08:28Z</dc:date>
    </item>
  </channel>
</rss>

