<?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: failure to mount directory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769270#M895950</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;do a fsck -y /dev/vg00b/rlvol5&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and then&lt;BR /&gt;&lt;BR /&gt;do mount /dev/vg00b/lvol5 /home&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;it looks that the filesystem was not umounted so it needs to be checked.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
    <pubDate>Mon, 22 Jul 2002 14:26:24 GMT</pubDate>
    <dc:creator>MANOJ SRIVASTAVA</dc:creator>
    <dc:date>2002-07-22T14:26:24Z</dc:date>
    <item>
      <title>failure to mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769261#M895941</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I had to reboot my server and I tried to go to /home directory only to find out there there is nothing there.&lt;BR /&gt;&lt;BR /&gt;I did 'bdf' and I didn't see /home mounted, so I tried to mount /home and here is what I get:&lt;BR /&gt;&lt;BR /&gt;test4:/&amp;gt; mount /home&lt;BR /&gt;vxfs mount: /dev/vg00b/lvol5 is corrupted. needs checking&lt;BR /&gt;&lt;BR /&gt;Does anyone know whats going on?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!</description>
      <pubDate>Mon, 22 Jul 2002 14:03:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769261#M895941</guid>
      <dc:creator>andi_1</dc:creator>
      <dc:date>2002-07-22T14:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: failure to mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769262#M895942</link>
      <description>Andi,&lt;BR /&gt;&lt;BR /&gt;Home was not shut down cleanly and needs to be checked via fsck. Run "fsck -y /dev/vg00b/rlvol5", then mount.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 22 Jul 2002 14:06:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769262#M895942</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-07-22T14:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: failure to mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769263#M895943</link>
      <description>Hi Pete,&lt;BR /&gt;&lt;BR /&gt;Here is what I get:&lt;BR /&gt;&lt;BR /&gt;test4:/&amp;gt; fsck -y /dev/vg00b/rvol5&lt;BR /&gt;fsck: /etc/default/fs is used for determining the file system type&lt;BR /&gt;vxfs fsck: cannot stat /dev/vg00b/rvol5&lt;BR /&gt;test4:/&amp;gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jul 2002 14:09:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769263#M895943</guid>
      <dc:creator>andi_1</dc:creator>
      <dc:date>2002-07-22T14:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: failure to mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769264#M895944</link>
      <description>&lt;BR /&gt;Try;&lt;BR /&gt;&lt;BR /&gt;fsck -F vxfs -o full /dev/vg00b/rlvol5&lt;BR /&gt;&lt;BR /&gt;And answer Y when prompted, then mount it.&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jul 2002 14:10:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769264#M895944</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-07-22T14:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: failure to mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769265#M895945</link>
      <description>Stefan,&lt;BR /&gt;&lt;BR /&gt;Here is what I get:&lt;BR /&gt;&lt;BR /&gt;test4:/&amp;gt; fsck -F vxfs -o full /dev/vg00b/rvol5&lt;BR /&gt;vxfs fsck: cannot stat /dev/vg00b/rvol5&lt;BR /&gt;&lt;BR /&gt;Hmm, unrecoverable??</description>
      <pubDate>Mon, 22 Jul 2002 14:13:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769265#M895945</guid>
      <dc:creator>andi_1</dc:creator>
      <dc:date>2002-07-22T14:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: failure to mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769266#M895946</link>
      <description>Typo ??  "rlvol5"</description>
      <pubDate>Mon, 22 Jul 2002 14:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769266#M895946</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-07-22T14:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: failure to mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769267#M895947</link>
      <description>That should be:&lt;BR /&gt;fsck -F vxfs -o full /dev/vg00b/rlvol5 &lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jul 2002 14:24:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769267#M895947</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-07-22T14:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: failure to mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769268#M895948</link>
      <description>Not really ;-(&lt;BR /&gt;&lt;BR /&gt;test4:&amp;gt;fsck -F vxfs -o full /dev/vg00b/rlvol5&lt;BR /&gt;&lt;BR /&gt;file system is larger than device&lt;BR /&gt;vxfs fsck: cannot initialize aggregate&lt;BR /&gt;file system check failure, aborting ...&lt;BR /&gt;test4:/&amp;gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jul 2002 14:24:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769268#M895948</guid>
      <dc:creator>andi_1</dc:creator>
      <dc:date>2002-07-22T14:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: failure to mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769269#M895949</link>
      <description>&lt;BR /&gt;Sounds bad. In /dev/vg00b if you do an ls -l do all the major/minor numbers look correct ?&lt;BR /&gt;&lt;BR /&gt;If you grep for /home in /etc/fstab does it match vg00b/lvol5 ? In /etc/fstab is it hfs or vxfs ?&lt;BR /&gt;&lt;BR /&gt;If its hfs, try;&lt;BR /&gt;fsck -F hfs -y /dev/vg00b/lvol5</description>
      <pubDate>Mon, 22 Jul 2002 14:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769269#M895949</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-07-22T14:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: failure to mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769270#M895950</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;do a fsck -y /dev/vg00b/rlvol5&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and then&lt;BR /&gt;&lt;BR /&gt;do mount /dev/vg00b/lvol5 /home&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;it looks that the filesystem was not umounted so it needs to be checked.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 22 Jul 2002 14:26:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769270#M895950</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-07-22T14:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: failure to mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769271#M895951</link>
      <description>Actually,&lt;BR /&gt;&lt;BR /&gt;fstyp on /dev/vg00b/lvol5 returns vxfs&lt;BR /&gt;&lt;BR /&gt;all minor/major numbers look good!&lt;BR /&gt;&lt;BR /&gt;;-(</description>
      <pubDate>Mon, 22 Jul 2002 14:27:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769271#M895951</guid>
      <dc:creator>andi_1</dc:creator>
      <dc:date>2002-07-22T14:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: failure to mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769272#M895952</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;ur typing it wrongly, u type rlvol5 in place of lvol5.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jul 2002 14:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769272#M895952</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-07-22T14:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: failure to mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769273#M895953</link>
      <description>I have seen many times too, where someone accidentally unplugs an external device, or bumps the scsi address selector.  If this is external then check these first.  You can get your old address (if it's it" by doing a "strings /etc/lvmtab|more" and look at the devices under /dev/vg00b.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Mon, 22 Jul 2002 14:32:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769273#M895953</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-07-22T14:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: failure to mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769274#M895954</link>
      <description>&lt;BR /&gt;Just FYI for others who replied - using /dev/vg00b/rlvol5 is not a problem - its actually faster than using lvol5 ! Read the man page on fsck_vxfs&lt;BR /&gt;&lt;BR /&gt;As for your problem, could either be a patch issue (you got some uptodate LVM/JFS patches installed ?) or to check the filesystem at a lower level try;&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vg00b/rlvol5 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;And does it return xxx blocks in+out or an I/O error ?&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jul 2002 14:33:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769274#M895954</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-07-22T14:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: failure to mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769275#M895955</link>
      <description>Hi Stefan,&lt;BR /&gt;&lt;BR /&gt;Here is what I get:&lt;BR /&gt;&lt;BR /&gt;test4:/dev/vg00b&amp;gt; dd if=/dev/vg00b/rlvol5 of=/dev/null bs=1024k&lt;BR /&gt;24+0 records in&lt;BR /&gt;24+0 records out&lt;BR /&gt;test4:/dev/vg00b&amp;gt;</description>
      <pubDate>Mon, 22 Jul 2002 14:36:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769275#M895955</guid>
      <dc:creator>andi_1</dc:creator>
      <dc:date>2002-07-22T14:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: failure to mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769276#M895956</link>
      <description>&lt;BR /&gt;Aha, the dd worked, it read 24MB which should be the size of your /home lvol. Now, the key is your error;&lt;BR /&gt;&lt;BR /&gt;file system is larger than device &lt;BR /&gt;&lt;BR /&gt;Which appears to me is someone has increased the size of the lvol without running extendfs or fsadm on it to match, so if the filesystem doesnt match the size of the lvol you get this error. If you do an lvdisplay /dev/vg00b/lvol5 how big is it ? (I'd have a guess at 20Mb!)&lt;BR /&gt;&lt;BR /&gt;I think your going to need to resize it back to what the filesystem size is from lvdisplay using lvreduce, then fsck it.&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jul 2002 14:42:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769276#M895956</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-07-22T14:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: failure to mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769277#M895957</link>
      <description>Hi Stefan,&lt;BR /&gt;it seems that it is 24mb....&lt;BR /&gt;&lt;BR /&gt;LV Name                     /dev/vg00b/lvol5&lt;BR /&gt;VG Name                     /dev/vg00b&lt;BR /&gt;LV Permission               read/write   &lt;BR /&gt;LV Status                   available/syncd           &lt;BR /&gt;Mirror copies               0            &lt;BR /&gt;Consistency Recovery        MWC                 &lt;BR /&gt;Schedule                    parallel     &lt;BR /&gt;LV Size (Mbytes)            24              &lt;BR /&gt;Current LE                  6         &lt;BR /&gt;Allocated PE                6           &lt;BR /&gt;Stripes                     0       &lt;BR /&gt;Stripe Size (Kbytes)        0                   &lt;BR /&gt;Bad block                   on           &lt;BR /&gt;Allocation                  strict                    &lt;BR /&gt;IO Timeout (Seconds)        default             &lt;BR /&gt;&lt;BR /&gt;do you still think I should reduce the size of lvol5?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!</description>
      <pubDate>Mon, 22 Jul 2002 14:44:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769277#M895957</guid>
      <dc:creator>andi_1</dc:creator>
      <dc:date>2002-07-22T14:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: failure to mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769278#M895958</link>
      <description>In case you used mirrored disks, try to use this features, like vgsync etcetera.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan</description>
      <pubDate>Mon, 22 Jul 2002 14:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769278#M895958</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-07-22T14:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: failure to mount directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769279#M895959</link>
      <description>&lt;BR /&gt;Nope, dont resize it. DD confirms 24MB, as does lvdisplay. Good. The filesystem could still be a different size if someone used fsadm -b to resize it without running lvextend on it. Normally you could try running fsadm -b on it to resize back but this only works on a mounted filesystem and you cant mount yours! I think youre stuck. In cases like this where someone runs fsadm -b to resize or runs lvextend without the other then you next reboot, your dead. You will have to newfs your lvol and recover from backup. &lt;BR /&gt;&lt;BR /&gt;If youre desperate not to recover from backup HP can dialin and run some utils they possess to resize it back manually - but you will need to call HP and persuade them to do this (and have a dialin setup).&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jul 2002 14:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failure-to-mount-directory/m-p/2769279#M895959</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-07-22T14:51:45Z</dc:date>
    </item>
  </channel>
</rss>

