<?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: Make room! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921309#M817586</link>
    <description>Thanks to all for helping.&lt;BR /&gt;Does anybody know how to type {} on a 46021B HP keyboard?</description>
    <pubDate>Thu, 06 Mar 2003 21:53:17 GMT</pubDate>
    <dc:creator>Frederic Wartner</dc:creator>
    <dc:date>2003-03-06T21:53:17Z</dc:date>
    <item>
      <title>Make room!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921302#M817579</link>
      <description>Hi all,&lt;BR /&gt;I'm beginning to use a 715/50 under 10.20, and I need to free some disk space.&lt;BR /&gt;What can I delete? Is there a way to delete all the log files and other unessential stuff?&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 06 Mar 2003 18:39:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921302#M817579</guid>
      <dc:creator>Frederic Wartner</dc:creator>
      <dc:date>2003-03-06T18:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Make room!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921303#M817580</link>
      <description>Any particular file system that you're interested in purging?&lt;BR /&gt;&lt;BR /&gt;You can delete most everything under /tmp and /var/tmp.  You can use SAM to trim log files.&lt;BR /&gt;You can use find to remove core files or check for excessively large files.&lt;BR /&gt;&lt;BR /&gt;A little more info on what you're after would help focus the answers you're going to get.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 06 Mar 2003 18:42:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921303#M817580</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-06T18:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Make room!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921304#M817581</link>
      <description>have you heard of the freedisk command&lt;BR /&gt;&lt;BR /&gt;it's interactive &amp;amp; easy to use&lt;BR /&gt;&lt;BR /&gt;just try&lt;BR /&gt;&lt;BR /&gt;#freedisk</description>
      <pubDate>Thu, 06 Mar 2003 18:49:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921304#M817581</guid>
      <dc:creator>SM_3</dc:creator>
      <dc:date>2003-03-06T18:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Make room!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921305#M817582</link>
      <description>Depend on what you need. In a normal scene, these things can be done:&lt;BR /&gt;1) Clean all un necessary files from /tmp. This file system holds temp. files only.&lt;BR /&gt;2) Clean /var/adm/wtmp and btmp files. These were log in informations, can be cleared if not needed.&lt;BR /&gt;3) Remove files from /var/adm/crash. These has last system crash information.&lt;BR /&gt;4) /var log files. Find all log files and can be removed/trimmed.&lt;BR /&gt;5) run command - cleanp - to clean old patches from system. Read man pages before use.&lt;BR /&gt;6) Check root file system and remove all un necessary files from it.&lt;BR /&gt;7) The OS file systems are normally under vg00. Others can be removed if you don't need any old data.&lt;BR /&gt;8) CAUTION - when removing files from /, /etc, /usr, /sbin, /var, /opt, /stand etc.&lt;BR /&gt;9) Use SAM's routine tasks to trim files.</description>
      <pubDate>Thu, 06 Mar 2003 18:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921305#M817582</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-03-06T18:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Make room!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921306#M817583</link>
      <description>Here's what I go after&lt;BR /&gt;&lt;BR /&gt;1) cores&lt;BR /&gt;find / -type f -name core -exec rm {} \;&lt;BR /&gt;&lt;BR /&gt;2) Logs&lt;BR /&gt;find / -type f -name "*log" -exec ll {} \;&lt;BR /&gt;&lt;BR /&gt;3) try the cleanup command&lt;BR /&gt;/usr/sbin/cleanup &lt;BR /&gt;Please read the man page before running it.&lt;BR /&gt;&lt;BR /&gt;4) Check for old software that you may not need.  Start with /opt.  Perhaps you have old tools left on the system that can be removed.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Tom</description>
      <pubDate>Thu, 06 Mar 2003 18:54:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921306#M817583</guid>
      <dc:creator>Tom Ward_1</dc:creator>
      <dc:date>2003-03-06T18:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Make room!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921307#M817584</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;  you can delete mail log files under /var&lt;BR /&gt;trim utmp ,wtmp files&lt;BR /&gt;&lt;BR /&gt;backout some patch log files if not required.&lt;BR /&gt;&lt;BR /&gt;check for core dump files which can be deleted&lt;BR /&gt;&lt;BR /&gt;Rizwan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 18:57:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921307#M817584</guid>
      <dc:creator>Rizwan Mohammed</dc:creator>
      <dc:date>2003-03-06T18:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Make room!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921308#M817585</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Since you note "old", download and install PHCO_20824 for 10.20 from the ITRC Patch database.  This is the 'cleanup' patch utility which you may or may not have.&lt;BR /&gt;&lt;BR /&gt;No reboot is required to install.  This will trim log files in '/var/adm/sw' and remove superceded patches.  If you have never run this, you may gain substantial space in '/var'.  This is the *only* recommended way to maintain '/var/adm/sw'.  Simply do:&lt;BR /&gt;&lt;BR /&gt;# cleanup&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 06 Mar 2003 19:02:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921308#M817585</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-03-06T19:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Make room!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921309#M817586</link>
      <description>Thanks to all for helping.&lt;BR /&gt;Does anybody know how to type {} on a 46021B HP keyboard?</description>
      <pubDate>Thu, 06 Mar 2003 21:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921309#M817586</guid>
      <dc:creator>Frederic Wartner</dc:creator>
      <dc:date>2003-03-06T21:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Make room!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921310#M817587</link>
      <description>You can also run swremove to remove products that are not used. NOTE: Take care with this! Make sure the products are really not needed. (Do a system backup first.)&lt;BR /&gt;&lt;BR /&gt;The swremove utility will also check for dependencies and remove them when appropriate.&lt;BR /&gt;&lt;BR /&gt;I would use swremove before running cleanup. Cleanup may prevent the removal of products and patches (especially patches).&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Thu, 06 Mar 2003 21:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921310#M817587</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2003-03-06T21:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Make room!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921311#M817588</link>
      <description>Hey Frederick!&lt;BR /&gt;Two things:&lt;BR /&gt;1. Although I can't help you with your particular keyboard I have a similar problem and here's my workaround. I've created a text file on another workstation called "braces" which has only the two characters { and }. I've FTP'd this file to the workstation that doesn't have the braces. Whenever I need to type the braces I can cut and paste them from the "braces" file.&lt;BR /&gt;2. Some other types of files you may want to look for to free up disk space are .tar files and backups that may have been created by another sysadmin (.bak, .orig, etc).&lt;BR /&gt;Have a grand day, Bob</description>
      <pubDate>Fri, 07 Mar 2003 08:36:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921311#M817588</guid>
      <dc:creator>Robert Krebs</dc:creator>
      <dc:date>2003-03-07T08:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Make room!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921312#M817589</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is your problematic keyboard a French one, as your 715 might be configured for a US keyboard?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Fri, 07 Mar 2003 09:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921312#M817589</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2003-03-07T09:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Make room!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921313#M817590</link>
      <description>Yes, it's a french keyboard. How do I "tell" it to the system? Something like "keyb fr" in DOS?&lt;BR /&gt;Anyway if it doesn't work I'll use the text file solution.&lt;BR /&gt;Thanks again for your help.</description>
      <pubDate>Fri, 07 Mar 2003 11:28:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921313#M817590</guid>
      <dc:creator>Frederic Wartner</dc:creator>
      <dc:date>2003-03-07T11:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Make room!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921314#M817591</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have a look at the file /etc/kbdlang; I'm guessing it contains something like blah_blah_US.&lt;BR /&gt;&lt;BR /&gt;DON'T attempt to edit the file!  Just move it to another location and reboot the box; you should then be offered a menu where you can choose the actual keyboard type you have.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Fri, 07 Mar 2003 11:36:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921314#M817591</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2003-03-07T11:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Make room!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921315#M817592</link>
      <description>Another place I've recovered disk space from is by removing foreign language sets.  I'm not going to use the Japanese, Bulgarian....&lt;BR /&gt;It did create a problem once.  I removed German and our SAP application would not start.  We're in the U.S. and I figured we only needed English.  Apparently some things under the covers use German.&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Mar 2003 14:43:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921315#M817592</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2003-03-07T14:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Make room!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921316#M817593</link>
      <description>Seems a good idea to remove useless language files. &lt;BR /&gt;Where can I find these files?</description>
      <pubDate>Sat, 08 Mar 2003 16:10:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921316#M817593</guid>
      <dc:creator>Frederic Wartner</dc:creator>
      <dc:date>2003-03-08T16:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Make room!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921317#M817594</link>
      <description>There are in /usr/lib/nls BUT I would not mess with those files as they are not big in size, furthermore you would not know what might break. All that have been mentioned earlier are the ones you need to pay attention to. Another area of opportunity if you're really deperate is the man pages and software documentaion (eg: glance, SAM, etc). For instance /usr/share/man which I bet would make up about 20MB. Online doc like /opt/perf/paperdocs is about 30MB (if you got glanceplus installed). Again .. only if you're really desparate for space and make sure you have ways of recovering those files back if you need them.</description>
      <pubDate>Sat, 08 Mar 2003 17:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921317#M817594</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-03-08T17:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Make room!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921318#M817595</link>
      <description>commit the old patches will save some space after JRF's patch is installed.&lt;BR /&gt;&lt;BR /&gt;cleanup -c 1&lt;BR /&gt;&lt;BR /&gt;Will get rid of anything superseded more than once, but remove a possible backout path.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 10 Mar 2003 22:20:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-room/m-p/2921318#M817595</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-10T22:20:33Z</dc:date>
    </item>
  </channel>
</rss>

