<?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 vxfs: mesg 056: vx_dataioerr in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-mesg-056-vx-dataioerr/m-p/2496567#M830408</link>
    <description>Hello everybody,&lt;BR /&gt;&lt;BR /&gt;This morning I ran into a message on one of our systems and I have no idea what is causing this and how serious it is.&lt;BR /&gt;&lt;BR /&gt;This is the message (in syslog): &lt;BR /&gt;&lt;BR /&gt;Feb 20 16:41:06 hp7 vmunix: vxfs: mesg 056: vx_dataioerr - &lt;BR /&gt;/dev/vg02/lvol1 file system file data read error&lt;BR /&gt;&lt;BR /&gt;I can read and write the file system that is referenced to. &lt;BR /&gt;So I can't see if this is a problem or not.&lt;BR /&gt;&lt;BR /&gt;Any suggestions are most welcome (and will be rewarded).&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Arthur &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 21 Feb 2001 07:18:29 GMT</pubDate>
    <dc:creator>Arthur Pols</dc:creator>
    <dc:date>2001-02-21T07:18:29Z</dc:date>
    <item>
      <title>vxfs: mesg 056: vx_dataioerr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-mesg-056-vx-dataioerr/m-p/2496567#M830408</link>
      <description>Hello everybody,&lt;BR /&gt;&lt;BR /&gt;This morning I ran into a message on one of our systems and I have no idea what is causing this and how serious it is.&lt;BR /&gt;&lt;BR /&gt;This is the message (in syslog): &lt;BR /&gt;&lt;BR /&gt;Feb 20 16:41:06 hp7 vmunix: vxfs: mesg 056: vx_dataioerr - &lt;BR /&gt;/dev/vg02/lvol1 file system file data read error&lt;BR /&gt;&lt;BR /&gt;I can read and write the file system that is referenced to. &lt;BR /&gt;So I can't see if this is a problem or not.&lt;BR /&gt;&lt;BR /&gt;Any suggestions are most welcome (and will be rewarded).&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Arthur &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Feb 2001 07:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-mesg-056-vx-dataioerr/m-p/2496567#M830408</guid>
      <dc:creator>Arthur Pols</dc:creator>
      <dc:date>2001-02-21T07:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: mesg 056: vx_dataioerr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-mesg-056-vx-dataioerr/m-p/2496568#M830409</link>
      <description>These errors are usually due to a hardware failure.  Here is some additional&lt;BR /&gt;information on these error messages:&lt;BR /&gt;&lt;BR /&gt;Message: 056&lt;BR /&gt;WARNING: msgcnt x: vxfs: mesg 056: vx_dataioerr - file system file dataerror&lt;BR /&gt;&lt;BR /&gt;Explanation&lt;BR /&gt;------------------&lt;BR /&gt;&lt;BR /&gt;A read or a write error occurred while accessing file data. The message&lt;BR /&gt;specifies whether the disk I/O that failed was a read or a write. File data&lt;BR /&gt;includes data currently in files and free blocks. If the message is printed&lt;BR /&gt;because of a read or write error to a file, another message that includes the&lt;BR /&gt;inode number of the file will print. The message maybe printed as the result of&lt;BR /&gt;a read or write error to a free block, since some operations allocate an extent&lt;BR /&gt;and immediately perform I/O to it. If the I/O fails, the extent is freed and&lt;BR /&gt;the operation fails. The message should be accompanied by a message from the&lt;BR /&gt;disk driver containing information about the disk I/O error.&lt;BR /&gt;&lt;BR /&gt;Action&lt;BR /&gt;---------&lt;BR /&gt;&lt;BR /&gt;Resolve the condition causing the disk error. If the error was the result of a&lt;BR /&gt;temporary condition (such as accidentally turning off a disk or a loose cable),&lt;BR /&gt;correct the condition. Check for loose cables,etc. If any file data was lost,&lt;BR /&gt;restore the files from backups. Determine the file names from the inode number&lt;BR /&gt;(see the ncheck (1M) manual page for more information.) If an actual disk error&lt;BR /&gt;occurred, make a backup of the file system, replace or reformat the disk&lt;BR /&gt;drive, and restore the file system from the backup. Consult the documentation&lt;BR /&gt;specific to your system for information on how to recover from disk errors. The&lt;BR /&gt;disk driver should have printed a message that may provide more information.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;THINGS TO CHECK:&lt;BR /&gt;----------------&lt;BR /&gt;&lt;BR /&gt;1)  Make sure you have the latest VxFS/LVM patches installed on your system.&lt;BR /&gt;&lt;BR /&gt;2)  See if you are able to read from the disk using the following command:&lt;BR /&gt;&lt;BR /&gt;            dd if=/dev/dsk/c#t#d# of=/dev/null bs=64k&lt;BR /&gt;&lt;BR /&gt;    where c#t#d# is the appropriate disk device file.  If you are unable&lt;BR /&gt;    to read the disk, then it's most likely a disk failure.  Contact the&lt;BR /&gt;    Hardware Response Center for help in further diagnosis and correction of&lt;BR /&gt;    potential disk failure.&lt;BR /&gt;&lt;BR /&gt;3)  Try running a full fsck on the file system:&lt;BR /&gt;&lt;BR /&gt;            fsck -F vxfs -y -o full /dev/vg##/lvol##&lt;BR /&gt;&lt;BR /&gt;    If you are still unable to access the file system after running fsck,&lt;BR /&gt;    and a second fsck returns no errors, then use newfs to&lt;BR /&gt;    recreate the file system and restore the data from backup tape.  If this&lt;BR /&gt;    problem persists, then contact the Hardware Response Center for help in&lt;BR /&gt;    further diagnosis and correction of potential disk failure.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Feb 2001 09:42:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-mesg-056-vx-dataioerr/m-p/2496568#M830409</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-02-21T09:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: mesg 056: vx_dataioerr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-mesg-056-vx-dataioerr/m-p/2496569#M830410</link>
      <description>Thanks for your reaction Alex. &lt;BR /&gt;&lt;BR /&gt;I had made contact with response centre of HP as well and they had another way of handling my question. &lt;BR /&gt;You are talking in hardware (witch sound logical to me), the response centre however advises to install Patch PHKL_17110 (together with PHKL_16751) to solve this problem. In this case I have to take the server offline for a reboot. In your case this isn't necessary. Do you think its necessary to do both (check hardware and install patch) ?&lt;BR /&gt;&lt;BR /&gt;Some more info on the machine (I forgot the first time, sorry) I'm running HP-UX 10.20 and the only thing changed on the machine (for a while) is an update of Sybase 11.9.2. to 11.9.2.4.2   The disk that's complaining contains a dump volume for Sybase.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you (or anyone else) have some more, please let my know.&lt;BR /&gt;I'm eager to learn.&lt;BR /&gt;&lt;BR /&gt;Q.R.     Arthur&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Feb 2001 05:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-mesg-056-vx-dataioerr/m-p/2496569#M830410</guid>
      <dc:creator>Arthur Pols</dc:creator>
      <dc:date>2001-02-22T05:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs: mesg 056: vx_dataioerr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-mesg-056-vx-dataioerr/m-p/2496570#M830411</link>
      <description>The PHKL_16751 patch has many dependencies (PHCO_12922 PHCO_10826 PHNE_13287 PHKL_16957 PHKL_17013 PHKL_17254 PHKL_17858) which will need to be installed if they are not already on your system.  I would perform the fsck first, and keep an eye out for any re-occurance of this error.</description>
      <pubDate>Thu, 22 Feb 2001 08:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-mesg-056-vx-dataioerr/m-p/2496570#M830411</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2001-02-22T08:04:54Z</dc:date>
    </item>
  </channel>
</rss>

