<?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: /var/root is full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/var-root-is-full/m-p/5016827#M427657</link>
    <description>Hi Galen:&lt;BR /&gt;&lt;BR /&gt;I'd start by 'grep'ing for '/var/root' in the startup script directory:&lt;BR /&gt;&lt;BR /&gt;# grep /var/root /sbin/init.d/*&lt;BR /&gt;&lt;BR /&gt;...to see if you can find any scripts that reference this.&lt;BR /&gt;&lt;BR /&gt;'mknod' is used to create special device files and pipe (FIFOs).  You could 'grep' for that in the startup files, too.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Mon, 04 Dec 2006 18:50:02 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2006-12-04T18:50:02Z</dc:date>
    <item>
      <title>/var/root is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-root-is-full/m-p/5016825#M427655</link>
      <description>Good Afternoon,&lt;BR /&gt;&lt;BR /&gt;I'm getting a message saying that /var/root is full on our hpux 11i system &amp;amp; can't figure out how to find out what's filling it.  When the system reboots, the console is scrolling a message saying 'mknod: file exists'.  I think that this message is what's filling or appending a system or log file somewhere but don't know how to stop it or clear the impacted file.&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated.</description>
      <pubDate>Mon, 04 Dec 2006 16:24:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-root-is-full/m-p/5016825#M427655</guid>
      <dc:creator>Galen Benson</dc:creator>
      <dc:date>2006-12-04T16:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: /var/root is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-root-is-full/m-p/5016826#M427656</link>
      <description>&lt;BR /&gt;$su -&lt;BR /&gt;#cd /var/root&lt;BR /&gt;#du -ks *&lt;BR /&gt;&lt;BR /&gt;#cd to the directory with the most kb's in it.&lt;BR /&gt;#du -ks *&lt;BR /&gt;&lt;BR /&gt;repeat those 2 steps untill you have found the file filling your file system.&lt;BR /&gt;&lt;BR /&gt;An alternative&lt;BR /&gt;&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# ls -aRl /var/root &amp;gt; var-root.txt&lt;BR /&gt;# sort -k 5 -n var-root.txt |tail&lt;BR /&gt;# more var-root.txt&lt;BR /&gt;&lt;BR /&gt;search for the file name that show up with the tail command.&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Dec 2006 18:15:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-root-is-full/m-p/5016826#M427656</guid>
      <dc:creator>IT Operations Unix Admi</dc:creator>
      <dc:date>2006-12-04T18:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: /var/root is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-root-is-full/m-p/5016827#M427657</link>
      <description>Hi Galen:&lt;BR /&gt;&lt;BR /&gt;I'd start by 'grep'ing for '/var/root' in the startup script directory:&lt;BR /&gt;&lt;BR /&gt;# grep /var/root /sbin/init.d/*&lt;BR /&gt;&lt;BR /&gt;...to see if you can find any scripts that reference this.&lt;BR /&gt;&lt;BR /&gt;'mknod' is used to create special device files and pipe (FIFOs).  You could 'grep' for that in the startup files, too.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 04 Dec 2006 18:50:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-root-is-full/m-p/5016827#M427657</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-12-04T18:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: /var/root is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-root-is-full/m-p/5016828#M427658</link>
      <description>Look carefully at the file: /etc/rc.log to see where the mknod message is appearing. There are a few scripts in /sbin/init.d that have mknod in them, but these scripts would not loop around. Look for a custom script in that directory by sorting most recent mods first:&lt;BR /&gt; &lt;BR /&gt;ll -t /sbin/init.d</description>
      <pubDate>Mon, 04 Dec 2006 23:23:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-root-is-full/m-p/5016828#M427658</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-12-04T23:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: /var/root is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-root-is-full/m-p/5016829#M427659</link>
      <description>If you cd /var/root and run&lt;BR /&gt;&lt;BR /&gt;ll -tr&lt;BR /&gt;&lt;BR /&gt;the most recently amended files/directories will appear at the bottom of the screen. If it's only recently filled, these are probably the ones causing the problem.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Tue, 05 Dec 2006 03:07:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-root-is-full/m-p/5016829#M427659</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2006-12-05T03:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: /var/root is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-root-is-full/m-p/5016830#M427660</link>
      <description>Thanks for all the input.  After I posted this message yesterday, I actually found another thread which pointed me towards the fact that I was running in init 3 after booting to maintenance mode.  I think that was the problem.  I'll be happy to add your information though to my slowly growing base of knowledge regarding hpux.</description>
      <pubDate>Tue, 05 Dec 2006 09:49:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-root-is-full/m-p/5016830#M427660</guid>
      <dc:creator>Galen Benson</dc:creator>
      <dc:date>2006-12-05T09:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: /var/root is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-root-is-full/m-p/5016831#M427661</link>
      <description>closed</description>
      <pubDate>Tue, 05 Dec 2006 09:51:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-root-is-full/m-p/5016831#M427661</guid>
      <dc:creator>Galen Benson</dc:creator>
      <dc:date>2006-12-05T09:51:52Z</dc:date>
    </item>
  </channel>
</rss>

