<?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: /usr file system issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150411#M565722</link>
    <description>du -xk /usr&lt;BR /&gt;&lt;BR /&gt;Check the last value</description>
    <pubDate>Wed, 14 Jan 2009 06:14:03 GMT</pubDate>
    <dc:creator>Avinash20</dc:creator>
    <dc:date>2009-01-14T06:14:03Z</dc:date>
    <item>
      <title>/usr file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150408#M565719</link>
      <description>Hi Admins,&lt;BR /&gt;&lt;BR /&gt;In one of our HP-UX 11.11 server, the /usr file system is at 97%.  We found one file of size 550MB and we deleted that file.  But even after deleting the file, the file system didn't get reduced. Still it is at 97%.  Please let me know is there a way to find why the file system didn't get reduced.  &lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;&lt;BR /&gt;Thiru&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jan 2009 05:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150408#M565719</guid>
      <dc:creator>vthiru</dc:creator>
      <dc:date>2009-01-14T05:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150409#M565720</link>
      <description>This could be due to unlinked files which might has not got deleted.&lt;BR /&gt;&lt;BR /&gt;could you compare the output of &lt;BR /&gt;&lt;BR /&gt;# bdf&lt;BR /&gt;# du -sk /usr&lt;BR /&gt;&lt;BR /&gt;Compare the avail section in bdf and the above output</description>
      <pubDate>Wed, 14 Jan 2009 05:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150409#M565720</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-14T05:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150410#M565721</link>
      <description>Thanks Avinash,  but there are lot of file system like below:&lt;BR /&gt;&lt;BR /&gt;/usr&lt;BR /&gt;/usr/local/fsa&lt;BR /&gt;/usr/local/fsb&lt;BR /&gt;/usr/local/fsc&lt;BR /&gt;/usr/local/fsd&lt;BR /&gt;/usr/fse&lt;BR /&gt;&lt;BR /&gt;So the output doesn't help really.&lt;BR /&gt;&lt;BR /&gt;servera / &amp;gt; bdf /usr&lt;BR /&gt;duFilesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol1   2138112 2040726   91331   96% /usr&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;servera / &amp;gt; du -ks /usr&lt;BR /&gt;9543016 /usr&lt;BR /&gt;&lt;BR /&gt;Any help will be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Thiru</description>
      <pubDate>Wed, 14 Jan 2009 06:06:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150410#M565721</guid>
      <dc:creator>vthiru</dc:creator>
      <dc:date>2009-01-14T06:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150411#M565722</link>
      <description>du -xk /usr&lt;BR /&gt;&lt;BR /&gt;Check the last value</description>
      <pubDate>Wed, 14 Jan 2009 06:14:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150411#M565722</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-14T06:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150412#M565723</link>
      <description>There may be remarkable differences in the bdf(1) and du(1) outputs, because bdf(1) looks at file system statistics, while du(1) looks at the files it finds in the directories.&lt;BR /&gt;&lt;BR /&gt;Under certain circumstances, files that actually exist in a file system, might not be visible. There are two reasons for that, which are also the reason why du(1) wouldn't count their sizes when calculating the disk usage:&lt;BR /&gt;&lt;BR /&gt;Files that have already been deleted, but are still opened by running processes&lt;BR /&gt;You can find such files with&lt;BR /&gt;crashinfo -unlinked &lt;BR /&gt;&lt;BR /&gt;It will print their inodes and sizes, and also the processes that still have this file open, e.g.&lt;BR /&gt;&lt;BR /&gt;   PID   PPID COMMAND             INODE DEVICE                      SIZE(bytes) &lt;BR /&gt;  3844      1 swagentd             6725 /dev/vg00/lvol6                     133 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;These files will still occupy space in the file system, but they will not be visible in the directory listings because their directory entries have already been deleted. The files themselves will only be deleted after all processes that have the file open either close the file, or terminate.&lt;BR /&gt;&lt;BR /&gt;If that doesn't happen on its own, you might need to kill the appropriate processes, to free the disk space.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jan 2009 06:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150412#M565723</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-14T06:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150413#M565724</link>
      <description>Thanks again Avinash, please find the du -xk /usr&lt;BR /&gt;&lt;BR /&gt;1473748 /usr&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but i am not able to find crashinfo in my server.  Please let me know from where can i get crashinfo.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Thiru&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jan 2009 06:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150413#M565724</guid>
      <dc:creator>vthiru</dc:creator>
      <dc:date>2009-01-14T06:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150414#M565725</link>
      <description>you need to get the crashinfo script from HP.&lt;BR /&gt;They will provide you the script on request.</description>
      <pubDate>Wed, 14 Jan 2009 06:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150414#M565725</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-14T06:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150415#M565726</link>
      <description>&amp;gt;We found one file of size 550MB and we deleted that file.&lt;BR /&gt;&lt;BR /&gt;Do you remember the filename?&lt;BR /&gt;You may need to run lsof to see who has it open.</description>
      <pubDate>Wed, 14 Jan 2009 06:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150415#M565726</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-14T06:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150416#M565727</link>
      <description>servera / &amp;gt; bdf /usr&lt;BR /&gt;duFilesystem    kbytes   used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol1 2138112 2040726 91331 96% /usr&lt;BR /&gt;&lt;BR /&gt;Used: 1993 MB&lt;BR /&gt;&lt;BR /&gt;du -xk /usr&lt;BR /&gt;1473748 /usr&lt;BR /&gt;&lt;BR /&gt;Actual Used: 1439 MB&lt;BR /&gt;&lt;BR /&gt;So the difference is around 500MB.&lt;BR /&gt;## You could find the unlinked file via&lt;BR /&gt;&lt;BR /&gt;# crashinfo -unlinked&lt;BR /&gt;&lt;BR /&gt;You could obtain the script from HP Solution Center</description>
      <pubDate>Wed, 14 Jan 2009 06:36:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150416#M565727</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-14T06:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150417#M565728</link>
      <description>Thanks Avinash/Dennis.  There is no crashinfo and lsof installed in the server.  But i could see a process that is running and i suspect that it could hold the file.  Let me work with the application team and find out whether they will be able to stop and start the process once and see if that helps.&lt;BR /&gt;&lt;BR /&gt;Keeps you people posted.  &lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;Thiru</description>
      <pubDate>Wed, 14 Jan 2009 06:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150417#M565728</guid>
      <dc:creator>vthiru</dc:creator>
      <dc:date>2009-01-14T06:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150418#M565729</link>
      <description>Thanks Dennis/Avinash,&lt;BR /&gt;&lt;BR /&gt;Once the application team stopped the process, the file system usage got reduced.&lt;BR /&gt;&lt;BR /&gt;servera / &amp;gt; bdf /usr&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol1   2138112 1579551  523683   75% /usr&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;&lt;BR /&gt;Thiru&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jan 2009 06:50:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150418#M565729</guid>
      <dc:creator>vthiru</dc:creator>
      <dc:date>2009-01-14T06:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: /usr file system issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150419#M565730</link>
      <description>Yes, if you know the process, you could try to stop or kill it with -9&lt;BR /&gt;&lt;BR /&gt;But before killing that process, please dicuss this with your application team.</description>
      <pubDate>Wed, 14 Jan 2009 06:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-file-system-issue/m-p/5150419#M565730</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-14T06:51:13Z</dc:date>
    </item>
  </channel>
</rss>

