<?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: dmesg command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-command/m-p/2429370#M2435</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;have a look at /var/adm/syslog/syslog.log&lt;BR /&gt;there you can see when the messages appears (i think your full filesystems where in the past and now freed)&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;BR /&gt;&lt;BR /&gt;ANdrew</description>
    <pubDate>Thu, 06 Jul 2000 09:11:32 GMT</pubDate>
    <dc:creator>Andreas Voss</dc:creator>
    <dc:date>2000-07-06T09:11:32Z</dc:date>
    <item>
      <title>dmesg command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-command/m-p/2429369#M2434</link>
      <description>Good Day,&lt;BR /&gt;&lt;BR /&gt;I have issued the command dmesg and the result was:&lt;BR /&gt;&lt;BR /&gt;/stm: file system full&lt;BR /&gt;/archive: file system full&lt;BR /&gt;/home: file system full&lt;BR /&gt;file: table is full&lt;BR /&gt;&lt;BR /&gt;But doing bdf the /stm is at 78% and /archive at 30% and /home is at 3%&lt;BR /&gt;&lt;BR /&gt;What to do? Help.&lt;BR /&gt;&lt;BR /&gt;A Cossa</description>
      <pubDate>Thu, 06 Jul 2000 09:05:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-command/m-p/2429369#M2434</guid>
      <dc:creator>augusto cossa</dc:creator>
      <dc:date>2000-07-06T09:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-command/m-p/2429370#M2435</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;have a look at /var/adm/syslog/syslog.log&lt;BR /&gt;there you can see when the messages appears (i think your full filesystems where in the past and now freed)&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;BR /&gt;&lt;BR /&gt;ANdrew</description>
      <pubDate>Thu, 06 Jul 2000 09:11:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-command/m-p/2429370#M2435</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-07-06T09:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-command/m-p/2429371#M2436</link>
      <description>Andreas,&lt;BR /&gt;&lt;BR /&gt;It seams that the dmesg displys information concernig the last memory used.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;A cossa</description>
      <pubDate>Thu, 06 Jul 2000 09:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-command/m-p/2429371#M2436</guid>
      <dc:creator>augusto cossa</dc:creator>
      <dc:date>2000-07-06T09:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-command/m-p/2429372#M2437</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check with sar -v. If file-sz was (eg 1200/1200), then know that your file table reached its set max. at one time. You can increase this value through the kernel parameter setting nfile to a higher value.</description>
      <pubDate>Thu, 06 Jul 2000 10:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-command/m-p/2429372#M2437</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-07-06T10:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-command/m-p/2429373#M2438</link>
      <description>Looks like you or your users were running a program that wrote temporary data to those file systems and deleted them at the end.  When a program consumes all the disk space at a given time dmesg logs it and it won't delete until you reboot your system.  In your case, you should trust bdf's output.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Jul 2000 23:25:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-command/m-p/2429373#M2438</guid>
      <dc:creator>CKT</dc:creator>
      <dc:date>2000-07-06T23:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-command/m-p/2429374#M2439</link>
      <description>Hi, &lt;BR /&gt;The buffer for dmesg is not very big, so you cannot see all the messages, &lt;BR /&gt;also there is no time-stamp, so like you have seen, there is no way&lt;BR /&gt;of telling when the incident was. In the manual page of dmesg(1M) it is &lt;BR /&gt;suggested that you emty the dmesg buffer in a logfile every ten minutes, via the crontab.&lt;BR /&gt;If you then change this log every day, you can use this log to see the&lt;BR /&gt;current dmesg messages.</description>
      <pubDate>Fri, 07 Jul 2000 03:51:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-command/m-p/2429374#M2439</guid>
      <dc:creator>Andre van der Laarse</dc:creator>
      <dc:date>2000-07-07T03:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-command/m-p/2429375#M2440</link>
      <description>dmesg does not timestamp error messages so finding out when an error occurred will require using a cron job and the dmesg - option. An example of how to do this is found in /usr/newconfig/var/spool/cron/crontab.root for 10.20 or /var/spool/cron/crontabs/crontab.root. In this example, dmesg - is run regularly and any new messages will be appended.&lt;BR /&gt;&lt;BR /&gt;BTW: The logfile name used in the example is not very intuitive (/var/adm/messages). I like to change this to /var/adm/dmesg.log for easier recognition.</description>
      <pubDate>Sat, 08 Jul 2000 17:49:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-command/m-p/2429375#M2440</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-07-08T17:49:56Z</dc:date>
    </item>
  </channel>
</rss>

