<?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: Out of disc space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731369#M65571</link>
    <description>&lt;BR /&gt;  kbytes    used   avail   %used Mounted on&lt;BR /&gt;  143360  139974    3245     98% /&lt;BR /&gt;   83733   41928   33431     56% /stand&lt;BR /&gt; 1228800  872212  334730     72% /var&lt;BR /&gt;  770048  460349  290391     61% /usr&lt;BR /&gt; 4096000    2104 3838035      0% /twpspare&lt;BR /&gt;   65536   17057   45507     27% /tmp&lt;BR /&gt; 8192000 6305149 1769167     78% /production&lt;BR /&gt;  770048  459527  291155     61% /opt&lt;BR /&gt;  102400   33788   64369     34% /home&lt;BR /&gt; 10035200 5898028 3879317    60% /develop&lt;BR /&gt; 54272000 43517960 10670088  80% /backup&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 24 May 2002 16:21:47 GMT</pubDate>
    <dc:creator>Andre Lemon</dc:creator>
    <dc:date>2002-05-24T16:21:47Z</dc:date>
    <item>
      <title>Out of disc space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731361#M65563</link>
      <description>I get the following:&lt;BR /&gt;&lt;BR /&gt;vx_nospace - /dev/root file system full (1 block extent)&lt;BR /&gt;&lt;BR /&gt;when i do a bdf i get:&lt;BR /&gt;&lt;BR /&gt;kbytes     used    avail   %used Mounted on&lt;BR /&gt;13143360  143152     208    100% /&lt;BR /&gt;   83733   41928   33431     56% /stand&lt;BR /&gt; 1228800  872191  334751     72% /var&lt;BR /&gt;&lt;BR /&gt;etc...&lt;BR /&gt;&lt;BR /&gt;Can the 'core' file be deleted?&lt;BR /&gt;&lt;BR /&gt;-rw-------1 root sys 3254272 May 24 13:11 core</description>
      <pubDate>Fri, 24 May 2002 16:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731361#M65563</guid>
      <dc:creator>Andre Lemon</dc:creator>
      <dc:date>2002-05-24T16:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Out of disc space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731362#M65564</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Yes, it can be deleted.  You could also mv it to another area with enough space for analysis.&lt;BR /&gt;&lt;BR /&gt;You need to clear up /&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Fri, 24 May 2002 16:10:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731362#M65564</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-05-24T16:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Out of disc space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731363#M65565</link>
      <description>Yes rm core files. / should really never grom (or essentially never grow) once the system is installed and up and running.&lt;BR /&gt;&lt;BR /&gt;A very common place to look for bogus files is in the /dev directory. It is very common for someone to accidently to a tar cvf /dev/rmt/Om .  (letter 'O' and thus a regular file) when they meant tar cvf /dev/rmt/0m . (zero - tape drive).</description>
      <pubDate>Fri, 24 May 2002 16:12:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731363#M65565</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-05-24T16:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Out of disc space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731364#M65566</link>
      <description>Yes a core file is just a memory dump of a process that have died you don't need it except if you want to debug that application.&lt;BR /&gt;&lt;BR /&gt;But this is a very small file only 3M you will have to find the other large files on your disk&lt;BR /&gt;&lt;BR /&gt;Regards ..</description>
      <pubDate>Fri, 24 May 2002 16:13:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731364#M65566</guid>
      <dc:creator>Luc Bussieres_1</dc:creator>
      <dc:date>2002-05-24T16:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Out of disc space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731365#M65567</link>
      <description>Andre, &lt;BR /&gt;&lt;BR /&gt;There are lots of threads with great advice about cleaning (and keeping clean) your root file system.  Do a forum search for the exact phrase /dev/root file system full&lt;BR /&gt;and you'll end up with lots of great advice.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 24 May 2002 16:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731365#M65567</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-05-24T16:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Out of disc space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731366#M65568</link>
      <description>Hi Andre&lt;BR /&gt;&lt;BR /&gt;Also check for other files in /dev specillay to clear up the root , &lt;BR /&gt;&lt;BR /&gt;/etc/utmp logs etc . Core can be safely removed.&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Fri, 24 May 2002 16:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731366#M65568</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-05-24T16:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Out of disc space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731367#M65569</link>
      <description>Is total space on root - 13143360 ? (is it a typo?)&lt;BR /&gt;&lt;BR /&gt;You can check the file system with these:&lt;BR /&gt;# du -k | sort -rn | pg (list bigger files)&lt;BR /&gt;# find path -xdev -type f -mtime -2 -exec ll \; (find out new files created)&lt;BR /&gt;# find path -xdev -size +100000 -exec ll \;&lt;BR /&gt;&lt;BR /&gt;Also check for bigger file in /dev/rmt ( may be a mistake "om" instead of "0m")</description>
      <pubDate>Fri, 24 May 2002 16:17:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731367#M65569</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-24T16:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Out of disc space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731368#M65570</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can delete the core files. Pls check out why suddenly your root has become full. After removing the core files also, you may have the same problem after some time.&lt;BR /&gt;&lt;BR /&gt;Is your machines rebooting ??? If yes then it saves the core files in &lt;BR /&gt;/var/adm/crash directory. Go there and delete the files and report the problem to HP.&lt;BR /&gt;&lt;BR /&gt;Check for /var/adm/btmp and /var/adm/wtmp size also. if their size is more then do a cat /dev/null &amp;gt; file name&lt;BR /&gt;&lt;BR /&gt;Look for /dev dir for larger file size.&lt;BR /&gt;&lt;BR /&gt;Piyush&lt;BR /&gt;&lt;BR /&gt;Remove</description>
      <pubDate>Fri, 24 May 2002 16:20:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731368#M65570</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-05-24T16:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Out of disc space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731369#M65571</link>
      <description>&lt;BR /&gt;  kbytes    used   avail   %used Mounted on&lt;BR /&gt;  143360  139974    3245     98% /&lt;BR /&gt;   83733   41928   33431     56% /stand&lt;BR /&gt; 1228800  872212  334730     72% /var&lt;BR /&gt;  770048  460349  290391     61% /usr&lt;BR /&gt; 4096000    2104 3838035      0% /twpspare&lt;BR /&gt;   65536   17057   45507     27% /tmp&lt;BR /&gt; 8192000 6305149 1769167     78% /production&lt;BR /&gt;  770048  459527  291155     61% /opt&lt;BR /&gt;  102400   33788   64369     34% /home&lt;BR /&gt; 10035200 5898028 3879317    60% /develop&lt;BR /&gt; 54272000 43517960 10670088  80% /backup&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 May 2002 16:21:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731369#M65571</guid>
      <dc:creator>Andre Lemon</dc:creator>
      <dc:date>2002-05-24T16:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Out of disc space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731370#M65572</link>
      <description>Andre-&lt;BR /&gt;&lt;BR /&gt;one other thing might be the root email.  on my system, this is on /.  you could also increase the size of /, but that doesn't explain why it is so full.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 24 May 2002 16:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731370#M65572</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2002-05-24T16:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Out of disc space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731371#M65573</link>
      <description>Hi,&lt;BR /&gt;You can definately delete the core files , no problem in doing that.&lt;BR /&gt;&lt;BR /&gt;It seems that the core file is just 3MB in size. Also check what is cause the root file system to become full.&lt;BR /&gt;&lt;BR /&gt;Use du -k command to find out which directory in root file system is occupying more space. Delete the unwanted files from the root file system.&lt;BR /&gt;&lt;BR /&gt;-pap</description>
      <pubDate>Fri, 24 May 2002 16:29:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731371#M65573</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-05-24T16:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Out of disc space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731372#M65574</link>
      <description>Also look for the directories which are suppose to be mounted one but now it is not mounted. Sometimes peoples are creating directory on the root filesystem and keep their stuff. Move all those stuff to any mounted filesystem.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Fri, 24 May 2002 16:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731372#M65574</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-05-24T16:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Out of disc space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731373#M65575</link>
      <description>Thanks to you all for your help and tips, I have determined that i created the problem while making a copy of a disk to disk backup, i had a programmer sitting on the keyboard and i entered /dev/rmt/1m0 as the backup device, &lt;BR /&gt;which is not a tape device.. I removed that&lt;BR /&gt;file and all is fine now.  I will assign points&lt;BR /&gt;for you all.  &lt;BR /&gt;&lt;BR /&gt;I love this site, you all help me alot as i &lt;BR /&gt;strive to be a HP-UX guru one day.&lt;BR /&gt;&lt;BR /&gt;Andre'&lt;BR /&gt;&lt;BR /&gt;Enjoy the long weekend!!!!</description>
      <pubDate>Fri, 24 May 2002 16:44:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/out-of-disc-space/m-p/2731373#M65575</guid>
      <dc:creator>Andre Lemon</dc:creator>
      <dc:date>2002-05-24T16:44:13Z</dc:date>
    </item>
  </channel>
</rss>

