<?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: full /home directory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487513#M800522</link>
    <description>Thanks all for the valuable contributions.&lt;BR /&gt;&lt;BR /&gt;I am just a novice and willing to learn!&lt;BR /&gt;&lt;BR /&gt;Every answer was as good, so I will not give you any points.&lt;BR /&gt;&lt;BR /&gt;After rebooting I could enter into the /HOME&lt;BR /&gt;directory and I could resolve this issue.&lt;BR /&gt;Thanks all, Marcel</description>
    <pubDate>Wed, 31 Jan 2001 14:05:31 GMT</pubDate>
    <dc:creator>Marcel Heijblom</dc:creator>
    <dc:date>2001-01-31T14:05:31Z</dc:date>
    <item>
      <title>full /home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487503#M800512</link>
      <description>I have a full /home directory and I think&lt;BR /&gt;because of that a hugh load (top - 16,15,15) on the server.&lt;BR /&gt;&lt;BR /&gt;What can I do to free space on /HOME or add space to it???</description>
      <pubDate>Mon, 29 Jan 2001 11:44:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487503#M800512</guid>
      <dc:creator>Marcel Heijblom</dc:creator>
      <dc:date>2001-01-29T11:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: full /home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487504#M800513</link>
      <description>Hi Marcel,&lt;BR /&gt;&lt;BR /&gt;You could start with searching for, and removing, core files.&lt;BR /&gt;find /home -name core -exec rm {} \;&lt;BR /&gt;&lt;BR /&gt;Then remove all 'a.out' files older than 3 days:&lt;BR /&gt;find /home -name a.out -mtime +3 -exec rm {} \;&lt;BR /&gt;&lt;BR /&gt;Then print out the listing of all 'large' files:&lt;BR /&gt;find /home -type f -size +1000 -exec ll {} \;&lt;BR /&gt;This will list all files larger than 512000 bytes, maybe you could remove or compress some of those.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jan 2001 11:54:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487504#M800513</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-01-29T11:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: full /home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487505#M800514</link>
      <description>you could either delete the unused/greatest files under the users home directories or extend it ( on line if yuo have installed  HP_UX 11 and JFS on line ) if there is available space on the volume group.&lt;BR /&gt;I'd try to search the younger files that have filled it and if they are only temporary files ( contact the users..) cancel them ! &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Federico</description>
      <pubDate>Mon, 29 Jan 2001 11:57:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487505#M800514</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2001-01-29T11:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: full /home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487506#M800515</link>
      <description>Marcel,&lt;BR /&gt;&lt;BR /&gt;Check the following&lt;BR /&gt;cd /home&lt;BR /&gt;du -s *|sort -n &amp;gt;/tmp/home_size&lt;BR /&gt;Check which directory has the biggest and see if the files can be removed or compressed.&lt;BR /&gt;&lt;BR /&gt;Can't you extend /home? &lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
      <pubDate>Mon, 29 Jan 2001 12:08:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487506#M800515</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2001-01-29T12:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: full /home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487507#M800516</link>
      <description>The FIND command does not work !!!&lt;BR /&gt;&lt;BR /&gt;Is it possible to extend the /HOME??&lt;BR /&gt;And how do I do that ??&lt;BR /&gt;&lt;BR /&gt;This is a HP9000 with 10.20 OS version.</description>
      <pubDate>Mon, 29 Jan 2001 12:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487507#M800516</guid>
      <dc:creator>Marcel Heijblom</dc:creator>
      <dc:date>2001-01-29T12:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: full /home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487508#M800517</link>
      <description>1.  Make sure there is enough space left in your VG.&lt;BR /&gt;2.  umount /home {There may be processes using /home so use the fuser cmd to find them and kill them or boot in single user mode}&lt;BR /&gt;3.  lvextend -L {Size in MB} /dev/vg?/lvol?&lt;BR /&gt;4.  extendfs /dev/vg?/rlvol?&lt;BR /&gt;5.  mount /home</description>
      <pubDate>Mon, 29 Jan 2001 14:17:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487508#M800517</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-01-29T14:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: full /home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487509#M800518</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The find command doesn't work ?? Surprising !&lt;BR /&gt;&lt;BR /&gt;What kind of error does it give you ?&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jan 2001 16:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487509#M800518</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-01-29T16:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: full /home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487510#M800519</link>
      <description>Marcel,&lt;BR /&gt;&lt;BR /&gt;the find command works fine:&lt;BR /&gt;see below:&lt;BR /&gt;# find /home -type f -size +1000 -exec ll {} \;&lt;BR /&gt;-rw-r-----   1 simon      is         2160640 Jun 13  2000 /home/simon/hp.tar&lt;BR /&gt;-rw-r--r--   1 684        100        2035200 Apr 28  1999 /home/simon/hp/hp.cor&lt;BR /&gt;&lt;BR /&gt;What is the error message what you're getting.&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
      <pubDate>Mon, 29 Jan 2001 16:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487510#M800519</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2001-01-29T16:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: full /home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487511#M800520</link>
      <description>I assume when he says the find command doesnt work its coz hes missing out a comma or a semicolon.&lt;BR /&gt;However, in your situation, I would think extending the LV is the way to go.&lt;BR /&gt;Do a "man extendfs" and go right down to the end, there is a nice example there about all the steps to follow to extend a given volume.&lt;BR /&gt;&lt;BR /&gt;Nabeel</description>
      <pubDate>Tue, 30 Jan 2001 15:03:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487511#M800520</guid>
      <dc:creator>nnf97</dc:creator>
      <dc:date>2001-01-30T15:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: full /home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487512#M800521</link>
      <description>Hi !&lt;BR /&gt;&lt;BR /&gt;First create a new filesystem, and move here some directories and create symbolic link there.&lt;BR /&gt;After clean /home directory, backup it and extend size.&lt;BR /&gt;&lt;BR /&gt;regards, Saa</description>
      <pubDate>Tue, 30 Jan 2001 15:45:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487512#M800521</guid>
      <dc:creator>Sandor Horvath_2</dc:creator>
      <dc:date>2001-01-30T15:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: full /home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487513#M800522</link>
      <description>Thanks all for the valuable contributions.&lt;BR /&gt;&lt;BR /&gt;I am just a novice and willing to learn!&lt;BR /&gt;&lt;BR /&gt;Every answer was as good, so I will not give you any points.&lt;BR /&gt;&lt;BR /&gt;After rebooting I could enter into the /HOME&lt;BR /&gt;directory and I could resolve this issue.&lt;BR /&gt;Thanks all, Marcel</description>
      <pubDate>Wed, 31 Jan 2001 14:05:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487513#M800522</guid>
      <dc:creator>Marcel Heijblom</dc:creator>
      <dc:date>2001-01-31T14:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: full /home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487514#M800523</link>
      <description>Hi Marcel,&lt;BR /&gt;&lt;BR /&gt;As you are new in using this forum, I'd like to clarify the point attribution.&lt;BR /&gt;&lt;BR /&gt;On the forums main page, you have a link labeled "more about the point system" which is surely worth reading.&lt;BR /&gt;Here is the link:javascript&amp;amp;colon;goToITRC('/estaff/bin/doc.pl/forward/screen=estaffAssistance?Page=file0002#forpoints');&lt;BR /&gt;&lt;BR /&gt;In this document it is stated the following:&lt;BR /&gt;---quote&lt;BR /&gt;Each response you receive is eligible to earn between 1-10 points based on your judgement of its value. So, you don?t have to worry about "shooting you load" of points on the first answer you receive, and not having enough for when that truly awesome response rolls in.  &lt;BR /&gt;Although message rating is not mandatory it is STRONGLY ENCOURAGED. Others have taken time out to help you, so please take a moment to give them credit for the assistance they have provided. Also, your rating will not only help your peers earn points toward their Forums status, but your feedback will validate the quality of the solution you've received. Others will therefore be able understand which answer best helped you solve your problem, making the community knowledge being shared here that much richer. &lt;BR /&gt;--\quote&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;&lt;BR /&gt;Dan</description>
      <pubDate>Wed, 31 Jan 2001 14:53:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487514#M800523</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-01-31T14:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: full /home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487515#M800524</link>
      <description>Hi Dan:&lt;BR /&gt;&lt;BR /&gt;Any problem again with points?&lt;BR /&gt;&lt;BR /&gt;Marcel: &lt;BR /&gt; We use to award points to say how much thanks.&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Jan 2001 15:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487515#M800524</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-01-31T15:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: full /home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487516#M800525</link>
      <description>Carlos,&lt;BR /&gt;&lt;BR /&gt;What do you mean by "again" ?&lt;BR /&gt;&lt;BR /&gt;No problem with points but, as Marcel claimed to be a newbie, his last post made me believe that he didn't fully understand the way points could be assigned.&lt;BR /&gt;&lt;BR /&gt;He wrote &amp;gt;&amp;gt; "Every answer was as good, so I will not give you any points."&lt;BR /&gt;&lt;BR /&gt;In my previous post, I only quoted HP, so I don't really understand why this could be an offense.&lt;BR /&gt;&lt;BR /&gt;Not really worrying about getting a few more points  ;-)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Jan 2001 16:01:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-home-directory/m-p/2487516#M800525</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-01-31T16:01:50Z</dc:date>
    </item>
  </channel>
</rss>

