<?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: Houskeeping in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/houskeeping/m-p/2533367#M80294</link>
    <description>Check for files in /dev :&lt;BR /&gt;find /dev -type f&lt;BR /&gt;&lt;BR /&gt;Do not keep files in /root.  /root is located on the root filesystem.&lt;BR /&gt;</description>
    <pubDate>Mon, 28 May 2001 10:58:08 GMT</pubDate>
    <dc:creator>Laurent Paumier</dc:creator>
    <dc:date>2001-05-28T10:58:08Z</dc:date>
    <item>
      <title>Houskeeping</title>
      <link>https://community.hpe.com/t5/operating-system-linux/houskeeping/m-p/2533365#M80292</link>
      <description>Hi everyone,&lt;BR /&gt;&lt;BR /&gt;I noticed that my root filesystem space is running out fast. &lt;BR /&gt;&lt;BR /&gt;What files can I clear up in order to free up some space?&lt;BR /&gt;&lt;BR /&gt;All help appreciated.</description>
      <pubDate>Mon, 28 May 2001 07:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/houskeeping/m-p/2533365#M80292</guid>
      <dc:creator>Clarence J</dc:creator>
      <dc:date>2001-05-28T07:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Houskeeping</title>
      <link>https://community.hpe.com/t5/operating-system-linux/houskeeping/m-p/2533366#M80293</link>
      <description>#find / -size +xxx</description>
      <pubDate>Mon, 28 May 2001 08:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/houskeeping/m-p/2533366#M80293</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-05-28T08:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Houskeeping</title>
      <link>https://community.hpe.com/t5/operating-system-linux/houskeeping/m-p/2533367#M80294</link>
      <description>Check for files in /dev :&lt;BR /&gt;find /dev -type f&lt;BR /&gt;&lt;BR /&gt;Do not keep files in /root.  /root is located on the root filesystem.&lt;BR /&gt;</description>
      <pubDate>Mon, 28 May 2001 10:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/houskeeping/m-p/2533367#M80294</guid>
      <dc:creator>Laurent Paumier</dc:creator>
      <dc:date>2001-05-28T10:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Houskeeping</title>
      <link>https://community.hpe.com/t5/operating-system-linux/houskeeping/m-p/2533368#M80295</link>
      <description>Thks. But I want to know which are the files that can be remved or trimmed. I saw many files in /dev but I'm sure I can't remove them all.&lt;BR /&gt;&lt;BR /&gt;Are there any log files that can be trimmed? I know 'bout wtmp.  In HP-UX you have SAM (System Admin. Manager) where you cld run it and do the daily admin. What 'bout Linux RedHat?&lt;BR /&gt;&lt;BR /&gt;Thks pple!</description>
      <pubDate>Tue, 29 May 2001 00:40:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/houskeeping/m-p/2533368#M80295</guid>
      <dc:creator>Clarence J</dc:creator>
      <dc:date>2001-05-29T00:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Houskeeping</title>
      <link>https://community.hpe.com/t5/operating-system-linux/houskeeping/m-p/2533369#M80296</link>
      <description>Check whether your /var is mounted on different FS. If not then you should clean up some log files in /var.</description>
      <pubDate>Tue, 29 May 2001 01:56:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/houskeeping/m-p/2533369#M80296</guid>
      <dc:creator>Benny Chandra</dc:creator>
      <dc:date>2001-05-29T01:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Houskeeping</title>
      <link>https://community.hpe.com/t5/operating-system-linux/houskeeping/m-p/2533370#M80297</link>
      <description>Clarence, The suggestion to remove/trim log files is probably the best. Again it depends on where the /var directory resides. On my installation, I set things up so:&lt;BR /&gt;# df -h&lt;BR /&gt;Filesystem            Size  Used Avail Use% Mounted on&lt;BR /&gt;/dev/hda1            1011M  125M  835M  14% /&lt;BR /&gt;/dev/hda6            1011M  383M  577M  40% /home&lt;BR /&gt;/dev/hda5             3.9G  2.1G  1.6G  56% /usr&lt;BR /&gt;/dev/hda7             3.9G  2.6G  1.1G  70% /usr/local&lt;BR /&gt;/dev/hdc1             504M   67M  411M  14% /var&lt;BR /&gt;/dev/hdb               96M   16M   79M  17% /zip&lt;BR /&gt;&lt;BR /&gt;because I had a lot of room on my drive, and wanted to ensure that there was plenty of space for logging. &lt;BR /&gt;&lt;BR /&gt;Log files can be fair game for trimming, but be warned, they exist for a purpose, and deleting them willy-nilly can leave you in the dark about the causes of problems down the road.&lt;BR /&gt;&lt;BR /&gt;Short of adding drive space, you could move files around. Say you found that the file that was hogging the root space was a database or important logfile that you couldn't do without, you could link the directory where the file should normally go to a filesystem that has more space.  Say your /home file system had enough room to handle the files you need to move:&lt;BR /&gt;# mkdir /home/filesystem&lt;BR /&gt;# mv -r /too_big_file_directory /home/filesystem&lt;BR /&gt;# ln -s /home/filesystem /too_big_file_dirctory&lt;BR /&gt;&lt;BR /&gt;Best regards, &lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 29 May 2001 17:15:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/houskeeping/m-p/2533370#M80297</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2001-05-29T17:15:19Z</dc:date>
    </item>
  </channel>
</rss>

