<?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: Low in Space message even with directory empty in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/low-in-space-message-even-with-directory-empty/m-p/2813419#M84881</link>
    <description>also try the following:&lt;BR /&gt;&lt;BR /&gt;cleanup -F &lt;BR /&gt;or &lt;BR /&gt;cleanup -i&lt;BR /&gt;&lt;BR /&gt;to cleanup old patch files.&lt;BR /&gt;&lt;BR /&gt;also:&lt;BR /&gt;&lt;BR /&gt;cd /var&lt;BR /&gt;du -sk *&lt;BR /&gt;&lt;BR /&gt;This will show which directories are using the most space.  Then simply navigate to the directory and keep issuing "du -sk *" at each directory to determine what ones are the hogs.&lt;BR /&gt;&lt;BR /&gt;Then remove/truncate anything that you can.&lt;BR /&gt;&lt;BR /&gt;Other areas that may be big:&lt;BR /&gt;/var/opt/omni&lt;BR /&gt;/var/opt/perf&lt;BR /&gt;/var/adm&lt;BR /&gt;/var/tmp&lt;BR /&gt;&lt;BR /&gt;Sean&lt;BR /&gt;</description>
    <pubDate>Wed, 25 Sep 2002 17:58:31 GMT</pubDate>
    <dc:creator>Sean OB_1</dc:creator>
    <dc:date>2002-09-25T17:58:31Z</dc:date>
    <item>
      <title>Low in Space message even with directory empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-in-space-message-even-with-directory-empty/m-p/2813414#M84876</link>
      <description>Hello recently the server is posting this message:&lt;BR /&gt;&lt;BR /&gt;Sep 25 14:40:59 apache last message repeated 7 times&lt;BR /&gt;Sep 25 14:41:14 apache sendmail[744]: [NOQUEUE]: low on space (have 0, SMTP-DAEMON needs 101 in /var/spool/mqueue)&lt;BR /&gt;&lt;BR /&gt;I removed all the file in the /var/spool/mqueue directory and reboot and the box keeps posting the message. What can I do to fix this????&lt;BR /&gt;&lt;BR /&gt;Thank you!!</description>
      <pubDate>Wed, 25 Sep 2002 17:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-in-space-message-even-with-directory-empty/m-p/2813414#M84876</guid>
      <dc:creator>Diadina Cotte</dc:creator>
      <dc:date>2002-09-25T17:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Low in Space message even with directory empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-in-space-message-even-with-directory-empty/m-p/2813415#M84877</link>
      <description>Is this it's own file system?&lt;BR /&gt;&lt;BR /&gt;if not, what does bdf of /var say?&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 25 Sep 2002 17:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-in-space-message-even-with-directory-empty/m-p/2813415#M84877</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-09-25T17:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Low in Space message even with directory empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-in-space-message-even-with-directory-empty/m-p/2813416#M84878</link>
      <description>Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol8     769536  701069       0  100% /var&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;WOW!!!</description>
      <pubDate>Wed, 25 Sep 2002 17:45:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-in-space-message-even-with-directory-empty/m-p/2813416#M84878</guid>
      <dc:creator>Diadina Cotte</dc:creator>
      <dc:date>2002-09-25T17:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Low in Space message even with directory empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-in-space-message-even-with-directory-empty/m-p/2813417#M84879</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check for large files or a large number of files in /var/tmp.  Also check files in /var/adm.  Particularly, /var/adm/wtmp could be large and need to be truncated.  Also suspect are /var/adm/syslog/syslog, OLDsyslog, and mail.log.&lt;BR /&gt;&lt;BR /&gt;If you need to truncate a system log file, don't rm it.  Backup the file (to a filesystem with space or to a tape) and zero out the file using "&amp;gt;filename" syntax.  If you rm a file like syslog, you will still have a space issue because syslogd has the file open.  Space won't be released until syslogd is restarted.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Wed, 25 Sep 2002 17:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-in-space-message-even-with-directory-empty/m-p/2813417#M84879</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-09-25T17:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Low in Space message even with directory empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-in-space-message-even-with-directory-empty/m-p/2813418#M84880</link>
      <description>Yes, you are very full.&lt;BR /&gt;&lt;BR /&gt;Start looking for large log files and try to get rid of them.  Also take a look at this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x0be7c6af36b7d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x0be7c6af36b7d5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for the sendmail stuff and this one for assisting in cleaning out /var:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2cdf91ccb36bd611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2cdf91ccb36bd611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe4b814a24fd1d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe4b814a24fd1d4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 25 Sep 2002 17:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-in-space-message-even-with-directory-empty/m-p/2813418#M84880</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-09-25T17:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Low in Space message even with directory empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-in-space-message-even-with-directory-empty/m-p/2813419#M84881</link>
      <description>also try the following:&lt;BR /&gt;&lt;BR /&gt;cleanup -F &lt;BR /&gt;or &lt;BR /&gt;cleanup -i&lt;BR /&gt;&lt;BR /&gt;to cleanup old patch files.&lt;BR /&gt;&lt;BR /&gt;also:&lt;BR /&gt;&lt;BR /&gt;cd /var&lt;BR /&gt;du -sk *&lt;BR /&gt;&lt;BR /&gt;This will show which directories are using the most space.  Then simply navigate to the directory and keep issuing "du -sk *" at each directory to determine what ones are the hogs.&lt;BR /&gt;&lt;BR /&gt;Then remove/truncate anything that you can.&lt;BR /&gt;&lt;BR /&gt;Other areas that may be big:&lt;BR /&gt;/var/opt/omni&lt;BR /&gt;/var/opt/perf&lt;BR /&gt;/var/adm&lt;BR /&gt;/var/tmp&lt;BR /&gt;&lt;BR /&gt;Sean&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Sep 2002 17:58:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-in-space-message-even-with-directory-empty/m-p/2813419#M84881</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2002-09-25T17:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Low in Space message even with directory empty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-in-space-message-even-with-directory-empty/m-p/2813420#M84882</link>
      <description>Well I managed thanks to all of you to lower it down to:&lt;BR /&gt;&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol8     769536  539014  153568   78% /var&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Very Helpful&lt;BR /&gt;&lt;BR /&gt;;-) Thanks!</description>
      <pubDate>Wed, 25 Sep 2002 19:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-in-space-message-even-with-directory-empty/m-p/2813420#M84882</guid>
      <dc:creator>Diadina Cotte</dc:creator>
      <dc:date>2002-09-25T19:18:08Z</dc:date>
    </item>
  </channel>
</rss>

