<?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: file system file data read error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-file-data-read-error/m-p/3784943#M263863</link>
    <description>lvdisplay -v /dev/vg00/lvol8|grep stale&lt;BR /&gt;LV Status                   available/stale           &lt;BR /&gt;   0047 /dev/dsk/c0t6d0    0722 current  /dev/dsk/c1t6d0    0722 stale&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 09 May 2006 06:24:43 GMT</pubDate>
    <dc:creator>uniuser1</dc:creator>
    <dc:date>2006-05-09T06:24:43Z</dc:date>
    <item>
      <title>file system file data read error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-file-data-read-error/m-p/3784940#M263860</link>
      <description>I have the following error /dev/vg00/lvol8 file system file data read error.&lt;BR /&gt;&lt;BR /&gt;I have tried to split it but get:-&lt;BR /&gt;&lt;BR /&gt;The command used to split logical volumes /usr/sbin/lvsplit, has&lt;BR /&gt;failed.  The stderr output from the command is shown below.  &lt;BR /&gt;The logical volume has not been split.  &lt;BR /&gt;                        &lt;BR /&gt;                                                                 &lt;BR /&gt;lvsplit: Couldn't split the logical volume.                              &lt;BR /&gt;Synchronize the stale extents in the logical volume by running lvsync    &lt;BR /&gt;Before lvsplit or one of the physical volumes is not responding.               &lt;BR /&gt;                                                     &lt;BR /&gt;&lt;BR /&gt;So I then did an &lt;BR /&gt;lvsync /dev/vg00/lvol8&lt;BR /&gt;lvsync: Couldn't re-synchronize stale partitions of the logical volume:&lt;BR /&gt;I/O error&lt;BR /&gt;lvsync: Couldn't resynchronize logical volume "/dev/vg00/lvol8".&lt;BR /&gt;&lt;BR /&gt;Logical Volume   Volume Group   Use         Mbytes   Copies   Directory      &lt;BR /&gt;lvol8            vg00           VxFS           512   1        /var&lt;BR /&gt;&lt;BR /&gt;so I then ran lvreduce -m 0 /dev/vg00/lvol8 /dev/dsk/c1t6d0&lt;BR /&gt;&lt;BR /&gt;Where do I go from here ?&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated&lt;BR /&gt;</description>
      <pubDate>Tue, 09 May 2006 05:57:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-file-data-read-error/m-p/3784940#M263860</guid>
      <dc:creator>uniuser1</dc:creator>
      <dc:date>2006-05-09T05:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: file system file data read error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-file-data-read-error/m-p/3784941#M263861</link>
      <description>Looks like you have stale pes on lvol8 and a s a result you can split r lvsync it. I think do as follows.&lt;BR /&gt;&lt;BR /&gt;lvdisplay -vk /dev/vgxx/lvol8&lt;BR /&gt;Note down pv number and using that lvreduce lvol's mirror copy. Then check disks involved.&lt;BR /&gt;&lt;BR /&gt;lvreduce -m 0 -k /dev/vgxx/lvol8 /dev/dsk/cxtxdx</description>
      <pubDate>Tue, 09 May 2006 06:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-file-data-read-error/m-p/3784941#M263861</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-05-09T06:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: file system file data read error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-file-data-read-error/m-p/3784942#M263862</link>
      <description>Have u tried to mount the Lvol after u did a "lvreduce"..?  Still is it showing the same error message..? Pls brief.&lt;BR /&gt;&lt;BR /&gt;check is there any stale PEs are there,&lt;BR /&gt;# lvdisplay -v /dev/vg00/lvol8|grep stale&lt;BR /&gt;&lt;BR /&gt;   see which PV is having the stale PE.&lt;BR /&gt;Still if u r facing problem, tru to boot the system throgh Alt. boot disk.&lt;BR /&gt;&lt;BR /&gt;Otherwise u can try the following steps, if you have latest Ignite tape backup.&lt;BR /&gt;&lt;BR /&gt;# lvremove /dev/vg00/lvol8&lt;BR /&gt;# lvcreate -L &lt;SIZE&gt; /dev/vg00&lt;BR /&gt;# newfs -F vxfs -o largefiles /dev/vg00/rlvol8&lt;BR /&gt;# mount /var&lt;BR /&gt;&lt;BR /&gt;Put the Ignite tape in the tape drive&lt;BR /&gt;# mt -t /dev/rmt/0mn fsf 1&lt;BR /&gt;# tar -xvf /dev/rmt/0mn /var&lt;BR /&gt;&lt;BR /&gt;Hope it will help u.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;Saravanan&lt;BR /&gt;&lt;BR /&gt;&lt;/SIZE&gt;</description>
      <pubDate>Tue, 09 May 2006 06:07:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-file-data-read-error/m-p/3784942#M263862</guid>
      <dc:creator>m saravanan</dc:creator>
      <dc:date>2006-05-09T06:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: file system file data read error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-file-data-read-error/m-p/3784943#M263863</link>
      <description>lvdisplay -v /dev/vg00/lvol8|grep stale&lt;BR /&gt;LV Status                   available/stale           &lt;BR /&gt;   0047 /dev/dsk/c0t6d0    0722 current  /dev/dsk/c1t6d0    0722 stale&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 May 2006 06:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-file-data-read-error/m-p/3784943#M263863</guid>
      <dc:creator>uniuser1</dc:creator>
      <dc:date>2006-05-09T06:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: file system file data read error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-file-data-read-error/m-p/3784944#M263864</link>
      <description>Put a dd command on that disk where lvol8 is for any i/o error.&lt;BR /&gt;dd if=/dev/dsk/c#t#d# of=/dev/null bs=1024&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Awadhesh</description>
      <pubDate>Tue, 09 May 2006 06:33:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-file-data-read-error/m-p/3784944#M263864</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2006-05-09T06:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: file system file data read error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-file-data-read-error/m-p/3784945#M263865</link>
      <description>as RAC told, just run the command,&lt;BR /&gt;# lvdisplay -vk /dev/vg00/lvol8&lt;BR /&gt;&lt;BR /&gt;see the PV Key of /dev/dsk/c1t6d0. I hope the PV key will be "1" only. Then reduce LV using the PV key,&lt;BR /&gt;&lt;BR /&gt;# lvreduce -k -m 0 /dev/vg00/lvol8 1&lt;BR /&gt;&lt;BR /&gt;then u try to mount the /var.&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;saravanan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 May 2006 06:36:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-file-data-read-error/m-p/3784945#M263865</guid>
      <dc:creator>m saravanan</dc:creator>
      <dc:date>2006-05-09T06:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: file system file data read error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-file-data-read-error/m-p/3784946#M263866</link>
      <description>got the folloiwing error:&lt;BR /&gt;Physical extents on remaining physical volumes are stale or &lt;BR /&gt;Remaining physical volumes are not responding.&lt;BR /&gt;lvreduce: The LVM device driver failed to reduce mirrors on&lt;BR /&gt;the logical volume "/dev/vg00/lvol8"</description>
      <pubDate>Tue, 09 May 2006 06:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-file-data-read-error/m-p/3784946#M263866</guid>
      <dc:creator>uniuser1</dc:creator>
      <dc:date>2006-05-09T06:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: file system file data read error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-file-data-read-error/m-p/3784947#M263867</link>
      <description>What commands did you use?</description>
      <pubDate>Tue, 09 May 2006 06:52:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-file-data-read-error/m-p/3784947#M263867</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-05-09T06:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: file system file data read error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-file-data-read-error/m-p/3784948#M263868</link>
      <description>lvreduce -k 1 -m 0 /dev/vg00/lvol8</description>
      <pubDate>Tue, 09 May 2006 07:19:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-file-data-read-error/m-p/3784948#M263868</guid>
      <dc:creator>uniuser1</dc:creator>
      <dc:date>2006-05-09T07:19:34Z</dc:date>
    </item>
  </channel>
</rss>

