<?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: HPUX file system error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-error/m-p/4972250#M785643</link>
    <description>This is a serious error since one or more filesystems are full and errors are occurring for all users and probably your applications. The system adminstrator must get access and run bdf to determine which filesystems are full. There are several steps to decide on how to fix the problems.</description>
    <pubDate>Thu, 06 Apr 2006 10:53:33 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2006-04-06T10:53:33Z</dc:date>
    <item>
      <title>HPUX file system error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-error/m-p/4972246#M785639</link>
      <description>Hello &lt;BR /&gt;Could anyone help me with following issue:&lt;BR /&gt;&lt;BR /&gt;I have a access server which runs on hpux 11.0 os. This access server is accessed remotely via ISDN link. After access this access server remotely, I am trying to telnet to a node which is also hpux machine, the connection is successful but a big bang error showing /home: write failed, file system is full" gets displayed. Even when I tried to run basic hpux commands, the same error gets displayed.&lt;BR /&gt;Can anyone help me, what actually this error means. I am new to system admin area and basic knowledge about hpux. What is the impact of this error.</description>
      <pubDate>Thu, 06 Apr 2006 08:41:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-error/m-p/4972246#M785639</guid>
      <dc:creator>tr10385</dc:creator>
      <dc:date>2006-04-06T08:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX file system error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-error/m-p/4972247#M785640</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;As the error message says, your Filesystem is running out of space. Check with &lt;BR /&gt;&lt;BR /&gt;# bdf &lt;BR /&gt;&lt;BR /&gt;You need to cleanup unwanted files, dirs, patches, etc.. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 06 Apr 2006 08:44:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-error/m-p/4972247#M785640</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-04-06T08:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX file system error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-error/m-p/4972248#M785641</link>
      <description>/home filesystem is full - there is no more room in the filesystem to write new data. Do some clean up on the /home filesystem. Check your progress with bdf command.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Apr 2006 08:46:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-error/m-p/4972248#M785641</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-04-06T08:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX file system error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-error/m-p/4972249#M785642</link>
      <description>cnu,&lt;BR /&gt;as already indicated the file system is full.&lt;BR /&gt;&lt;BR /&gt;You probably got the message on every command you tried because you had command history switched on.&lt;BR /&gt;This means every command you type is trying to be logged into $HOME/.sh_history, but no room was available.</description>
      <pubDate>Thu, 06 Apr 2006 09:42:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-error/m-p/4972249#M785642</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-04-06T09:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX file system error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-error/m-p/4972250#M785643</link>
      <description>This is a serious error since one or more filesystems are full and errors are occurring for all users and probably your applications. The system adminstrator must get access and run bdf to determine which filesystems are full. There are several steps to decide on how to fix the problems.</description>
      <pubDate>Thu, 06 Apr 2006 10:53:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-error/m-p/4972250#M785643</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-04-06T10:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX file system error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-error/m-p/4972251#M785644</link>
      <description>cnu,&lt;BR /&gt;&lt;BR /&gt;Often, I have found, developers etc use their home directory to store their programs and scripts and run them from there. If they fail and core dump, they can leave quite large core files in their home directories. You might try a find and search for core files:-&lt;BR /&gt;&lt;BR /&gt;find /home -name core -print&lt;BR /&gt;&lt;BR /&gt;You could try to find which directory has the most space used by it using du:-&lt;BR /&gt;cd /home&lt;BR /&gt;du -sk *&lt;BR /&gt;&lt;BR /&gt;Just a couple of thoughts.</description>
      <pubDate>Fri, 07 Apr 2006 03:06:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-error/m-p/4972251#M785644</guid>
      <dc:creator>JASH_2</dc:creator>
      <dc:date>2006-04-07T03:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX file system error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-error/m-p/4972252#M785645</link>
      <description>Thanx hpux folks.&lt;BR /&gt;I could clean up the filesytem with all your valuable tips. system is working fine.</description>
      <pubDate>Fri, 07 Apr 2006 03:41:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-error/m-p/4972252#M785645</guid>
      <dc:creator>tr10385</dc:creator>
      <dc:date>2006-04-07T03:41:23Z</dc:date>
    </item>
  </channel>
</rss>

