<?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 vx_nospace error message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace-error-message/m-p/4052269#M600446</link>
    <description>I'm running an application that reads a file and writes to another.  All of a suddin, I'm getting this message:&lt;BR /&gt;&lt;BR /&gt;msgcnt 6 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)&lt;BR /&gt;&lt;BR /&gt;/var/adm/syslog/syslog.log  has baout the same thing:&lt;BR /&gt;&lt;BR /&gt;(datestamp, hostname) vmunix: msgcnt 5 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)&lt;BR /&gt;&lt;BR /&gt;I don't understand "/dev/root file system".&lt;BR /&gt;&lt;BR /&gt;#bdf&lt;BR /&gt;shows noting near full.&lt;BR /&gt;</description>
    <pubDate>Wed, 08 Aug 2007 21:19:08 GMT</pubDate>
    <dc:creator>Michael D. Zorn</dc:creator>
    <dc:date>2007-08-08T21:19:08Z</dc:date>
    <item>
      <title>vx_nospace error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace-error-message/m-p/4052269#M600446</link>
      <description>I'm running an application that reads a file and writes to another.  All of a suddin, I'm getting this message:&lt;BR /&gt;&lt;BR /&gt;msgcnt 6 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)&lt;BR /&gt;&lt;BR /&gt;/var/adm/syslog/syslog.log  has baout the same thing:&lt;BR /&gt;&lt;BR /&gt;(datestamp, hostname) vmunix: msgcnt 5 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)&lt;BR /&gt;&lt;BR /&gt;I don't understand "/dev/root file system".&lt;BR /&gt;&lt;BR /&gt;#bdf&lt;BR /&gt;shows noting near full.&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Aug 2007 21:19:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace-error-message/m-p/4052269#M600446</guid>
      <dc:creator>Michael D. Zorn</dc:creator>
      <dc:date>2007-08-08T21:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace-error-message/m-p/4052270#M600447</link>
      <description>Typically, this is a result of bringing the system up in lvm maintenance mode and then not rebooting. In any event, it means that your / filesystem is filling up. It might mean something as simple as /tmp isn't mounted so that temporary files are going into the /tmp directory as opposed to the /tmp filesystem.</description>
      <pubDate>Wed, 08 Aug 2007 21:32:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace-error-message/m-p/4052270#M600447</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-08-08T21:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace-error-message/m-p/4052271#M600448</link>
      <description>Oh, and eventhough no filesystems are full now doesn't mean that one wasn't earlier. This is very typical of temporary files. The files are open()'ed, unlink()'ed, and then written to and read from before finally being close()'ed --- or more like in this case, the process terminated. ONly then is the space returned to the filesystem. By the time you ran bdf, the crisis was over.</description>
      <pubDate>Wed, 08 Aug 2007 21:34:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace-error-message/m-p/4052271#M600448</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-08-08T21:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace-error-message/m-p/4052272#M600449</link>
      <description>It's not maintenance mode - I haven't done that.&lt;BR /&gt;&lt;BR /&gt;I did find a fairly large file: /tmp/wd_action.dbg, with a very recent timestamp (957k).  But - I'm not debugging, and the program is not compiled with a debug option.&lt;BR /&gt;&lt;BR /&gt;I'll see if I can see if /tmp is mounted OK - mnttab has /tmp on /dev/vg00/lvol4 ...&lt;BR /&gt;&lt;BR /&gt;... so it should be mounted - everything else is.&lt;BR /&gt;&lt;BR /&gt;The wd_action.dbg file has lots of lines like&lt;BR /&gt;&lt;BR /&gt;----Monitor Start-----&lt;BR /&gt;---&amp;gt;setting action to (0)&lt;BR /&gt;----End Monitor Start&lt;BR /&gt;---&amp;gt;rw(): New action = &amp;lt;0&amp;gt;&lt;BR /&gt;---&amp;gt;rw():reread:  action = &amp;lt;0&amp;gt;&lt;BR /&gt;&lt;BR /&gt;.... but now I run the program again, and there's no error.&lt;BR /&gt;&lt;BR /&gt;The input and output files are about the same size, ~230Mb.&lt;BR /&gt;&lt;BR /&gt;How can I tell if /tmp is really mounted - outside of doing a umount / mount ?&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Aug 2007 21:51:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace-error-message/m-p/4052272#M600449</guid>
      <dc:creator>Michael D. Zorn</dc:creator>
      <dc:date>2007-08-08T21:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace-error-message/m-p/4052273#M600450</link>
      <description>Just run the mount command w/o arguments. It will display all the mounted filesystems. My mention of /tmp was nothing more than a guess and should be taken as no more than that. Some thing was filling up the / filesystem and since that something also has returned the space that has all the markings of a temporary file. The / filesystem should be all be fixed in size once a system has been running a few days at most --- and that is since the OS load rather than the last reboot. It could also be that some configuration file or enviroment variable used by an application has changed so that files are not now written to the correct place. I would setup a cron job to run the date command and the bdf command perhaps every 5 minutes and append that output to a logfile and you may get a handle on what is happening. From reading your question, it's not clear if this application you are running is directly related to the problem or not. Your cron'ed bdf's could provide that data if you let it run for an hour or so before launching this application.</description>
      <pubDate>Wed, 08 Aug 2007 22:07:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace-error-message/m-p/4052273#M600450</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-08-08T22:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace-error-message/m-p/4052274#M600451</link>
      <description>looks like your / directory is now mounted on /dev/root instead of /dev/vg00/lvol3. is that true? if it is true, you'll want to check that /etc/fstab correctly shows that /dev/vg00/lvol3 should&lt;BR /&gt;mount on / . If it does then:&lt;BR /&gt;&lt;BR /&gt;#mv /etc/mnttab /etc/mnttab.old  (so it can be recreated)&lt;BR /&gt;&lt;BR /&gt;#mount -a   (which will read /etc/fstab and rebuild /etc/mnttab)&lt;BR /&gt;&lt;BR /&gt;Then check for correct mount later with bdf command.</description>
      <pubDate>Thu, 09 Aug 2007 02:00:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace-error-message/m-p/4052274#M600451</guid>
      <dc:creator>tkc</dc:creator>
      <dc:date>2007-08-09T02:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace-error-message/m-p/4052275#M600452</link>
      <description>Clay:  'mount' shows /tmp mounted.  The machine has been running several weeks.  The program giving the error (though it stopped doing that - no way to tell if it'll continue) runs for only 30 S.  There's a utility that captures system statistics, like disk use, cpu load, &amp;amp;c, and you can set it to log every N seconds - I can't think of the name - do you know the one?&lt;BR /&gt;&lt;BR /&gt;Just what is /dev/root (and /dev/rroot)?  There are references on Google, and it seems to be the device file for root: ?  &lt;BR /&gt;&lt;BR /&gt;But 'df' shows no line for '/dev/root', as some of the examples I found on Google do.  All I have are /stand, /var, /usr, /tmp, /opt, /home, and our local FS.&lt;BR /&gt;&lt;BR /&gt;Is /dev a mountable FS in some systems?&lt;BR /&gt;&lt;BR /&gt;tkc:  I checked to see where / is mounted.  It's OK.  'mount' shows / on /dev/vg00/lvol3, and 'll /dev/root' shows&lt;BR /&gt;brw-r----- 1 bin sys 255 root&lt;BR /&gt;(same for rroot)</description>
      <pubDate>Thu, 09 Aug 2007 11:06:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace-error-message/m-p/4052275#M600452</guid>
      <dc:creator>Michael D. Zorn</dc:creator>
      <dc:date>2007-08-09T11:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: vx_nospace error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace-error-message/m-p/4052276#M600453</link>
      <description>Hi Michael:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; There's a utility that captures system statistics, like disk use, cpu load, &amp;amp;c, and you can set it to log every N seconds - I can't think of the name&lt;BR /&gt;&lt;BR /&gt;# man sar&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;..JRF...</description>
      <pubDate>Thu, 09 Aug 2007 11:17:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vx-nospace-error-message/m-p/4052276#M600453</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-08-09T11:17:19Z</dc:date>
    </item>
  </channel>
</rss>

