<?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 Root Volume no disk space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-volume-no-disk-space/m-p/3727420#M618097</link>
    <description>Root volume is 1024 Mb which grossly over sized for it's contents.&lt;BR /&gt;It reports however that the file system is full. I am confident that it is indeed not full.&lt;BR /&gt;vx_nospace - /dev/root&lt;BR /&gt;&lt;BR /&gt;Root volumes are mirrored to another disk&lt;BR /&gt;&lt;BR /&gt;In the past i have rebuilt the server from an ignite tape (which was taken from this server exactly as it is now) and then it correctly reports disk usage at about 15%&lt;BR /&gt;&lt;BR /&gt;I am not sure what event led to this, i didn't do a tape restore etc.&lt;BR /&gt;How can i correct this without having to rebuild the server?&lt;BR /&gt;Many Thanks.&lt;BR /&gt;Bill</description>
    <pubDate>Wed, 08 Feb 2006 18:42:11 GMT</pubDate>
    <dc:creator>David Rowe</dc:creator>
    <dc:date>2006-02-08T18:42:11Z</dc:date>
    <item>
      <title>Root Volume no disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-volume-no-disk-space/m-p/3727420#M618097</link>
      <description>Root volume is 1024 Mb which grossly over sized for it's contents.&lt;BR /&gt;It reports however that the file system is full. I am confident that it is indeed not full.&lt;BR /&gt;vx_nospace - /dev/root&lt;BR /&gt;&lt;BR /&gt;Root volumes are mirrored to another disk&lt;BR /&gt;&lt;BR /&gt;In the past i have rebuilt the server from an ignite tape (which was taken from this server exactly as it is now) and then it correctly reports disk usage at about 15%&lt;BR /&gt;&lt;BR /&gt;I am not sure what event led to this, i didn't do a tape restore etc.&lt;BR /&gt;How can i correct this without having to rebuild the server?&lt;BR /&gt;Many Thanks.&lt;BR /&gt;Bill</description>
      <pubDate>Wed, 08 Feb 2006 18:42:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-volume-no-disk-space/m-p/3727420#M618097</guid>
      <dc:creator>David Rowe</dc:creator>
      <dc:date>2006-02-08T18:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Root Volume no disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-volume-no-disk-space/m-p/3727421#M618098</link>
      <description>Start by analyzing the root filesystem:&lt;BR /&gt; &lt;BR /&gt;du -kx / | sort -rn | head -20&lt;BR /&gt; &lt;BR /&gt;That will show the largest directories (don't be concerned abut files yet). The largest directories will be /sbin and /etc but both should be under 50megs. Post the results and we can look at the directory sizes.</description>
      <pubDate>Wed, 08 Feb 2006 21:47:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-volume-no-disk-space/m-p/3727421#M618098</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-02-08T21:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Root Volume no disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-volume-no-disk-space/m-p/3727422#M618099</link>
      <description>You can also run:&lt;BR /&gt;&lt;BR /&gt; find / -xdev -exec ls -l {} \; |sort +4 -nrb |head -10&lt;BR /&gt;&lt;BR /&gt;To get the top 10 files in size. Verify if you can delete some of the reported files.</description>
      <pubDate>Wed, 08 Feb 2006 22:08:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-volume-no-disk-space/m-p/3727422#M618099</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-02-08T22:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Root Volume no disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-volume-no-disk-space/m-p/3727423#M618100</link>
      <description>Hi &lt;BR /&gt;first of all, you need to find out which file has large size:&lt;BR /&gt;&lt;BR /&gt;find / -xdev -type f -size +1000 -exec ll {} \;&lt;BR /&gt;&lt;BR /&gt;Then you can check for these large file and remove them if these file are unnecesary.&lt;BR /&gt;&lt;BR /&gt;1024 Mb is enough for root filesystem in all most system.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Hoang Chi Cong</description>
      <pubDate>Wed, 08 Feb 2006 22:13:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-volume-no-disk-space/m-p/3727423#M618100</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2006-02-08T22:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Root Volume no disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-volume-no-disk-space/m-p/3727424#M618101</link>
      <description>Thanks all for the advice,&lt;BR /&gt;&lt;BR /&gt;and scondly, an apology... I have found it!&lt;BR /&gt;&lt;BR /&gt;my data volumes are VxVM volumes and are replicated with Veritas Volume replicator. &lt;BR /&gt;I had a disk failure a couple of days ago and VxVM reportedly attempted to reallocate the volume, but failed. I thought nothing of it at the time, got the disk replaced and rebuilt my mirror.&lt;BR /&gt;I have just realised that there was a data directory listed in the root volume, it should not have been there as the volume is to be unmounted while replication is on!&lt;BR /&gt;I removed the 'dodgy' directory and i have recovered all my space.&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help, i wouldn't have found it without looking at it with a new command like du -kx.</description>
      <pubDate>Wed, 08 Feb 2006 23:39:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-volume-no-disk-space/m-p/3727424#M618101</guid>
      <dc:creator>David Rowe</dc:creator>
      <dc:date>2006-02-08T23:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Root Volume no disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-volume-no-disk-space/m-p/3727425#M618102</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Check for any core file and delete.&lt;BR /&gt;&lt;BR /&gt;also pls check if you have a separate /tmp filesystem or it is a part of root filessystem itself. In that case we may looose lot  of space it that.&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Feb 2006 23:40:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-volume-no-disk-space/m-p/3727425#M618102</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-02-08T23:40:47Z</dc:date>
    </item>
  </channel>
</rss>

