<?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/3259099#M176670</link>
    <description>In the future you should avboid to have both / and /tmp on the same partition/LV.&lt;BR /&gt;&lt;BR /&gt;Peace, R.</description>
    <pubDate>Mon, 26 Apr 2004 09:26:04 GMT</pubDate>
    <dc:creator>Roberto Polli</dc:creator>
    <dc:date>2004-04-26T09:26:04Z</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/3259093#M176664</link>
      <description>Hi,&lt;BR /&gt;I have problem with HP-UX A.37.00 B 9000/835 installed on hp server 8000, while booting the system showing the following mesg.&lt;BR /&gt;&lt;BR /&gt;/: write failed,file system is full&lt;BR /&gt;cp:bad copy to /tmp mirror.tmp&lt;BR /&gt;rm:/tmp/mirror.tmp non-existant&lt;BR /&gt;/:file system full.&lt;BR /&gt;&lt;BR /&gt;/:write failed,file system is full&lt;BR /&gt;/etc/bcherckrc:&lt;BR /&gt;&lt;BR /&gt;the it will come to the prompt (inbeckrc:)#&lt;BR /&gt;&lt;BR /&gt;plese give me some immediate solutions&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;saifu&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Apr 2004 08:39:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/3259093#M176664</guid>
      <dc:creator>Saifudheen_1</dc:creator>
      <dc:date>2004-04-26T08:39:24Z</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/3259094#M176665</link>
      <description>The message suggests it's the /tmp filesystem that's full: confirm with bdf&lt;BR /&gt;&lt;BR /&gt;Assuming this is correct, you can delete anything over a week old thus (it is a temporary storage area, so this is safe):&lt;BR /&gt;&lt;BR /&gt;cd /tmp&lt;BR /&gt;find . -mtime +7 -exec rm {} \;&lt;BR /&gt;&lt;BR /&gt;If you still have problems look for big files:&lt;BR /&gt;&lt;BR /&gt;ll|sort -k5,5nr|pg&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Mon, 26 Apr 2004 08:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/3259094#M176665</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2004-04-26T08:42:18Z</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/3259095#M176666</link>
      <description>saifu,&lt;BR /&gt;&lt;BR /&gt;Either /tmp or / appears to be full.  Run bdf to see which file system is having problems, then look at how to address them.  Look for core files that can be removed.  Clean out /tmp with "find /tmp -type f -mtime +2 -exec rm {} \;".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 26 Apr 2004 08:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/3259095#M176666</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-04-26T08:46:48Z</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/3259096#M176667</link>
      <description>boot to single and mount /tmp... remove any data not needed to get it below 90% at least. If you mount from single there wont be any programs running which would query /tmp and allow you clear it well enough to boot to multi user.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Or as a drastic course, you might have to lvremove LVOL/tmp and lvcreate it again...</description>
      <pubDate>Mon, 26 Apr 2004 08:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/3259096#M176667</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-04-26T08:49:30Z</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/3259097#M176668</link>
      <description>If it is not really full that means system has not mounted /tmp due to somie errors .. Try an fsck from that prompt&lt;BR /&gt;&lt;BR /&gt;fsck -y &lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Mon, 26 Apr 2004 08:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/3259097#M176668</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-04-26T08:55:13Z</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/3259098#M176669</link>
      <description>Hi Saufu,&lt;BR /&gt;&lt;BR /&gt;To get out of the (inbeckrc:)# prompt &lt;BR /&gt;type "exit" or &lt;CTRL-D&gt;.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan&lt;/CTRL-D&gt;</description>
      <pubDate>Mon, 26 Apr 2004 09:06:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/3259098#M176669</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-04-26T09:06:37Z</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/3259099#M176670</link>
      <description>In the future you should avboid to have both / and /tmp on the same partition/LV.&lt;BR /&gt;&lt;BR /&gt;Peace, R.</description>
      <pubDate>Mon, 26 Apr 2004 09:26:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/3259099#M176670</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-04-26T09:26:04Z</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/3259100#M176671</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thank you for your quick support. I have deleted some file from \tmp. now file system fill message not coming. but i have another problem now. when the system boot showing the following msg.&lt;BR /&gt;&lt;BR /&gt;/etc/fsclean: /dev/dsk/c2000d0s11 not ok, run fsck.&lt;BR /&gt;&lt;BR /&gt;when i run the fsck command i am getting this msg.&lt;BR /&gt;&lt;BR /&gt;Bad super block: Trashed values in super block..&lt;BR /&gt;&lt;BR /&gt;pls help me to solve this problem at earliest.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;saifu</description>
      <pubDate>Mon, 26 Apr 2004 10:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/3259100#M176671</guid>
      <dc:creator>Saifudheen_1</dc:creator>
      <dc:date>2004-04-26T10:29:28Z</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/3259101#M176672</link>
      <description>try fsck -o full etc...&lt;BR /&gt;&lt;BR /&gt;There is a superblock option to replace a bad superblock but I am not familiar with that.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If that doesn't work you might need to rebuild /tmp in single mode. and reboot again.</description>
      <pubDate>Mon, 26 Apr 2004 10:53:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/write-failed-file-system-is-full/m-p/3259101#M176672</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-04-26T10:53:29Z</dc:date>
    </item>
  </channel>
</rss>

