<?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: problem with lvol in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-lvol/m-p/4896028#M403241</link>
    <description>The technical term for your situation is "toast". Of course, I'm sure that you have a recent make_tape_recovery tape handy because you are going to need it. This is also the reason that your should always mirror vg00; you wouldn't really have a problem at all now if that were the case.</description>
    <pubDate>Thu, 14 Apr 2005 09:59:50 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2005-04-14T09:59:50Z</dc:date>
    <item>
      <title>problem with lvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-lvol/m-p/4896023#M403236</link>
      <description>&lt;BR /&gt;I have a system that seems to have a bad lvol, or bad disk.  I brought it up single user and commented lvol5 (/opt) out of fstab, and then booted normally.&lt;BR /&gt;&lt;BR /&gt;An lvdisplay of lvol5 seems to see nothing wrong, status available/syncd, all extents current, etc.&lt;BR /&gt;&lt;BR /&gt;Sam reports lvol5 as "Unused".&lt;BR /&gt;&lt;BR /&gt;"dd if=/dev/vg00/lvol5 of=/dev/null bs=1024k" just hangs...  it never completes, no error messages or anything.  I have to cycle power.&lt;BR /&gt;&lt;BR /&gt;"fsck -F vxfs -o full,nolog /dev/vg00/rlvol5" also just hangs, after pass4.  It doesn't error out, it just never returns.  I thought that since Sam seemed to see it as unused that maybe I should omit the "-F vxfs", but it does the same thing, just hangs.  Unable to break out of this also except by cycling power.&lt;BR /&gt;&lt;BR /&gt;Can anyone help with where I should go with this?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 13 Apr 2005 17:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-lvol/m-p/4896023#M403236</guid>
      <dc:creator>Steve Dorland_1</dc:creator>
      <dc:date>2005-04-13T17:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: problem with lvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-lvol/m-p/4896024#M403237</link>
      <description>The first thing to try is a dd reading the entire raw disk (e.g. dd if=/dev/rdsk/c0t6d0 of=/dev/null bs=1024k). If that works the disk is okay. The next thing to try is your dd but this time use the rlvol5 device node instead of the block lvol5 device node -- I don't think this is going to work. If you are very fortunate, it's the LVM data structures that are corrupt rather than the drive itself. In that case, you can remove lvol5 and recreate it, build a filesystem, and restore /opt from backup.</description>
      <pubDate>Wed, 13 Apr 2005 17:54:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-lvol/m-p/4896024#M403237</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-13T17:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: problem with lvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-lvol/m-p/4896025#M403238</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;I suppose the Data Structure of your lvol5 has been currpted or may be there are some bad blocks on the disks as you are saying in dd and fsck it hung..cause dd does a raw copy device to device so I would suggest if you have a tape backup of the volume you can remove and recreate it if it dosent work I think you should replace the disk by taking a Ignite first&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Abhijit</description>
      <pubDate>Thu, 14 Apr 2005 00:21:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-lvol/m-p/4896025#M403238</guid>
      <dc:creator>Abhijit P.</dc:creator>
      <dc:date>2005-04-14T00:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: problem with lvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-lvol/m-p/4896026#M403239</link>
      <description>&lt;BR /&gt;Clay,&lt;BR /&gt;&lt;BR /&gt;the dd on the whole raw disk behaves the same way, i.e. it just never returns.  Doesn't error out or anything.  I did "dd if=/dev/rdsk/c3t6d0 of=/dev/null bs=1024k" when I left last night and it's still sitting here this morning.&lt;BR /&gt;&lt;BR /&gt;Steve.</description>
      <pubDate>Thu, 14 Apr 2005 09:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-lvol/m-p/4896026#M403239</guid>
      <dc:creator>Steve Dorland_1</dc:creator>
      <dc:date>2005-04-14T09:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem with lvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-lvol/m-p/4896027#M403240</link>
      <description>This indicates there is disk problem. Hope u have the backup of the lvol..&lt;BR /&gt;&lt;BR /&gt;Change the disk and restore the data.&lt;BR /&gt;&lt;BR /&gt;rgds</description>
      <pubDate>Thu, 14 Apr 2005 09:50:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-lvol/m-p/4896027#M403240</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-04-14T09:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem with lvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-lvol/m-p/4896028#M403241</link>
      <description>The technical term for your situation is "toast". Of course, I'm sure that you have a recent make_tape_recovery tape handy because you are going to need it. This is also the reason that your should always mirror vg00; you wouldn't really have a problem at all now if that were the case.</description>
      <pubDate>Thu, 14 Apr 2005 09:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-lvol/m-p/4896028#M403241</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-14T09:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem with lvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-lvol/m-p/4896029#M403242</link>
      <description>In my experience, the time to tell the men with the money you need MirrorDisk is just after an experience like this. They see it as a waste of money until just after it could have saved their skin.&lt;BR /&gt;&lt;BR /&gt;So this is your big chance to get some money spent.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Thu, 14 Apr 2005 10:04:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-lvol/m-p/4896029#M403242</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-04-14T10:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: problem with lvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-lvol/m-p/4896030#M403243</link>
      <description>As Clay explained, do you have backups ready?? Else, you can try mount the lvol in read only mode, and try to copy all you could to some other FS/tape.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 14 Apr 2005 10:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-lvol/m-p/4896030#M403243</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-04-14T10:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem with lvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-lvol/m-p/4896031#M403244</link>
      <description>&lt;BR /&gt;Ok, thanks all for your timely responses and confirmation of my toatiness...;(  We do have backups...  looks like I'll be going that route.</description>
      <pubDate>Thu, 14 Apr 2005 10:23:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-lvol/m-p/4896031#M403244</guid>
      <dc:creator>Steve Dorland_1</dc:creator>
      <dc:date>2005-04-14T10:23:49Z</dc:date>
    </item>
  </channel>
</rss>

