<?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: max allowable mount points. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/max-allowable-mount-points/m-p/2817430#M85804</link>
    <description>Duplicate minor number it is. Thanks....&lt;BR /&gt;&lt;BR /&gt;# ls -l /dev/vg01&lt;BR /&gt;total 0&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010001 Sep 27 06:25 VGID&lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x010000 Sep 27 06:22 group&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010001 Oct  1 12:11 lvol1&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010002 Oct  1 12:11 lvol2&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010003 Sep 27 06:25 lvol3&lt;BR /&gt;crw-r-----   1 root       sys         64 0x010001 Sep 27 06:25 rVGID&lt;BR /&gt;crw-r-----   1 root       sys         64 0x010001 Sep 27 06:25 rlvol1&lt;BR /&gt;crw-r-----   1 root       sys         64 0x010002 Sep 27 06:25 rlvol2&lt;BR /&gt;crw-r-----   1 root       sys         64 0x010003 Sep 27 06:25 rlvol3&lt;BR /&gt;&lt;BR /&gt;Which means this fs could never have been mounted. Which probably means an error from the former admin for this box. &lt;BR /&gt;&lt;BR /&gt;Ta muchly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 02 Oct 2002 12:33:21 GMT</pubDate>
    <dc:creator>Ian Killer_1</dc:creator>
    <dc:date>2002-10-02T12:33:21Z</dc:date>
    <item>
      <title>max allowable mount points.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-allowable-mount-points/m-p/2817426#M85800</link>
      <description>Hi all...&lt;BR /&gt;&lt;BR /&gt;Where can I increase the maximum number of allowable mount points? Here's my situation...&lt;BR /&gt;&lt;BR /&gt;# mount -F vxfs /dev/vg01/VGID /tmp_mnt&lt;BR /&gt;vxfs mount: /dev/vg01/VGID is already mounted, /tmp_mnt is busy,&lt;BR /&gt;        or allowable number of mount points exceeded&lt;BR /&gt;&lt;BR /&gt;# fuser -u /tmp_mnt&lt;BR /&gt;/tmp_mnt: &lt;BR /&gt; &lt;BR /&gt;# fuser -cu /tmp_mnt&lt;BR /&gt;/tmp_mnt: fuser: could not find file system mounted at /tmp_mnt.&lt;BR /&gt;&lt;BR /&gt;#</description>
      <pubDate>Wed, 02 Oct 2002 12:05:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-allowable-mount-points/m-p/2817426#M85800</guid>
      <dc:creator>Ian Killer_1</dc:creator>
      <dc:date>2002-10-02T12:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: max allowable mount points.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-allowable-mount-points/m-p/2817427#M85801</link>
      <description>Hi,&lt;BR /&gt;/tmp_mnt is used by automounter.&lt;BR /&gt;U can not use that file system.&lt;BR /&gt;If you don't want automounter the stop it&lt;BR /&gt;#/sbin/init.d/nfs.client stop&lt;BR /&gt;or&lt;BR /&gt;edit /etc/rc.config.d/nfsconf&lt;BR /&gt;Automount=0&lt;BR /&gt;from SAM also you can disable automount.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Oct 2002 12:17:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-allowable-mount-points/m-p/2817427#M85801</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2002-10-02T12:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: max allowable mount points.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-allowable-mount-points/m-p/2817428#M85802</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Check /dev/vg01 for duplicate minor numbers.  &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 02 Oct 2002 12:18:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-allowable-mount-points/m-p/2817428#M85802</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-10-02T12:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: max allowable mount points.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-allowable-mount-points/m-p/2817429#M85803</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;it is really unlikely that you hit that limit here. I furthermore believe that /tmp_mnt is busy for some reason, _although_ fuser reports nothing.&lt;BR /&gt;&lt;BR /&gt;Probably there is something mounted into it? Or it is the automounter that makes your mount impossible...&lt;BR /&gt;&lt;BR /&gt;Try to mount the lvol to another, freshly created directory as a test.&lt;BR /&gt;&lt;BR /&gt;Regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Wed, 02 Oct 2002 12:19:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-allowable-mount-points/m-p/2817429#M85803</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2002-10-02T12:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: max allowable mount points.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-allowable-mount-points/m-p/2817430#M85804</link>
      <description>Duplicate minor number it is. Thanks....&lt;BR /&gt;&lt;BR /&gt;# ls -l /dev/vg01&lt;BR /&gt;total 0&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010001 Sep 27 06:25 VGID&lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x010000 Sep 27 06:22 group&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010001 Oct  1 12:11 lvol1&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010002 Oct  1 12:11 lvol2&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010003 Sep 27 06:25 lvol3&lt;BR /&gt;crw-r-----   1 root       sys         64 0x010001 Sep 27 06:25 rVGID&lt;BR /&gt;crw-r-----   1 root       sys         64 0x010001 Sep 27 06:25 rlvol1&lt;BR /&gt;crw-r-----   1 root       sys         64 0x010002 Sep 27 06:25 rlvol2&lt;BR /&gt;crw-r-----   1 root       sys         64 0x010003 Sep 27 06:25 rlvol3&lt;BR /&gt;&lt;BR /&gt;Which means this fs could never have been mounted. Which probably means an error from the former admin for this box. &lt;BR /&gt;&lt;BR /&gt;Ta muchly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Oct 2002 12:33:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-allowable-mount-points/m-p/2817430#M85804</guid>
      <dc:creator>Ian Killer_1</dc:creator>
      <dc:date>2002-10-02T12:33:21Z</dc:date>
    </item>
  </channel>
</rss>

