<?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 problems with vxfs mount error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-vxfs-mount-error/m-p/5070358#M601014</link>
    <description>Hi All,&lt;BR /&gt;we keep having errors when trying to mount:&lt;BR /&gt;mount /dev/vg02/vol2 /mnt/vg02/vol2&lt;BR /&gt;UX:vxfs mount: ERROR: V-3-21268: /dev/vg02/vol2 is corrupted. needs checking&lt;BR /&gt;&lt;BR /&gt;after we do fsck we manage to mount,&lt;BR /&gt;but next time the error will pop again.&lt;BR /&gt;Any ideas?&lt;BR /&gt;Thanks,&lt;BR /&gt;Anat&lt;BR /&gt;</description>
    <pubDate>Sun, 23 Sep 2007 10:24:31 GMT</pubDate>
    <dc:creator>anat heilper</dc:creator>
    <dc:date>2007-09-23T10:24:31Z</dc:date>
    <item>
      <title>problems with vxfs mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-vxfs-mount-error/m-p/5070358#M601014</link>
      <description>Hi All,&lt;BR /&gt;we keep having errors when trying to mount:&lt;BR /&gt;mount /dev/vg02/vol2 /mnt/vg02/vol2&lt;BR /&gt;UX:vxfs mount: ERROR: V-3-21268: /dev/vg02/vol2 is corrupted. needs checking&lt;BR /&gt;&lt;BR /&gt;after we do fsck we manage to mount,&lt;BR /&gt;but next time the error will pop again.&lt;BR /&gt;Any ideas?&lt;BR /&gt;Thanks,&lt;BR /&gt;Anat&lt;BR /&gt;</description>
      <pubDate>Sun, 23 Sep 2007 10:24:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-vxfs-mount-error/m-p/5070358#M601014</guid>
      <dc:creator>anat heilper</dc:creator>
      <dc:date>2007-09-23T10:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: problems with vxfs mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-vxfs-mount-error/m-p/5070359#M601015</link>
      <description>See Veritas File System Administration guide - &lt;A href="http://docs.hp.com/en/5991-5510/5991-5510.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-5510/5991-5510.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;UX:vxfs command: ERROR: V-3-21268: message&lt;BR /&gt;â &amp;nbsp; Description&lt;BR /&gt;This message is printed by two different commands:&lt;BR /&gt;fsckpt_restore and mount. In both cases, the kernel's attempt&lt;BR /&gt;to mount the file system failed because of I/O errors or corruption&lt;BR /&gt;of the VxFS metadata.&lt;BR /&gt;â &amp;nbsp; Action&lt;BR /&gt;Check the console log for I/O errors and fix any problems reported&lt;BR /&gt;there. Run a full fsck&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Sun, 23 Sep 2007 10:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-vxfs-mount-error/m-p/5070359#M601015</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-09-23T10:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: problems with vxfs mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-vxfs-mount-error/m-p/5070360#M601016</link>
      <description>hi Anat,&lt;BR /&gt;&lt;BR /&gt;Did you verify your syslog.log for any error messages?&lt;BR /&gt;&lt;BR /&gt;Also verify that the system was cleanly unmounted. You may also wish to manually unmount and remount the file system and see if the error recurs.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Sun, 23 Sep 2007 11:49:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-vxfs-mount-error/m-p/5070360#M601016</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-09-23T11:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: problems with vxfs mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-vxfs-mount-error/m-p/5070361#M601017</link>
      <description>use fsck -F vxfs -y  -o full /dev/vg00/lvol2</description>
      <pubDate>Mon, 24 Sep 2007 01:25:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-vxfs-mount-error/m-p/5070361#M601017</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2007-09-24T01:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: problems with vxfs mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-vxfs-mount-error/m-p/5070362#M601018</link>
      <description>use fsck -F vxfs -y  -o full /dev/vg00/lvol2&lt;BR /&gt;&lt;BR /&gt;if problem comes again then check the disk for i/o error with dd command&lt;BR /&gt;dd if=/dev/dsk/c2t3d4 of=/dev/null bs=1024&lt;BR /&gt;dd if=/dev/null of=/dev/dsk/c2t3d4 bs=1024&lt;BR /&gt;&lt;BR /&gt;Reagrds,</description>
      <pubDate>Mon, 24 Sep 2007 01:27:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-vxfs-mount-error/m-p/5070362#M601018</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2007-09-24T01:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: problems with vxfs mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-vxfs-mount-error/m-p/5070363#M601019</link>
      <description>&amp;gt;Awadhesh: dd if=/dev/null of=/dev/dsk/c2t3d4 bs=1024&lt;BR /&gt;&lt;BR /&gt;I think you want to use if=/dev/zero and probably a bigger blocksize.</description>
      <pubDate>Mon, 24 Sep 2007 05:02:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-vxfs-mount-error/m-p/5070363#M601019</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-09-24T05:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: problems with vxfs mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-vxfs-mount-error/m-p/5070364#M601020</link>
      <description>****  CAUTION  !!!  ****&lt;BR /&gt;Hi Anat&lt;BR /&gt;&lt;BR /&gt;Please be aware that the previous 2 posts are suggesting that you WRITE data to the suspect disk - BE SURE THIS IS WHAT YOU WANT TO DO....!&lt;BR /&gt;&lt;BR /&gt;As suggested by Awadhesh, performing a 'dd read scan' is a good idea to detect any IO issues with the suspect disk (ie ?Do you have a HW issue on this device...?)&lt;BR /&gt;&lt;BR /&gt;so I would suggest the following:&lt;BR /&gt;(assuming /dev/vg02/lvol2 is physically located on /dev/rdsk/c2t3d4 - using raw-device file)&lt;BR /&gt;&lt;BR /&gt;READ SCAN: dd if=/dev/dsk/c2t3d4 of=/dev/null bs=1024k   &amp;lt;--- note 1024k=1MB&lt;BR /&gt;READ SCAN ON ENTIRE (raw) LVOL:  dd if=/dev/vg02/rlvol2 of=/dev/null bs=1024k &lt;BR /&gt;WRITE SCAN: --- CAUTION this will overwrite the data on this disk ---&lt;BR /&gt;  dd if=/dev/zero of=/dev/dsk/c2t3d4 bs=1024k&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Regards,&lt;BR /&gt;Nick 'dubya'&lt;BR /&gt;&lt;BR /&gt; PS Please remember to assign points...</description>
      <pubDate>Tue, 25 Sep 2007 05:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-vxfs-mount-error/m-p/5070364#M601020</guid>
      <dc:creator>Nick W</dc:creator>
      <dc:date>2007-09-25T05:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: problems with vxfs mount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-vxfs-mount-error/m-p/5070365#M601021</link>
      <description>Thank you all&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Sep 2007 08:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-vxfs-mount-error/m-p/5070365#M601021</guid>
      <dc:creator>anat heilper</dc:creator>
      <dc:date>2007-09-25T08:58:14Z</dc:date>
    </item>
  </channel>
</rss>

