<?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 excesive error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-excesive-error/m-p/4996566#M423535</link>
    <description>Don't rely on dmesg, it is only good to check once server is rebooted because it will have latest timestamp. Always check /var/adm/syslog/syslog.log file.&lt;BR /&gt;&lt;BR /&gt;or check with bdf which would be much better.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srini</description>
    <pubDate>Thu, 10 Aug 2006 10:01:18 GMT</pubDate>
    <dc:creator>IT_2007</dc:creator>
    <dc:date>2006-08-10T10:01:18Z</dc:date>
    <item>
      <title>dmesg excesive error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-excesive-error/m-p/4996561#M423530</link>
      <description>I am receiving this error from dmesg. I have checked the lvol6 and it is not full. I can see that I can check with stm but I do not know how to start it... is there any help up there? :)&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Aug 10 09:20                                                               &lt;BR /&gt;...                                                                        &lt;BR /&gt;Facility has started receiving excessive                                    &lt;BR /&gt;   errors from the I/O subsystem.  I/O error entries will be lost          &lt;BR /&gt;   until the cause of the excessive I/O logging is corrected.              &lt;BR /&gt;   If the diaglogd daemon is not active, use the Daemon Startup command    &lt;BR /&gt;   in stm to start it.                                                     &lt;BR /&gt;   If the diaglogd daemon is active, use the logtool utility in stm        &lt;BR /&gt;   to determine which I/O subsystem is logging excessive errors.           &lt;BR /&gt;SCSI: Resetting SCSI -- lbolt: 63364971, bus: 0                            &lt;BR /&gt;                          &lt;BR /&gt;vxfs: mesg 001: vx_nospace - /dev/vg00/lvol6 file system full (1 block extent)&lt;BR /&gt;                                                                            &lt;BR /&gt;vxfs: mesg 001: vx_nospace - /dev/vg00/lvol6 file system full (1 block extent)&lt;BR /&gt;                                                                              &lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2006 09:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-excesive-error/m-p/4996561#M423530</guid>
      <dc:creator>Camacho</dc:creator>
      <dc:date>2006-08-10T09:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg excesive error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-excesive-error/m-p/4996562#M423531</link>
      <description>what's the o/p of&lt;BR /&gt;bdf |grep vg00&lt;BR /&gt;and&lt;BR /&gt;lvdisplay  /dev/vg00/lvol6</description>
      <pubDate>Thu, 10 Aug 2006 09:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-excesive-error/m-p/4996562#M423531</guid>
      <dc:creator>Pupil_1</dc:creator>
      <dc:date>2006-08-10T09:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg excesive error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-excesive-error/m-p/4996563#M423532</link>
      <description>lvol6 is usually taken by /tmp. If someone is creating a huge file or very high number of smaller files, it may be filling up your /tmp for a short period of time before they get removed by the creating application. When the system starts logging errors of full filesystem, you get these vxnospace errors in dmesg logs. If you are not suffering from a chronic full /tmp problem, it is not a big deal in my opinion.</description>
      <pubDate>Thu, 10 Aug 2006 09:48:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-excesive-error/m-p/4996563#M423532</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2006-08-10T09:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg excesive error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-excesive-error/m-p/4996564#M423533</link>
      <description>The problem with dmesg is that there is no time stamp.&lt;BR /&gt;&lt;BR /&gt;The error you are seeing could have occurred 5 minutes ago or 5 days ago.  There is no way to tell.&lt;BR /&gt;&lt;BR /&gt;You better bet would be to have a look at /var/adm/syslog/syslog.log and see if you are still getting errors.  You can also search through syslog.log for the messages you see in the dmesg file.  This will tell you exactly when they occurred.  From that you can decide if you need to worry about them or not.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2006 09:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-excesive-error/m-p/4996564#M423533</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-08-10T09:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg excesive error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-excesive-error/m-p/4996565#M423534</link>
      <description>I have this:&lt;BR /&gt;#  bdf |grep vg00                                        &lt;BR /&gt;/dev/vg00/lvol3     143360   24444  111496   18% /       &lt;BR /&gt;/dev/vg00/lvol1      83733   43859   31500   58% /stand  &lt;BR /&gt;/dev/vg00/lvol5    1126400  652089  455107   59% /var    &lt;BR /&gt;/dev/vg00/lvol8     720896  489124  217580   69% /usr    &lt;BR /&gt;/dev/vg00/lvol4     614400    5409  571557    1% /tmp    &lt;BR /&gt;/dev/vg00/lvol7     655360  232504  396472   37% /opt    &lt;BR /&gt;/dev/vg00/lvol6      20480   12139    7896   61% /home   &lt;BR /&gt;and this:&lt;BR /&gt;#  lvdisplay /dev/vg00/lvol6                 &lt;BR /&gt;--- Logical volumes ---                      &lt;BR /&gt;LV Name                     /dev/vg00/lvol6  &lt;BR /&gt;VG Name                     /dev/vg00        &lt;BR /&gt;LV Permission               read/write       &lt;BR /&gt;LV Status                   available/syncd  &lt;BR /&gt;Mirror copies               0                &lt;BR /&gt;Consistency Recovery        MWC              &lt;BR /&gt;Schedule                    parallel         &lt;BR /&gt;LV Size (Mbytes)            20               &lt;BR /&gt;Current LE                  5                &lt;BR /&gt;Allocated PE                5                &lt;BR /&gt;Stripes                     0                &lt;BR /&gt;Stripe Size (Kbytes)        0                &lt;BR /&gt;Bad block                   on               &lt;BR /&gt;Allocation                  strict           &lt;BR /&gt;IO Timeout (Seconds)        default          &lt;BR /&gt;&lt;BR /&gt;Once when I came back from home, my server was frozen, so i think it is a hard disk.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2006 09:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-excesive-error/m-p/4996565#M423534</guid>
      <dc:creator>Camacho</dc:creator>
      <dc:date>2006-08-10T09:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg excesive error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-excesive-error/m-p/4996566#M423535</link>
      <description>Don't rely on dmesg, it is only good to check once server is rebooted because it will have latest timestamp. Always check /var/adm/syslog/syslog.log file.&lt;BR /&gt;&lt;BR /&gt;or check with bdf which would be much better.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srini</description>
      <pubDate>Thu, 10 Aug 2006 10:01:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-excesive-error/m-p/4996566#M423535</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-08-10T10:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg excesive error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-excesive-error/m-p/4996567#M423536</link>
      <description>vx_nospace has nothing to do with a failed hard disk. it is related to lvm, hence the vx prefix. &lt;BR /&gt;&lt;BR /&gt;Follwo Patrick's advise and check your syslog.log and OLDsyslog.log. Maybe with this command :&lt;BR /&gt;&lt;BR /&gt;grep -i full /var/adm/syslog/syslog.log&lt;BR /&gt;grep -i full /var/adm/syslog/OLDsyslog.log&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2006 10:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-excesive-error/m-p/4996567#M423536</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2006-08-10T10:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg excesive error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-excesive-error/m-p/4996568#M423537</link>
      <description>Thanks to all.&lt;BR /&gt;&lt;BR /&gt;I reviewe my syslog and there is nothing else referencing the error so dmesg is discarded.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2006 10:10:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-excesive-error/m-p/4996568#M423537</guid>
      <dc:creator>Camacho</dc:creator>
      <dc:date>2006-08-10T10:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg excesive error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-excesive-error/m-p/4996569#M423538</link>
      <description>Thanks to all,&lt;BR /&gt;&lt;BR /&gt;I was confused with the dmesg error and it is logical, my /home is to small and I have to clear it on a daily basis.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2006 10:25:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-excesive-error/m-p/4996569#M423538</guid>
      <dc:creator>Camacho</dc:creator>
      <dc:date>2006-08-10T10:25:05Z</dc:date>
    </item>
  </channel>
</rss>

