<?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: usr contrib src cleanup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-contrib-src-cleanup/m-p/4747003#M387822</link>
    <description>Thanks all. I've moved those files off-server. It didn't make much difference, but every little bit helps.</description>
    <pubDate>Tue, 01 Feb 2011 21:55:23 GMT</pubDate>
    <dc:creator>Greg W. Webster</dc:creator>
    <dc:date>2011-02-01T21:55:23Z</dc:date>
    <item>
      <title>usr contrib src cleanup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-contrib-src-cleanup/m-p/4746999#M387818</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I've somewhat inherited the task of system administration for an old HP-UX server. Unfortunately, the requests made of it are outstripping the resources it was originally built with...specifically, /usr just barely shy of completely full and I need to do some cleanup.&lt;BR /&gt;&lt;BR /&gt;In /usr/contrib/src are the following files:&lt;BR /&gt;/usr/contrib/src # ls&lt;BR /&gt;gzip.info gzip135.tar.gz perl.info scsi_io.c&lt;BR /&gt;gzip124.tar.gz perl.copyright perl5.tar.gz&lt;BR /&gt;&lt;BR /&gt;Is there any reason why the server would need/access these tar.gz files? I wish to move them elsewhere to get through the current crunch, but don't want to impact required processes. For what it's worth, those files have date stamps back as far as 2000, 2004 and 2006.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 01 Feb 2011 17:57:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-contrib-src-cleanup/m-p/4746999#M387818</guid>
      <dc:creator>Greg W. Webster</dc:creator>
      <dc:date>2011-02-01T17:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: usr contrib src cleanup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-contrib-src-cleanup/m-p/4747000#M387819</link>
      <description>I suspect that the perl and the gnu zip utility was installed some time way back as far as 2000/2004/2006.  If a new version was needed, new source would be downloaded at that time so I see no point in retaining these historical artifacts.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 01 Feb 2011 18:41:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-contrib-src-cleanup/m-p/4747000#M387819</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2011-02-01T18:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: usr contrib src cleanup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-contrib-src-cleanup/m-p/4747001#M387820</link>
      <description>&amp;gt;I wish to move them elsewhere&lt;BR /&gt;&lt;BR /&gt;You can always do that.  And leave a symbolic link to the new location.  Or just one to the new directory.</description>
      <pubDate>Tue, 01 Feb 2011 21:09:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-contrib-src-cleanup/m-p/4747001#M387820</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-02-01T21:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: usr contrib src cleanup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-contrib-src-cleanup/m-p/4747002#M387821</link>
      <description>Looks like these are the application sources still packed as *.gz files - consider them as an archive only. IMHO you can safely move them away.&lt;BR /&gt;&lt;BR /&gt;I would search for the unzipped sources too, they are probably also somewhere in your directory tree.</description>
      <pubDate>Tue, 01 Feb 2011 21:34:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-contrib-src-cleanup/m-p/4747002#M387821</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-02-01T21:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: usr contrib src cleanup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-contrib-src-cleanup/m-p/4747003#M387822</link>
      <description>Thanks all. I've moved those files off-server. It didn't make much difference, but every little bit helps.</description>
      <pubDate>Tue, 01 Feb 2011 21:55:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-contrib-src-cleanup/m-p/4747003#M387822</guid>
      <dc:creator>Greg W. Webster</dc:creator>
      <dc:date>2011-02-01T21:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: usr contrib src cleanup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-contrib-src-cleanup/m-p/4747004#M387823</link>
      <description>You can target your cleanup effort like so:&lt;BR /&gt;&lt;BR /&gt;cd /usr&lt;BR /&gt;du -sk * .??* | sort -n&lt;BR /&gt;&lt;BR /&gt;This will show you the size of each subdirectory in kilobytes sorted from smallest to largest.&lt;BR /&gt;&lt;BR /&gt;You can repeat this process in each large subdirectory, drilling down to the largest disk space hogs in the filesystem. If you're lucky, you'll find the previous sysadmin's iTunes library and be able to just nuke it, freeing up 10%.&lt;BR /&gt;&lt;BR /&gt;Be mindful of cross-filesystem boundaries - if you have a separate volume mounted as /usr/local, for instance, you can disregard that piece while you're trying to find stuff to clean up on /usr.</description>
      <pubDate>Wed, 02 Feb 2011 02:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-contrib-src-cleanup/m-p/4747004#M387823</guid>
      <dc:creator>mvpel</dc:creator>
      <dc:date>2011-02-02T02:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: usr contrib src cleanup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-contrib-src-cleanup/m-p/4747005#M387824</link>
      <description>Hi greg, &lt;BR /&gt;&lt;BR /&gt;Now since you are cleaning up, the whole point arises do you need all the "unsupported contributed software" in the filesystem /usr?? And just one thing (outta topic) but since you were mentioning /usr/contrib... it is the target for many "bomb scripts" like mroe. In case you are a security administrator as well, keep an eye on those. &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ismail Azad</description>
      <pubDate>Wed, 02 Feb 2011 17:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-contrib-src-cleanup/m-p/4747005#M387824</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2011-02-02T17:17:37Z</dc:date>
    </item>
  </channel>
</rss>

