<?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: Strange syslog/dmesg message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911796#M406275</link>
    <description>Please note that the machine does NOT mount as /dev/root . &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe.</description>
    <pubDate>Mon, 11 Jul 2005 12:30:44 GMT</pubDate>
    <dc:creator>joe_91</dc:creator>
    <dc:date>2005-07-11T12:30:44Z</dc:date>
    <item>
      <title>Strange syslog/dmesg message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911794#M406273</link>
      <description>I am having this message in syslog and as well as dmesg...&lt;BR /&gt;from syslog&lt;BR /&gt;&lt;BR /&gt; vmunix:&lt;BR /&gt; full (1 block extent)vmunix: vxfs: mesg 001: vx_nospace - /dev/root file system&lt;BR /&gt;&lt;BR /&gt;from dmesg:&lt;BR /&gt;vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)&lt;BR /&gt; &lt;BR /&gt;the machine however does not mount the / filesystem in /dev/root. what does this mean? also the core file(from the appln) is directed to /dev/root. any thoughts please..&lt;BR /&gt;&lt;BR /&gt;Many Thanks&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Mon, 11 Jul 2005 12:18:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911794#M406273</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2005-07-11T12:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Strange syslog/dmesg message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911795#M406274</link>
      <description>Joe,&lt;BR /&gt;&lt;BR /&gt;Usually this results from the machine being brought up to multi-user mode directly from LVM maintenance mode.  In LVM maintenance mode, / gets mounted as /dev/root and the correct way to return to multi-user mode is to reboot, rather than doing an init 3.  You need to find and clear out what is filling up / and then reboot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 11 Jul 2005 12:22:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911795#M406274</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-07-11T12:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Strange syslog/dmesg message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911796#M406275</link>
      <description>Please note that the machine does NOT mount as /dev/root . &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe.</description>
      <pubDate>Mon, 11 Jul 2005 12:30:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911796#M406275</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2005-07-11T12:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Strange syslog/dmesg message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911797#M406276</link>
      <description>What is date stamp of the message?&lt;BR /&gt;&lt;BR /&gt;Is it possible that this system was brought up from LVM maintenance sometime in the past?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jul 2005 12:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911797#M406276</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-07-11T12:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Strange syslog/dmesg message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911798#M406277</link>
      <description>Joe, this is just what "/" is always reported as when it gets full(/dev/root).  I just did the following on  a test server...&lt;BR /&gt;&lt;BR /&gt; dd if=/dev/zero of=/zeroes bs=32k&lt;BR /&gt;&lt;BR /&gt;It errored out with:&lt;BR /&gt; &lt;BR /&gt;msgcnt 2 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)&lt;BR /&gt;I/O error&lt;BR /&gt;739+0 records in&lt;BR /&gt;738+1 records out&lt;BR /&gt;&lt;BR /&gt;and - my syslog has the following new entry in it now:&lt;BR /&gt;Jul 11 14:39:27 testserv vmunix: msgcnt 1 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)&lt;BR /&gt;&lt;BR /&gt;So, under the covers - /dev/root and / are the same thing.  Nothing to worry about.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jul 2005 12:44:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911798#M406277</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-07-11T12:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Strange syslog/dmesg message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911799#M406278</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If I remember correctly this use to be in the cases where you do not have LVM config on your root disk. In this event you do not have multiple file systems for /var , /usr , /home &amp;amp; all . All these are clubbed in a single file system &amp;amp; the device file for that should be /dev/root. &lt;BR /&gt;&lt;BR /&gt;Output of bdf will clarify that.&lt;BR /&gt;&lt;BR /&gt;Which OS version it is ?&lt;BR /&gt;Post the output of bdf.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 11 Jul 2005 12:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911799#M406278</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-07-11T12:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Strange syslog/dmesg message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911800#M406279</link>
      <description>Looking in /stand/build/conf.c file ...&lt;BR /&gt;&lt;BR /&gt;There is a line &lt;BR /&gt;dev_t rootmir;&lt;BR /&gt;&lt;BR /&gt;and later on...&lt;BR /&gt;&lt;BR /&gt;dev_t   rootdev = makedev(-1,0xFFFFFF);&lt;BR /&gt;&lt;BR /&gt;and - looking at /dev/root - &lt;BR /&gt;ls -al /dev/root &lt;BR /&gt;brw-r-----   1 bin        sys        255 0xffffff Feb 26  2004 /dev/root&lt;BR /&gt;&lt;BR /&gt;I can *guess* that /dev/root is created during the boot process as some sort of a mirrored memory pointer to "/" - or vice-versa, and the /dev/root block special file is left on the system as a default way to find the root file system.  Could this be how the system gets to boot from an lvm device before it's even loaded?  My guess is that it has something to do with it.  Of course, that theory could be all wet. :-)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jul 2005 13:06:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911800#M406279</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-07-11T13:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Strange syslog/dmesg message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911801#M406280</link>
      <description>Jul  9 22:47:05 mn2300 vmunix:&lt;BR /&gt; full (1 block extent)vmunix: vxfs: mesg 001: vx_nospace - /dev/root file system&lt;BR /&gt;&lt;BR /&gt;this is the timestamp. It was not after the system brought up from LVM maint mode. this happ after there was an installation of an application.&lt;BR /&gt;&lt;BR /&gt;Thx&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Mon, 11 Jul 2005 14:13:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911801#M406280</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2005-07-11T14:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Strange syslog/dmesg message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911802#M406281</link>
      <description>Joe,&lt;BR /&gt;&lt;BR /&gt;Can you attach the bdf output. You will notice some file system 100% full there.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 11 Jul 2005 14:16:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911802#M406281</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-07-11T14:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Strange syslog/dmesg message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911803#M406282</link>
      <description>Joe, run the test scenario (dd command) as I did above on a test server.  It will convince that what you're seeing is normal for a full root file system, and prove to you that at least as far as this topic is concerned - /dev/root and / are the same thing, and the error you're seeing the syslog is normal for that condition.</description>
      <pubDate>Mon, 11 Jul 2005 14:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911803#M406282</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-07-11T14:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Strange syslog/dmesg message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911804#M406283</link>
      <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;I saw that you gave Pete just one point but you will see he is right.&lt;BR /&gt;I had the same your problem (identic), infact in that instance no /dev/root was mounted on my system but continuously that message was logged in syslog.log.&lt;BR /&gt;As Pete said you need to find and clear out what is filling up /.&lt;BR /&gt;&lt;BR /&gt;I would suggest you to begin by find command, for example:&lt;BR /&gt;&lt;BR /&gt;find / -size +10000c&lt;BR /&gt;(to find what file is bigger than 10M),&lt;BR /&gt;&lt;BR /&gt;find / -size +100000c&lt;BR /&gt;(to find what file is bigger than 100M)&lt;BR /&gt;&lt;BR /&gt;and so on.&lt;BR /&gt;&lt;BR /&gt;Hope that helps you.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Mon, 11 Jul 2005 14:42:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911804#M406283</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2005-07-11T14:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Strange syslog/dmesg message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911805#M406284</link>
      <description>Chances are it's a core file or a mis-directed output file of some sort</description>
      <pubDate>Mon, 11 Jul 2005 14:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911805#M406284</guid>
      <dc:creator>Alan Meyer_4</dc:creator>
      <dc:date>2005-07-11T14:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Strange syslog/dmesg message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911806#M406285</link>
      <description>The /dev/root location is an internal method that LVM uses to get started and indeed, your bdf might show / is mounted from /dev/root. It is a survival device file in case there is something wrong LVM activation during bootup. The syslog message generator doesn't spend any time tracking down the true mountpoint. &lt;BR /&gt; &lt;BR /&gt;So the message means: your / filesystem is (or was) full. To locate the source of the problem, do NOT look for big files! Many sysadmins have purged big files like vmunix or vg00.conf, only to regret the outcome. Instead, use du to analyze the directories and then look inside the biggest directories:&lt;BR /&gt; &lt;BR /&gt;du -kx / | sort -rn | more&lt;BR /&gt; &lt;BR /&gt;This will show you the largest directories starting with / and working down. To sort the files inside a specific directory, do this: &lt;BR /&gt; &lt;BR /&gt;ll | sort -rnk5 | more&lt;BR /&gt; &lt;BR /&gt;then look at the biggest file(s) to see if it is a mistake and can be removed.</description>
      <pubDate>Mon, 11 Jul 2005 17:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911806#M406285</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-07-11T17:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Strange syslog/dmesg message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911807#M406286</link>
      <description>thanks so much for all the replies. I apologize for giving pete just 1 point. It was indeed true that there was a core file created and the admin moved and removed that file which caused the /dev/root message. However we do have a code where tey are re-directing the application core files to a particular directory. so i am wondering how it went to the root filesystem.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Mon, 11 Jul 2005 18:07:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911807#M406286</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2005-07-11T18:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Strange syslog/dmesg message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911808#M406287</link>
      <description>core files should never be generated in the / filesystem. It means that most likely, the application that created the core file is running as root (not good) and root's $HOME directory is / (not good). Always start your applications with a script and cd to an appropriate location like /var/tmp to collect your program 'droppings' (core file). And don't remove a core file until you find out what program created it:&lt;BR /&gt; &lt;BR /&gt;file core&lt;BR /&gt; &lt;BR /&gt;(the file command decodes the core file as to program name and error code)</description>
      <pubDate>Mon, 11 Jul 2005 18:15:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911808#M406287</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-07-11T18:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Strange syslog/dmesg message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911809#M406288</link>
      <description>Bill:&lt;BR /&gt;&lt;BR /&gt;We still have the core file (just moved). it was from java. what i do not understand is we have already had this core issue before and are re-directing the core file to a tmp directory and also limiting it to a particular size. wonder how it landed in /. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe.</description>
      <pubDate>Mon, 11 Jul 2005 18:23:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911809#M406288</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2005-07-11T18:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Strange syslog/dmesg message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911810#M406289</link>
      <description>The directory where a core file is stored is always the current value of $PWD (the working directory). So, whatever started this Java program either explicitly did a cd / or implicitly set PWD=/ because it runs as root and root's $HOME is /.</description>
      <pubDate>Mon, 11 Jul 2005 18:47:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911810#M406289</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-07-11T18:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Strange syslog/dmesg message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911811#M406290</link>
      <description>Thanks Bill and All who responded. What a great forum this is !!!!!&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Mon, 11 Jul 2005 18:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-syslog-dmesg-message/m-p/4911811#M406290</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2005-07-11T18:56:20Z</dc:date>
    </item>
  </channel>
</rss>

