<?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 file system is full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733291#M386629</link>
    <description>&amp;gt;Dennis:&lt;BR /&gt;I think the software we use (goglobal)  to access servers via graphic facility uses /dev to pick broadcast messages record:&lt;BR /&gt;&lt;BR /&gt;# ll /dev/gold:13859&lt;BR /&gt;-rw-rw-rw-   1 root       tty            105 Nov 24 17:54 /dev/gold:13859&lt;BR /&gt;# file /dev/gold:13859&lt;BR /&gt;/dev/gold:13859:        English text&lt;BR /&gt;# cat /dev/gold:13859&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        *** FINAL System shutdown message from root@igui01 ***&lt;BR /&gt;&lt;BR /&gt;System going down IMMEDIATELY&lt;BR /&gt;W ! ! !&lt;BR /&gt;</description>
    <pubDate>Wed, 05 Jan 2011 07:31:37 GMT</pubDate>
    <dc:creator>Hakki Aydin Ucar</dc:creator>
    <dc:date>2011-01-05T07:31:37Z</dc:date>
    <item>
      <title>root file system is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733284#M386622</link>
      <description>hii&lt;BR /&gt;I ve problem in root file system.it already fulled by 99%.what is the unnecessary file that i can delete.&lt;BR /&gt;&lt;BR /&gt;sam - routinetask -systemlog file.is there&lt;BR /&gt;which log file i can delete.&lt;BR /&gt;&lt;BR /&gt;Any possible is there to extend the root file system.</description>
      <pubDate>Tue, 04 Jan 2011 05:14:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733284#M386622</guid>
      <dc:creator>subrata biswal</dc:creator>
      <dc:date>2011-01-04T05:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: root file system is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733285#M386623</link>
      <description>Check for the existence for core file and delete.&lt;BR /&gt;&lt;BR /&gt;find / -xdev -name core -exec rm {} \;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jan 2011 06:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733285#M386623</guid>
      <dc:creator>Shibin_2</dc:creator>
      <dc:date>2011-01-04T06:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: root file system is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733286#M386624</link>
      <description>&lt;P&gt;Hi, since this is popular issue in unix systems there is a lot of solution OR way to solve this; &lt;BR /&gt;&lt;BR /&gt;the best thing to start is to find if there is a big unnecessary file(s):&lt;BR /&gt;# du -sk /* | sort -n&lt;BR /&gt;&lt;BR /&gt;and besides, Chek this out:&lt;BR /&gt;&lt;A href="http://h30499.www3.hp.com/t5/System-Administration/Root-FS-getting-full/m-p/4602922#M376021" target="_blank"&gt;http://h30499.www3.hp.com/t5/System-Administration/Root-FS-getting-full/m-p/4602922#M376021&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="http://h30499.www3.hp.com/t5/System-Administration/Nobody-can-t-logging-to-this-server-due-to-space-problem/m-p/4556380#M371186" target="_blank"&gt;http://h30499.www3.hp.com/t5/System-Administration/Nobody-can-t-logging-to-this-server-due-to-space-problem/m-p/4556380#M371186&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2011 22:13:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733286#M386624</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2011-11-10T22:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: root file system is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733287#M386625</link>
      <description>If you have many volume groups, the directory /etc/lvmconf/ can become quite large. To free up some space, you can delete the files which end with ".conf.old".&lt;BR /&gt;&lt;BR /&gt;This is however just a temporary workaround, as the files will be recreated as soon as vgcfgbackup is run.</description>
      <pubDate>Tue, 04 Jan 2011 14:38:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733287#M386625</guid>
      <dc:creator>Joachim Noffke</dc:creator>
      <dc:date>2011-01-04T14:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: root file system is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733288#M386626</link>
      <description>another place to look is in /dev&lt;BR /&gt;an occasional typo when attempting to use a tape drive or something will create a file there.&lt;BR /&gt;&lt;BR /&gt;there should be no type "files" in /dev/ &lt;BR /&gt;&lt;BR /&gt;find /dev -type f&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jan 2011 15:08:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733288#M386626</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2011-01-04T15:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: root file system is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733289#M386627</link>
      <description>&amp;gt;Tim: &lt;BR /&gt;there should be no type "files" in /dev/&lt;BR /&gt;&lt;BR /&gt;find /dev -type f&lt;BR /&gt;&lt;BR /&gt;when I check my customer servers on this ,if they have a file under /dev ;&lt;BR /&gt;&lt;BR /&gt;# find /dev -type f&lt;BR /&gt;/dev/gold:13676&lt;BR /&gt;/dev/gold:6608&lt;BR /&gt;/dev/gold:28011&lt;BR /&gt;/dev/gold:19954&lt;BR /&gt;/dev/gold:2811&lt;BR /&gt;/dev/gold:24681&lt;BR /&gt;/dev/stdout&lt;BR /&gt;/dev/gold:26399&lt;BR /&gt;/dev/gold:22079&lt;BR /&gt;/dev/gold:11302&lt;BR /&gt;# file /dev/gold:11302&lt;BR /&gt;/dev/gold:11302:        English text&lt;BR /&gt;# ll /dev/gold:11302&lt;BR /&gt;-rw-rw-rw-   1 root       tty            106 Oct 12 12:33 /dev/gold:11302&lt;BR /&gt;&lt;BR /&gt;this gold process might be unusual due to nature of GUI based access software we use, but I am not sure why gold process  uses /dev ?? I do not know.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jan 2011 15:44:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733289#M386627</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2011-01-04T15:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: root file system is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733290#M386628</link>
      <description>&amp;gt;Hakki: when I check my customer servers on this, they have files under /dev&lt;BR /&gt;&lt;BR /&gt;Anything special about the contents, size and dates of those gold:* files?  Also that stdout seems bogus.&lt;BR /&gt;&lt;BR /&gt;(I just removed an old getty core file from mine.)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jan 2011 15:59:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733290#M386628</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-01-04T15:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: root file system is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733291#M386629</link>
      <description>&amp;gt;Dennis:&lt;BR /&gt;I think the software we use (goglobal)  to access servers via graphic facility uses /dev to pick broadcast messages record:&lt;BR /&gt;&lt;BR /&gt;# ll /dev/gold:13859&lt;BR /&gt;-rw-rw-rw-   1 root       tty            105 Nov 24 17:54 /dev/gold:13859&lt;BR /&gt;# file /dev/gold:13859&lt;BR /&gt;/dev/gold:13859:        English text&lt;BR /&gt;# cat /dev/gold:13859&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        *** FINAL System shutdown message from root@igui01 ***&lt;BR /&gt;&lt;BR /&gt;System going down IMMEDIATELY&lt;BR /&gt;W ! ! !&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jan 2011 07:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733291#M386629</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2011-01-05T07:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: root file system is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733292#M386630</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try to see the file size of wtmp &amp;amp; utmo, might be possible they are occupying larger space, u can trim them.&lt;BR /&gt;see the old files in /etc/lvmconf and trim or remove those are old files.</description>
      <pubDate>Wed, 05 Jan 2011 07:53:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733292#M386630</guid>
      <dc:creator>shikhar_1</dc:creator>
      <dc:date>2011-01-05T07:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: root file system is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733293#M386631</link>
      <description>run &lt;BR /&gt;find / -size +10000c -xdev -exec ll {} \; |sort -rn -k 5 | more&lt;BR /&gt;&lt;BR /&gt;to list the size of large files and take appropriate actions !!</description>
      <pubDate>Fri, 07 Jan 2011 12:00:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-is-full/m-p/4733293#M386631</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-01-07T12:00:46Z</dc:date>
    </item>
  </channel>
</rss>

