<?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: Filesystem full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095449#M310977</link>
    <description>Hasan/Hein,&lt;BR /&gt;&lt;BR /&gt;Thanks for the warning!&lt;BR /&gt;&lt;BR /&gt;# model&lt;BR /&gt;9000/800/rp3410&lt;BR /&gt;# uname -r&lt;BR /&gt;B.11.31&lt;BR /&gt;# ll /usr/conf/mod/core&lt;BR /&gt;-r--r--r--   1 bin        bin          44072 Jan 12  2007 /usr/conf/mod/core&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
    <pubDate>Fri, 02 Nov 2007 07:09:02 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2007-11-02T07:09:02Z</dc:date>
    <item>
      <title>Filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095440#M310968</link>
      <description>I have filesystem space issue,so I need find the core files.Can help me in giving the script to find the core files.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Hari</description>
      <pubDate>Wed, 31 Oct 2007 18:13:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095440#M310968</guid>
      <dc:creator>Hkandati</dc:creator>
      <dc:date>2007-10-31T18:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095441#M310969</link>
      <description>Hi Hari:&lt;BR /&gt;&lt;BR /&gt;# find /path -type f -name core -exec rm -i {} \;&lt;BR /&gt;&lt;BR /&gt;...will search, recursively, '/path' finding all files named "core" and ask, interactively for confirmation to remove them.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Oct 2007 18:36:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095441#M310969</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-10-31T18:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095442#M310970</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Might want to know where the files are distributed.&lt;BR /&gt;&lt;BR /&gt;cd /filesystem&lt;BR /&gt;&lt;BR /&gt;du -k | sort -rn | more&lt;BR /&gt;&lt;BR /&gt;Get a lay of the land.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 31 Oct 2007 19:23:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095442#M310970</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-10-31T19:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095443#M310971</link>
      <description>While core files certainly can be big and cause for uncontrolled filling up of a filesystem, they are not the only cause.&lt;BR /&gt;Instead of looking for core files, why not look for large files in general?&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;find /fs -size +100000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Oct 2007 19:25:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095443#M310971</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-10-31T19:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095444#M310972</link>
      <description>It would help if you said which filesystem you have the problem with: e.g. if it's /var there may be log files that you can trim.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Thu, 01 Nov 2007 03:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095444#M310972</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2007-11-01T03:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095445#M310973</link>
      <description>Hi Hari,&lt;BR /&gt;&lt;BR /&gt;U can use the folowing command to search and delete core files in intrective mode  in root file system.&lt;BR /&gt;&lt;BR /&gt;find / -name *core -exec rm -i {} \;&lt;BR /&gt;&lt;BR /&gt;Else for searching large files in your ssytem use following command.&lt;BR /&gt;&lt;BR /&gt;find / -size +100000 -exec ll {} \;&lt;BR /&gt;&lt;BR /&gt;Note: better first you see that in which filesystem you want to look for large files.</description>
      <pubDate>Thu, 01 Nov 2007 23:51:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095445#M310973</guid>
      <dc:creator>Gaurav_Goyal</dc:creator>
      <dc:date>2007-11-01T23:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095446#M310974</link>
      <description>hi ;&lt;BR /&gt;&lt;BR /&gt;be carefull deleting core files in 11.31 . &lt;BR /&gt;there is a module file named core (  /usr/conf/mod/core ) . if you delete all core files in the system by find command you cannot build kernel. &lt;BR /&gt;&lt;BR /&gt;mathmad&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Nov 2007 01:59:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095446#M310974</guid>
      <dc:creator>Hasan  Atasoy</dc:creator>
      <dc:date>2007-11-02T01:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095447#M310975</link>
      <description>A voice frrom experience?&lt;BR /&gt;&lt;BR /&gt;There is no /usr/conf/mod/core on the 11.31 system I am looking at. Too late to heed that warning?!&lt;BR /&gt;There is an lvmcore file and some more....&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Nov 2007 06:50:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095447#M310975</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-11-02T06:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095448#M310976</link>
      <description>in pa 11.31 system that I faced. &lt;BR /&gt;there is core module..&lt;BR /&gt;&lt;BR /&gt;be carefull.&lt;BR /&gt;&lt;BR /&gt;Hasan.</description>
      <pubDate>Fri, 02 Nov 2007 06:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095448#M310976</guid>
      <dc:creator>Hasan  Atasoy</dc:creator>
      <dc:date>2007-11-02T06:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095449#M310977</link>
      <description>Hasan/Hein,&lt;BR /&gt;&lt;BR /&gt;Thanks for the warning!&lt;BR /&gt;&lt;BR /&gt;# model&lt;BR /&gt;9000/800/rp3410&lt;BR /&gt;# uname -r&lt;BR /&gt;B.11.31&lt;BR /&gt;# ll /usr/conf/mod/core&lt;BR /&gt;-r--r--r--   1 bin        bin          44072 Jan 12  2007 /usr/conf/mod/core&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Fri, 02 Nov 2007 07:09:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095449#M310977</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2007-11-02T07:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095450#M310978</link>
      <description>hi hari ,&lt;BR /&gt;&lt;BR /&gt;what about points ..&lt;BR /&gt;&lt;BR /&gt;Hasan..</description>
      <pubDate>Sat, 03 Nov 2007 07:08:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-full/m-p/4095450#M310978</guid>
      <dc:creator>Hasan  Atasoy</dc:creator>
      <dc:date>2007-11-03T07:08:09Z</dc:date>
    </item>
  </channel>
</rss>

