<?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: disk full ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2938408#M113166</link>
    <description>Gary,&lt;BR /&gt;&lt;BR /&gt;You received the message because the filesystem threshold might be set to 90%.  &lt;BR /&gt;Hai</description>
    <pubDate>Fri, 28 Mar 2003 20:30:45 GMT</pubDate>
    <dc:creator>Hai Nguyen_1</dc:creator>
    <dc:date>2003-03-28T20:30:45Z</dc:date>
    <item>
      <title>disk full ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2938404#M113162</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;In one of our HPUX11.0 servers, I have a home directory which is 8GB, and 'bdf' or 'df' shows it stil has some 0.5GB free space:&lt;BR /&gt;/dev/vg00/lvol5    8192000 7587826  584409   93% /home&lt;BR /&gt;&lt;BR /&gt;but dmesg shows the file system is full:&lt;BR /&gt;vxfs: mesg 001: vx_nospace - /dev/vg00/lvol5 file system full (8 block extent), same message also shows up in syslog.&lt;BR /&gt;&lt;BR /&gt;why it can't utilize the rest of the file system?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Gary</description>
      <pubDate>Fri, 28 Mar 2003 20:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2938404#M113162</guid>
      <dc:creator>Gary Yu</dc:creator>
      <dc:date>2003-03-28T20:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: disk full ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2938405#M113163</link>
      <description>Hi Gary,&lt;BR /&gt;&lt;BR /&gt;You have 600MB free and what you are seeing is the snapshot of the current usage. The messages in dmesg and syslog might be earlier messages. Those errors might have generated when users try to add more than 600MB of data and then deleted them due to the filesystem full messages.&lt;BR /&gt;&lt;BR /&gt;To verify, try to copy 200MB data into the /home directory while the free space is still at 600MB and see if you get the messages.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2003 20:17:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2938405#M113163</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-28T20:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: disk full ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2938406#M113164</link>
      <description>Because you have a process running that still has the file descriptor open. The file has been unlinked (removed from directory) but until all processes which have a file open either close the file or the processes die, the space is not actually freed. You can use lsof or fuser to determine which processes are involved.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2003 20:19:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2938406#M113164</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-03-28T20:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: disk full ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2938407#M113165</link>
      <description>Thanks Sri for the quick respons, actually, it happened all the time, it's one of our dev server, developers are using Samba, when they try to add files (very small one) and they got message said no enough space, and I got the same error from dmesg.  But strange thing is, I can create new files (70MB) directly from the server.&lt;BR /&gt;&lt;BR /&gt;Is it something about Samba?</description>
      <pubDate>Fri, 28 Mar 2003 20:25:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2938407#M113165</guid>
      <dc:creator>Gary Yu</dc:creator>
      <dc:date>2003-03-28T20:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: disk full ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2938408#M113166</link>
      <description>Gary,&lt;BR /&gt;&lt;BR /&gt;You received the message because the filesystem threshold might be set to 90%.  &lt;BR /&gt;Hai</description>
      <pubDate>Fri, 28 Mar 2003 20:30:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2938408#M113166</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2003-03-28T20:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: disk full ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2938409#M113167</link>
      <description>Hi Gary,&lt;BR /&gt;&lt;BR /&gt;I have not seen HP-UX generating these messages unless the filesystem is literally at 100% and there are not blocks available to write to. So, the errors that you saw were genuine and the filesystem was at 100% that time.&lt;BR /&gt;&lt;BR /&gt;I would suggst the following. Keep two windows on the server open. In one window do&lt;BR /&gt;&lt;BR /&gt;$while [ true ]&lt;BR /&gt;&amp;gt;do&lt;BR /&gt;&amp;gt;bdf /home&lt;BR /&gt;&amp;gt;done&lt;BR /&gt;&lt;BR /&gt;In the other session&lt;BR /&gt;&lt;BR /&gt;$tail -f /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Then let your developers try to write a small file through samba and see what you observe in both the windows.&lt;BR /&gt;&lt;BR /&gt;It may be a samba thing but I don't know  much about the internals of samba processes.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2003 21:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2938409#M113167</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-28T21:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: disk full ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2938410#M113168</link>
      <description>Hi Gary,&lt;BR /&gt;&lt;BR /&gt;Please take a look at the time entry( when File system full - message generated) in the syslog.log file. &lt;BR /&gt;&lt;BR /&gt;bdf and df shows current status. &lt;BR /&gt;&lt;BR /&gt;Some programs ( executed by users )might have generated more than 600 mb temporarily and deleted. Or some programs would have died and deleting temporary file.&lt;BR /&gt;&lt;BR /&gt;Most probably this might be case.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2003 21:39:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2938410#M113168</guid>
      <dc:creator>Nesan</dc:creator>
      <dc:date>2003-03-28T21:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: disk full ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2938411#M113169</link>
      <description>You may have deleted a file, but if the process that created it is still open, the space is still on hold.&lt;BR /&gt;&lt;BR /&gt;fuser -cu /home&lt;BR /&gt;&lt;BR /&gt;kill processes one at a time or with&lt;BR /&gt;&lt;BR /&gt;fuser -cuk /home&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 28 Mar 2003 22:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2938411#M113169</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-28T22:09:21Z</dc:date>
    </item>
  </channel>
</rss>

