<?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: vxfs errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-errors/m-p/3887586#M613106</link>
    <description>You had:&lt;BR /&gt;1. mesg 001 -- file system full and it cause &lt;BR /&gt;2. mesg 038 -- file data write i/o error and because this i/o error you got&lt;BR /&gt;3. mesg 033 -- the kernel set the VX_FULLFSCK flag as a precautionary measure.&lt;BR /&gt;&lt;BR /&gt;Now you have cleaned that file system. If you believe that all applications which access that file system is running OK. You can leave them running and keep a close eye on them. If you find that you have problem to access some files / directories. Then you have to "umount /dev/data/sap1" and run "fsck" to check / repair that lvol.&lt;BR /&gt;&lt;BR /&gt;It may help if you run "lvdisplay -v /dev/data/sap1" To see if there is some errors in that lvol. You can also check disks/LUNs used by that lvol by running "pvdisplay -v /dev/dsk/c#t#d#"&lt;BR /&gt;&lt;BR /&gt;Yang</description>
    <pubDate>Thu, 26 Oct 2006 16:12:46 GMT</pubDate>
    <dc:creator>Yang Qin_1</dc:creator>
    <dc:date>2006-10-26T16:12:46Z</dc:date>
    <item>
      <title>vxfs errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-errors/m-p/3887582#M613102</link>
      <description>I have the following vxfs errors in syslog&lt;BR /&gt;msgcnt 3 vxfs: mesg 001: vx_nospace - /dev/data/sap1 file system full (1 block extent)&lt;BR /&gt;msgcnt 5 vxfs: mesg 038: vx_dataioerr - /dev/data/sap1 file system file data write error&lt;BR /&gt;msgcnt 6 vxfs: mesg 033: vx_check_badblock - /dev/data/sap1 file system had an I/O error, setting VX_FULLFSCK&lt;BR /&gt;&lt;BR /&gt;What does this mean? would i have worry given that the message came right after the filesystem was full?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;brian</description>
      <pubDate>Thu, 26 Oct 2006 15:25:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-errors/m-p/3887582#M613102</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2006-10-26T15:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-errors/m-p/3887583#M613103</link>
      <description>It say your file system mounted with /dev/data/sap1 is full. Your applications which using that file system failed because that.&lt;BR /&gt;&lt;BR /&gt;Run:&lt;BR /&gt;&lt;BR /&gt;bdf /dev/data/sap1 &lt;BR /&gt;&lt;BR /&gt;to identify which file system is full and clean it ASAP.&lt;BR /&gt;&lt;BR /&gt;Yang</description>
      <pubDate>Thu, 26 Oct 2006 15:29:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-errors/m-p/3887583#M613103</guid>
      <dc:creator>Yang Qin_1</dc:creator>
      <dc:date>2006-10-26T15:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-errors/m-p/3887584#M613104</link>
      <description>as i said this filesystem was full and is now ok. does this error post any worries? what does setting vx_fullfsck mean?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;brian</description>
      <pubDate>Thu, 26 Oct 2006 15:45:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-errors/m-p/3887584#M613104</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2006-10-26T15:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-errors/m-p/3887585#M613105</link>
      <description>VX_FULLFSCK means that next time fsck is run on this LV, a FULL fsck, 'fsck -o full', will be run.&lt;BR /&gt;&lt;BR /&gt;I am honestly not sure about the vs_dataioerr data write error.  It may be that since the filesystem filled up the app couldn't write any more, but I have never seen a full filesystem generate that particular error.&lt;BR /&gt;&lt;BR /&gt;If you have a support contract for this machine I would be tempted to open a call and quiz HP on this.</description>
      <pubDate>Thu, 26 Oct 2006 15:58:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-errors/m-p/3887585#M613105</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-10-26T15:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-errors/m-p/3887586#M613106</link>
      <description>You had:&lt;BR /&gt;1. mesg 001 -- file system full and it cause &lt;BR /&gt;2. mesg 038 -- file data write i/o error and because this i/o error you got&lt;BR /&gt;3. mesg 033 -- the kernel set the VX_FULLFSCK flag as a precautionary measure.&lt;BR /&gt;&lt;BR /&gt;Now you have cleaned that file system. If you believe that all applications which access that file system is running OK. You can leave them running and keep a close eye on them. If you find that you have problem to access some files / directories. Then you have to "umount /dev/data/sap1" and run "fsck" to check / repair that lvol.&lt;BR /&gt;&lt;BR /&gt;It may help if you run "lvdisplay -v /dev/data/sap1" To see if there is some errors in that lvol. You can also check disks/LUNs used by that lvol by running "pvdisplay -v /dev/dsk/c#t#d#"&lt;BR /&gt;&lt;BR /&gt;Yang</description>
      <pubDate>Thu, 26 Oct 2006 16:12:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-errors/m-p/3887586#M613106</guid>
      <dc:creator>Yang Qin_1</dc:creator>
      <dc:date>2006-10-26T16:12:46Z</dc:date>
    </item>
  </channel>
</rss>

