<?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 Mounting error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-error/m-p/3439195#M623995</link>
    <description>i did a lvreduce on a LV and now I am getting this error after rebooting...&lt;BR /&gt;mount /dev/vg00/lvol4 /tmp&lt;BR /&gt;vxfs mount: /dev/vg00/lvol4 is already mounted, /tmp is busy,&lt;BR /&gt;        or allowable number of mount points exceeded</description>
    <pubDate>Wed, 08 Dec 2004 11:01:28 GMT</pubDate>
    <dc:creator>Jim Dustan</dc:creator>
    <dc:date>2004-12-08T11:01:28Z</dc:date>
    <item>
      <title>Mounting error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-error/m-p/3439195#M623995</link>
      <description>i did a lvreduce on a LV and now I am getting this error after rebooting...&lt;BR /&gt;mount /dev/vg00/lvol4 /tmp&lt;BR /&gt;vxfs mount: /dev/vg00/lvol4 is already mounted, /tmp is busy,&lt;BR /&gt;        or allowable number of mount points exceeded</description>
      <pubDate>Wed, 08 Dec 2004 11:01:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-error/m-p/3439195#M623995</guid>
      <dc:creator>Jim Dustan</dc:creator>
      <dc:date>2004-12-08T11:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-error/m-p/3439196#M623996</link>
      <description>bdf please&lt;BR /&gt;&lt;BR /&gt;It would appear /tmp is already mounted. Thats normal on a running system.&lt;BR /&gt;&lt;BR /&gt;There may be an inconsistency in the /etc/fstab setup&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 08 Dec 2004 11:04:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-error/m-p/3439196#M623996</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-12-08T11:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-error/m-p/3439197#M623997</link>
      <description>BDF&lt;BR /&gt;&lt;BR /&gt;bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3     212992   84416  127624   40% /&lt;BR /&gt;/dev/vg00/lvol1     298928   80032  189000   30% /stand&lt;BR /&gt;/dev/vg00/lvol8    2621440  406648 2197920   16% /var&lt;BR /&gt;/dev/vg00/lvol7    2015232 1112600  895592   55% /usr&lt;BR /&gt;/dev/vg00/lvol6    2539520 1614720  917584   64% /opt&lt;BR /&gt;/dev/vg00/lvol5      32768    2280   30264    7% /home&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;/etc/fstab&lt;BR /&gt;&lt;BR /&gt;System /etc/fstab file.  Static information about the file systems&lt;BR /&gt;# See fstab(4) and sam(1M) for further details on configuring devices.&lt;BR /&gt;/dev/vg00/lvol3 / vxfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 1&lt;BR /&gt;/dev/vg00/lvol4 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol5 /home vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol6 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol8 /var vxfs delaylog 0 2&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Dec 2004 11:08:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-error/m-p/3439197#M623997</guid>
      <dc:creator>Jim Dustan</dc:creator>
      <dc:date>2004-12-08T11:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-error/m-p/3439198#M623998</link>
      <description>You probably have to comment /tmp lines in /etc/fstab...&lt;BR /&gt;&lt;BR /&gt;Stf ;-)</description>
      <pubDate>Wed, 08 Dec 2004 11:08:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-error/m-p/3439198#M623998</guid>
      <dc:creator>Stf</dc:creator>
      <dc:date>2004-12-08T11:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-error/m-p/3439199#M623999</link>
      <description>comment out and then reboot?  &lt;BR /&gt;&lt;BR /&gt;when i did the newfs, I received this as well.  it sees the correct size but it isn't mounting.&lt;BR /&gt;&lt;BR /&gt;# newfs -F vxfs /dev/vg00/rlvol4&lt;BR /&gt;    version 4 layout&lt;BR /&gt;    3080192 sectors, 3080192 blocks of size 1024, log size 1024 blocks&lt;BR /&gt;    unlimited inodes, largefiles not supported&lt;BR /&gt;    3080192 data blocks, 3078328 free data blocks&lt;BR /&gt;    94 allocation units of 32768 blocks, 32768 data blocks</description>
      <pubDate>Wed, 08 Dec 2004 11:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-error/m-p/3439199#M623999</guid>
      <dc:creator>Jim Dustan</dc:creator>
      <dc:date>2004-12-08T11:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-error/m-p/3439200#M624000</link>
      <description>Did you remove the lvol BEFORE unmounting it or possibly try to mount the same lvol/mountpoint twice?  There was a known LVM bug which caused this behavior and a patch issued to fix it.  Do a search in the ITRC patch database.</description>
      <pubDate>Wed, 08 Dec 2004 11:14:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-error/m-p/3439200#M624000</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2004-12-08T11:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-error/m-p/3439201#M624001</link>
      <description>i was under the impression that i wouldn't have to unmount with HP OnlineJFS??  so, I did the lvreduce without unmounting /tmp and then the newfs...</description>
      <pubDate>Wed, 08 Dec 2004 11:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-error/m-p/3439201#M624001</guid>
      <dc:creator>Jim Dustan</dc:creator>
      <dc:date>2004-12-08T11:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-error/m-p/3439202#M624002</link>
      <description>Reducing a file system and then an lvol is risky at best.  It appears that /tmp is not mounted and showing up in the bdf listing.  I would try to boot into single user mode and recreate the file system on the /tmp lvol (/dev/vg00/lvol4 if I'm not mistaken) and see if that helps.</description>
      <pubDate>Wed, 08 Dec 2004 11:24:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-error/m-p/3439202#M624002</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2004-12-08T11:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-error/m-p/3439203#M624003</link>
      <description>The patch I was refering to above was PHKL_27212.  From the read me below:&lt;BR /&gt; ( SR:8606236403 CR:JAGae05460 )&lt;BR /&gt; Attempting to mount the same filesystem on two&lt;BR /&gt; different directories may leave the corresponding&lt;BR /&gt; Logical Volume Manager (LVM) volume group in a state in&lt;BR /&gt; which it cannot be deactivated, even though its logical&lt;BR /&gt; volumes are not in use. The following steps would cause the&lt;BR /&gt; problem to be seen:&lt;BR /&gt;&lt;BR /&gt; # mount /dev/vg100/lvol1 /tmp_mnt&lt;BR /&gt; # mount /dev/vg100/lvol1 /tmp_mnt2&lt;BR /&gt; vxfs mount: /dev/vg100/lvol1 is already mounted, /tmp_mnt2&lt;BR /&gt;       is busy, or allowable number of mount points exceeded&lt;BR /&gt; # umount /tmp_mnt&lt;BR /&gt; # vgchange -a n vg100&lt;BR /&gt; vgchange: Couldn't deactivate volume group "vg100":&lt;BR /&gt; Device busy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This patch has been replaced by patch PHKL_30927&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Dec 2004 11:28:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-error/m-p/3439203#M624003</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2004-12-08T11:28:17Z</dc:date>
    </item>
  </channel>
</rss>

