<?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: write failed, file system is full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/2649662#M45720</link>
    <description>&amp;lt;&amp;lt;&lt;THIS member="" has="" assigned="" points="" to="" 0="" of="" 14="" responses="" to="" his=""&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Try these&lt;BR /&gt;1.#find / -depth -mtime +1 -exec ll ${} \; &lt;BR /&gt;That should show you the files, which have been modified last. The big ones should be &lt;BR /&gt;among them.&lt;BR /&gt;2.#find / -depth -type f -name *.log &lt;BR /&gt;&lt;BR /&gt;3.#du -akx / | sort -n&lt;BR /&gt; &lt;BR /&gt;4.#find / -size +10000 -exec ls -l {} \; &lt;BR /&gt;5.Any core file?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/THIS&gt;</description>
    <pubDate>Tue, 22 Jan 2002 05:49:08 GMT</pubDate>
    <dc:creator>Animesh Chakraborty</dc:creator>
    <dc:date>2002-01-22T05:49:08Z</dc:date>
    <item>
      <title>write failed, file system is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/2649659#M45717</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;I found a file system " / " which is full.&lt;BR /&gt;Since the spaces are good enough. I didn't find any big sized files during the happen. Does anyone have an idea? Thank you.&lt;BR /&gt;&lt;BR /&gt;ajk</description>
      <pubDate>Tue, 22 Jan 2002 04:49:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/2649659#M45717</guid>
      <dc:creator>ajk_2</dc:creator>
      <dc:date>2002-01-22T04:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: write failed, file system is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/2649660#M45718</link>
      <description>you may want to check for /dev/rmt/om files... that's an o 'o' not a zero...&lt;BR /&gt;&lt;BR /&gt;This is a very large file which was created when a user tried to perform a tar but using /dev/rmt/om instead of /dev/rmt/0m...&lt;BR /&gt;&lt;BR /&gt;just a thought...&lt;BR /&gt;-Dan</description>
      <pubDate>Tue, 22 Jan 2002 04:55:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/2649660#M45718</guid>
      <dc:creator>Mary Ann Lipa</dc:creator>
      <dc:date>2002-01-22T04:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: write failed, file system is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/2649661#M45719</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Another possibility is you have open file(s) residing in / These files have already been removed but processes are still writing to these opened file(s). &lt;BR /&gt;&lt;BR /&gt;To verify, run lsof on / and check for any open file(s) that have already been physically removed. To remove such files, you have to terminate the process that is writing to these open file(s).&lt;BR /&gt;&lt;BR /&gt;lsof can be downloaded from &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.asknet.de/hppd/hpux/Sysadmin/lsof-4.55/" target="_blank"&gt;http://hpux.asknet.de/hppd/hpux/Sysadmin/lsof-4.55/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.</description>
      <pubDate>Tue, 22 Jan 2002 05:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/2649661#M45719</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-01-22T05:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: write failed, file system is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/2649662#M45720</link>
      <description>&amp;lt;&amp;lt;&lt;THIS member="" has="" assigned="" points="" to="" 0="" of="" 14="" responses="" to="" his=""&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Try these&lt;BR /&gt;1.#find / -depth -mtime +1 -exec ll ${} \; &lt;BR /&gt;That should show you the files, which have been modified last. The big ones should be &lt;BR /&gt;among them.&lt;BR /&gt;2.#find / -depth -type f -name *.log &lt;BR /&gt;&lt;BR /&gt;3.#du -akx / | sort -n&lt;BR /&gt; &lt;BR /&gt;4.#find / -size +10000 -exec ls -l {} \; &lt;BR /&gt;5.Any core file?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/THIS&gt;</description>
      <pubDate>Tue, 22 Jan 2002 05:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/2649662#M45720</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2002-01-22T05:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: write failed, file system is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/2649663#M45721</link>
      <description>Hi,&lt;BR /&gt;we can't increase the / size since it will be contiguous allocation. remove any unwanted files. or you can shift your activity to another filesystem which has enough space</description>
      <pubDate>Tue, 22 Jan 2002 05:53:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/2649663#M45721</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-01-22T05:53:59Z</dc:date>
    </item>
  </channel>
</rss>

