<?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: root full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-full/m-p/2686999#M54459</link>
    <description>Normally, root will still be allowed access.  Normally, rlogin will be more effective than telnet (has to do with accounting and writing to ptmp, wtmp, etc...).&lt;BR /&gt;&lt;BR /&gt;If you have a machine listed in /.rhosts, issue a rlogin as root from that machine.&lt;BR /&gt;&lt;BR /&gt;Sometimes, this will hang for quite some time before letting you in.  Depending on the boot time for the system, it is sometimes easier to hard power, and force single user mode from the IPL.&lt;BR /&gt;&lt;BR /&gt;Then use the steps others gave to clear up the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
    <pubDate>Wed, 20 Mar 2002 14:36:02 GMT</pubDate>
    <dc:creator>Shannon Petry</dc:creator>
    <dc:date>2002-03-20T14:36:02Z</dc:date>
    <item>
      <title>root full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-full/m-p/2686994#M54454</link>
      <description>Any assistance on what to do when root partition is full and will not let telnet or web console access.????</description>
      <pubDate>Wed, 20 Mar 2002 13:34:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-full/m-p/2686994#M54454</guid>
      <dc:creator>Michael Thomas_1</dc:creator>
      <dc:date>2002-03-20T13:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: root full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-full/m-p/2686995#M54455</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Are you also denied access from the normal console??  Have you tried booting into single-user mode or lvm maintenance mode?&lt;BR /&gt;&lt;BR /&gt;Also, If you have an ignite tape that is firly recent, this will solve your problem by restoring to a previous state, but that may be a little drasticc.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 20 Mar 2002 13:40:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-full/m-p/2686995#M54455</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-03-20T13:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: root full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-full/m-p/2686996#M54456</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;get root previlege either by logging in on console (may be command line login option of cde)or booting in single user mode.&lt;BR /&gt;look for any "core" and "a.out" file just occupying more space in your root file system.by issuing,&lt;BR /&gt;"find / -name core -print"&lt;BR /&gt;"find / -name a.out -print"&lt;BR /&gt;remove those files.&lt;BR /&gt;&lt;BR /&gt;purge rc.log and shutdown.log file if required.&lt;BR /&gt;&lt;BR /&gt;-Vijay</description>
      <pubDate>Wed, 20 Mar 2002 13:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-full/m-p/2686996#M54456</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2002-03-20T13:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: root full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-full/m-p/2686997#M54457</link>
      <description>If you can login to the system, start with the obvious, e.g. looking for normal files in /dev, etc.&lt;BR /&gt;Simple example: &lt;BR /&gt;cd /dev&lt;BR /&gt;du -s * |sort -n&lt;BR /&gt;look for large umbers, as a typical eeror is someone trying to do something to /dev/null and they get ot wrong (/dev/nul), or /dev/rmt/om instead of /dev/rmt/0m.&lt;BR /&gt;&lt;BR /&gt;If you cannot login, I am afraid you will be forced to crash the system with an RS or a power off, then interrut th ereboot, bring it into single user mode, and start to investigate from there.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Mar 2002 13:56:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-full/m-p/2686997#M54457</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2002-03-20T13:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: root full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-full/m-p/2686998#M54458</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Assuming that you have console access look for files that could be canditates for removal with the command: find / -xdev -size +10000c -exec ll {} \; &amp;gt; /tmp/bigfiles&lt;BR /&gt;&lt;BR /&gt;Page /tmp/bigfiles to find files to remove, typically log files. If +10000c returns too many files to review, increase the number to get a managable number of files. &lt;BR /&gt;&lt;BR /&gt;Continue until you have removed enought files to gain access.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Wed, 20 Mar 2002 14:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-full/m-p/2686998#M54458</guid>
      <dc:creator>Douglas Arneson</dc:creator>
      <dc:date>2002-03-20T14:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: root full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-full/m-p/2686999#M54459</link>
      <description>Normally, root will still be allowed access.  Normally, rlogin will be more effective than telnet (has to do with accounting and writing to ptmp, wtmp, etc...).&lt;BR /&gt;&lt;BR /&gt;If you have a machine listed in /.rhosts, issue a rlogin as root from that machine.&lt;BR /&gt;&lt;BR /&gt;Sometimes, this will hang for quite some time before letting you in.  Depending on the boot time for the system, it is sometimes easier to hard power, and force single user mode from the IPL.&lt;BR /&gt;&lt;BR /&gt;Then use the steps others gave to clear up the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Wed, 20 Mar 2002 14:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-full/m-p/2686999#M54459</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-03-20T14:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: root full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-full/m-p/2687000#M54460</link>
      <description>Thanks to all for the information. Initially we could not login from the web console or through a telnet session. What we ended up doing was going to the web console and putting in CTRL B. and going through the service processor to reset the system. After taking a look in / found that operator had tried to do a backup and the /dev/rmt/0m was not defined so it wrote the backup to /dev. Thanks again for the information...</description>
      <pubDate>Wed, 20 Mar 2002 15:13:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-full/m-p/2687000#M54460</guid>
      <dc:creator>Michael Thomas_1</dc:creator>
      <dc:date>2002-03-20T15:13:48Z</dc:date>
    </item>
  </channel>
</rss>

