<?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 Low space issue, please help! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/low-space-issue-please-help/m-p/3431211#M205773</link>
    <description>I am new to HP-UX and ran into a big problem. Just got a C200 workstation and realized that I have only 152Kb free on /. I realized that when I wanted to install HP-UX Secure Shell on it. It is a fresh 11i (1.0) installation.&lt;BR /&gt;&lt;BR /&gt;What could I do to free up some space and/or remove some of the existing apps I might not need: for example a swlist shows up between others: CDE-Japanese, CDE-Swedish... etc. (I don't know Japanese or Swedish either :) without "hurting" my existing installation of course.&lt;BR /&gt;&lt;BR /&gt;Any help would be greately appreciated! Thanks in advance!</description>
    <pubDate>Fri, 26 Nov 2004 11:39:11 GMT</pubDate>
    <dc:creator>C Ross</dc:creator>
    <dc:date>2004-11-26T11:39:11Z</dc:date>
    <item>
      <title>Low space issue, please help!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-space-issue-please-help/m-p/3431211#M205773</link>
      <description>I am new to HP-UX and ran into a big problem. Just got a C200 workstation and realized that I have only 152Kb free on /. I realized that when I wanted to install HP-UX Secure Shell on it. It is a fresh 11i (1.0) installation.&lt;BR /&gt;&lt;BR /&gt;What could I do to free up some space and/or remove some of the existing apps I might not need: for example a swlist shows up between others: CDE-Japanese, CDE-Swedish... etc. (I don't know Japanese or Swedish either :) without "hurting" my existing installation of course.&lt;BR /&gt;&lt;BR /&gt;Any help would be greately appreciated! Thanks in advance!</description>
      <pubDate>Fri, 26 Nov 2004 11:39:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-space-issue-please-help/m-p/3431211#M205773</guid>
      <dc:creator>C Ross</dc:creator>
      <dc:date>2004-11-26T11:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Low space issue, please help!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-space-issue-please-help/m-p/3431212#M205774</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Since this is 11i, I assume that you have devided your vg00 into various file systems /stand,/,/usr,/opt,/var etc.,&lt;BR /&gt;&lt;BR /&gt;Normally no softwares will go into / "filesystem". Looks like there are some directories under / given to regular users without filesystems on them. To find out the culprits, run the command &lt;BR /&gt;&lt;BR /&gt;du -kx / |sort -n&lt;BR /&gt;&lt;BR /&gt;It will list out all the directories under / as per their usage. You may want to create filesystems for them if they are not OS related.&lt;BR /&gt;&lt;BR /&gt;Also check if your /opt is mounted. SSH gets installed under /opt.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 26 Nov 2004 11:43:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-space-issue-please-help/m-p/3431212#M205774</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-26T11:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Low space issue, please help!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-space-issue-please-help/m-p/3431213#M205775</link>
      <description>Few real files should be on root /&lt;BR /&gt;&lt;BR /&gt;cd /&lt;BR /&gt;&lt;BR /&gt;du -sk | sort -nr &lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;du -k | sort -nr or&lt;BR /&gt;&lt;BR /&gt;This will identify files that don't belong in root /&lt;BR /&gt;&lt;BR /&gt;Files can hide too.&lt;BR /&gt;&lt;BR /&gt;lets say you have a folder called /data&lt;BR /&gt;&lt;BR /&gt;Its supposed to be mounted with a filesystem. But its not for some reason.&lt;BR /&gt;&lt;BR /&gt;100 MB get copied in.&lt;BR /&gt;&lt;BR /&gt;Then you mount the filesysetm.&lt;BR /&gt;&lt;BR /&gt;mount /data&lt;BR /&gt;&lt;BR /&gt;That 100 MB is invisible at the command line but using space.&lt;BR /&gt;&lt;BR /&gt;This happens in /var when /var fails to mount.&lt;BR /&gt;&lt;BR /&gt;If its not a critical filesystem, you can simply umount /data, clean up the mess and then mount. &lt;BR /&gt;&lt;BR /&gt;If its /var you'll need to boot into single user mode to clean things up.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 26 Nov 2004 11:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-space-issue-please-help/m-p/3431213#M205775</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-26T11:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Low space issue, please help!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-space-issue-please-help/m-p/3431214#M205776</link>
      <description>Thank you very much both for your replies. Could you also tell me is it safe to remove let's say the CDE-Japanese if I don't use it, or another CDE-otherthanenglish? Would it affect my CDE? How can I safely uninstall these  packages (or any other)? Thank you!</description>
      <pubDate>Fri, 26 Nov 2004 11:56:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-space-issue-please-help/m-p/3431214#M205776</guid>
      <dc:creator>C Ross</dc:creator>
      <dc:date>2004-11-26T11:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Low space issue, please help!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-space-issue-please-help/m-p/3431215#M205777</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can remove them. However, that is not going to solve your problem unless you don't have /usr filesystem instead it is a directory under /. Post your 'du -kx / |sort -n |tail -20'. &lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 26 Nov 2004 12:01:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-space-issue-please-help/m-p/3431215#M205777</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-26T12:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Low space issue, please help!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/low-space-issue-please-help/m-p/3431216#M205778</link>
      <description>If its in root and it relates to CDE, its downloaded when you fire up CDE.&lt;BR /&gt;&lt;BR /&gt;You can get rid if anything CDE related except .dtprofile&lt;BR /&gt;&lt;BR /&gt;The problem is it will come back the next time you fire up CDE, so its not a real solution.&lt;BR /&gt;&lt;BR /&gt;What I do for every user except root is set the home directory to the /home filesystem.&lt;BR /&gt;&lt;BR /&gt;That prevents file buildup on root. You may be able to change your .dtprofile to store this stuff in /home/root for root, without changine roots home directory.&lt;BR /&gt;&lt;BR /&gt;I keep a folder /home/root for root but don't make it the home in /etc/passwd&lt;BR /&gt;&lt;BR /&gt;The reason is if i boot to single user mode there is no /home directory and i may need certain root functionality.  Its a delicate balance.&lt;BR /&gt;&lt;BR /&gt;Lastly I keep a slug, dummy file in root. Sometimes two. One is 50 MB, one is 100 MB&lt;BR /&gt;&lt;BR /&gt;That gives me an emergency escape hatch wheh root fills up. I delete the smaller one and get to work finding the problem while the system stays up for users. If its a toughie and I get in trouble again, slug file number 2 the bigger one gives me a little more breathing room.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 26 Nov 2004 12:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/low-space-issue-please-help/m-p/3431216#M205778</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-26T12:11:53Z</dc:date>
    </item>
  </channel>
</rss>

