<?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: file system increasing problem, in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943741#M412196</link>
    <description>Hi Mukkala,&lt;BR /&gt;&lt;BR /&gt;Its clear from fuser output that , filesystem is busy and used by , oracle user oradev and devadm.&lt;BR /&gt;&lt;BR /&gt;You need to shutdown oracle. Consult your DBA.&lt;BR /&gt;&lt;BR /&gt;If You want to shutdown oracle:&lt;BR /&gt;# /sbin/init.d/oracle stop&lt;BR /&gt;(Check for this script)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope fully after this you can unmount.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
    <pubDate>Wed, 30 Nov 2005 19:08:39 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2005-11-30T19:08:39Z</dc:date>
    <item>
      <title>file system increasing problem,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943732#M412187</link>
      <description>i have extended the logical volume size, it is successfully extended, &lt;BR /&gt;&lt;BR /&gt;i am trying to unmount the f.s it's giving the error device busy.&lt;BR /&gt;&lt;BR /&gt;A&amp;amp;C&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;gt; lvdisplay /dev/vg01/devsapdata6&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg01/devsapdata6&lt;BR /&gt;VG Name                     /dev/vg01&lt;BR /&gt;LV Permission               read/write&lt;BR /&gt;LV Status                   available/syncd&lt;BR /&gt;Mirror copies               0&lt;BR /&gt;Consistency Recovery        MWC&lt;BR /&gt;Schedule                    parallel&lt;BR /&gt;LV Size (Mbytes)            10000&lt;BR /&gt;Current LE                  1250&lt;BR /&gt;Allocated PE                1250&lt;BR /&gt;Stripes                     0&lt;BR /&gt;Stripe Size (Kbytes)        0&lt;BR /&gt;Bad block                   on&lt;BR /&gt;Allocation                  strict&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt;&amp;lt;&amp;gt; lvextend -L 11000 /dev/vg01/devsapdata6&lt;BR /&gt;Logical volume "/dev/vg01/devsapdata6" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf&lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt;&amp;lt;&amp;gt; umount /oracle/DEV/sapdata6&lt;BR /&gt;umount: cannot unmount /oracle/DEV/sapdata6 : Device busy&lt;BR /&gt;umount: return error 1.&lt;BR /&gt;&amp;lt;&amp;gt; lvdisplay /dev/vg01/devsapdata6&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg01/devsapdata6&lt;BR /&gt;VG Name                     /dev/vg01&lt;BR /&gt;LV Permission               read/write&lt;BR /&gt;LV Status                   available/syncd&lt;BR /&gt;Mirror copies               0&lt;BR /&gt;Consistency Recovery        MWC&lt;BR /&gt;Schedule                    parallel&lt;BR /&gt;LV Size (Mbytes)            11000&lt;BR /&gt;Current LE                  1375&lt;BR /&gt;Allocated PE                1375&lt;BR /&gt;Stripes                     0&lt;BR /&gt;Stripe Size (Kbytes)        0&lt;BR /&gt;Bad block                   on&lt;BR /&gt;Allocation                  strict&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 30 Nov 2005 18:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943732#M412187</guid>
      <dc:creator>mukkala</dc:creator>
      <dc:date>2005-11-30T18:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: file system increasing problem,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943733#M412188</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;One common mistake is to have changed driectories ('cd') into the filesystem that you want to unmount.  'cd' to the root directory and unmount.&lt;BR /&gt;&lt;BR /&gt;It is also possible that some process has a file in use within the filesystem you are trying to unmount.  Use:&lt;BR /&gt;&lt;BR /&gt;# fuser -cu /oracle/DEV/sapdata6&lt;BR /&gt;&lt;BR /&gt;...to see files that are in use&lt;BR /&gt;&lt;BR /&gt;# fuser -ku /oracle/DEV/sapdata6&lt;BR /&gt;&lt;BR /&gt;...to kill all processes using files&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 30 Nov 2005 18:26:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943733#M412188</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-11-30T18:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: file system increasing problem,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943734#M412189</link>
      <description>if i use &lt;BR /&gt;&lt;BR /&gt;#fuser -ku /oracle/DEV/sapdata6&lt;BR /&gt;&lt;BR /&gt;it will effect any data</description>
      <pubDate>Wed, 30 Nov 2005 18:39:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943734#M412189</guid>
      <dc:creator>mukkala</dc:creator>
      <dc:date>2005-11-30T18:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: file system increasing problem,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943735#M412190</link>
      <description>Hi Mukkala ,&lt;BR /&gt;&lt;BR /&gt;1. First check if the filesystem is busy.&lt;BR /&gt;&lt;BR /&gt;# fuser -cu /oracle/DEV/sapdata6&lt;BR /&gt;&lt;BR /&gt;2. If orcle is running needs to stop.&lt;BR /&gt;Check with :&lt;BR /&gt;# ps -ef | egrep '(pmon|ora)'&lt;BR /&gt;&lt;BR /&gt;3. If u used fuser -ku forcefully , oracle related process will be killed.&lt;BR /&gt;&lt;BR /&gt;4. check with pwd , your current working directory. You should not be seating in the /oracle/DEV/sapdata6 directory.&lt;BR /&gt;&lt;BR /&gt;Hope this will help ,&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Wed, 30 Nov 2005 18:46:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943735#M412190</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-11-30T18:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: file system increasing problem,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943736#M412191</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Begin with finding what processes (by pid) are using the filesystem:&lt;BR /&gt;&lt;BR /&gt;# fuser -cu /oracle/DEV/sapdata6&lt;BR /&gt;&lt;BR /&gt;(see the manpages for 'fuser(1M) for the interpretation of the output).&lt;BR /&gt;&lt;BR /&gt;If possible, gracefully terminate all processes using the filesystem.  This is always preferred to drastic kill actions like :&lt;BR /&gt;&lt;BR /&gt;# fuser -ku /oracle/DEV/sapdata6&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 30 Nov 2005 18:47:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943736#M412191</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-11-30T18:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: file system increasing problem,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943737#M412192</link>
      <description>Hi Mukkala ,&lt;BR /&gt;&lt;BR /&gt;Here is your profile :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"I have assigned points to   8  of   60  responses to my questions. " &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try to make it 60 of 60 , by assigning points to all responses , and make your forum profile better and looks good , and  get faster response.&lt;BR /&gt;&lt;BR /&gt;Enjoy Foruming,&lt;BR /&gt;&lt;BR /&gt;hth ,&lt;BR /&gt;Raj.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Nov 2005 18:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943737#M412192</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-11-30T18:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: file system increasing problem,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943738#M412193</link>
      <description>still it is giving error&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;gt; umount /oracle/DEV/sapdata6&lt;BR /&gt;umount: cannot unmount /oracle/DEV/sapdata6 : Device busy&lt;BR /&gt;umount: return error 1.&lt;BR /&gt;&amp;lt;&amp;gt; pwd&lt;BR /&gt;/&lt;BR /&gt;&amp;lt;&amp;gt; fuser -ku /oracle/DEV/sapdata6&lt;BR /&gt;/oracle/DEV/sapdata6:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;gt; extendfs -F vxfs /dev/vg01/rdevsapdata6&lt;BR /&gt;vxfs extendfs: /dev/vg01/rdevsapdata6 is mounted, cannot extend.&lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Nov 2005 18:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943738#M412193</guid>
      <dc:creator>mukkala</dc:creator>
      <dc:date>2005-11-30T18:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: file system increasing problem,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943739#M412194</link>
      <description>&amp;lt;&amp;gt; fuser -cu /oracle/DEV/sapdata6&lt;BR /&gt;/oracle/DEV/sapdata6:    12768o(devadm)   12764o(devadm)   12762o(devadm)   12766o(devadm)   13375o(oradev)   13371o(oradev)   13377o(oradev)   13379o(oradev)   13381o(oradev)   13383o(oradev)   13385o(oradev)&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;gt; fuser -ku /oracle/DEV/sapdata6&lt;BR /&gt;/oracle/DEV/sapdata6:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Nov 2005 19:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943739#M412194</guid>
      <dc:creator>mukkala</dc:creator>
      <dc:date>2005-11-30T19:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: file system increasing problem,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943740#M412195</link>
      <description>That might not have been a very smart thing to do.  It appears that the filesystem was in use by an Oracle DB.  A better bet would have been to shut down the Oracle DB, rather than indiscriminantly killing processes.&lt;BR /&gt;&lt;BR /&gt;Hopefully your DB will be OK.</description>
      <pubDate>Wed, 30 Nov 2005 19:05:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943740#M412195</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-11-30T19:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: file system increasing problem,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943741#M412196</link>
      <description>Hi Mukkala,&lt;BR /&gt;&lt;BR /&gt;Its clear from fuser output that , filesystem is busy and used by , oracle user oradev and devadm.&lt;BR /&gt;&lt;BR /&gt;You need to shutdown oracle. Consult your DBA.&lt;BR /&gt;&lt;BR /&gt;If You want to shutdown oracle:&lt;BR /&gt;# /sbin/init.d/oracle stop&lt;BR /&gt;(Check for this script)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope fully after this you can unmount.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Wed, 30 Nov 2005 19:08:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943741#M412196</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-11-30T19:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: file system increasing problem,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943742#M412197</link>
      <description>after completing f.s increasing can i start oracel same path&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Nov 2005 19:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943742#M412197</guid>
      <dc:creator>mukkala</dc:creator>
      <dc:date>2005-11-30T19:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: file system increasing problem,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943743#M412198</link>
      <description>RAJ/JRF&lt;BR /&gt;&lt;BR /&gt;Thank you very much  for immediate response.</description>
      <pubDate>Wed, 30 Nov 2005 19:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943743#M412198</guid>
      <dc:creator>mukkala</dc:creator>
      <dc:date>2005-11-30T19:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: file system increasing problem,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943744#M412199</link>
      <description>Yes , you can start the same way , in the same path.&lt;BR /&gt;&lt;BR /&gt;# cd /sbin/init.d/&lt;BR /&gt;# ./oracle start&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Wed, 30 Nov 2005 19:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943744#M412199</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-11-30T19:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: file system increasing problem,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943745#M412200</link>
      <description>thanks</description>
      <pubDate>Wed, 30 Nov 2005 19:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-increasing-problem/m-p/4943745#M412200</guid>
      <dc:creator>mukkala</dc:creator>
      <dc:date>2005-11-30T19:32:05Z</dc:date>
    </item>
  </channel>
</rss>

