<?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: Enhanced AutoFS  mapfiles in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/enhanced-autofs-mapfiles/m-p/3392716#M566970</link>
    <description>Hi Ralph,&lt;BR /&gt;&lt;BR /&gt;The syntax of your /etc/auto_master map is correct.  The reason why you got the "Invalid argument" error is because the filesystem in question is currently mounted, and AutoFS is trying to change the mount option for a currently mounted filesystem.  This is not possible.  You need to wait until AutoFS unmounts this filesystem before changing the mount options.  Once /sapmnt/Z01 is unmounted you should be able to add the "-proto=tcp" option back to the master map and issue the /usr/sbin/automount -v command again with success.&lt;BR /&gt;&lt;BR /&gt;One question about using TCP - since Enhanced AutoFS only runs on 11i and higher, and since TCP is the default protocol used by 11i and higher clients, why do you feel the need to specify this option to get TCP semantics?  You should be getting an NFS/TCP mount without having to specify "proto=tcp".&lt;BR /&gt;&lt;BR /&gt;The way the NFS client is designed, it should try TCP first and if it is unavailable from the server it will try UDP.  If you specify "proto=tcp" and the server doesn't support TCP your NFS mount will fail and you won't have an NFS mounted filesystem with UDP.  Is this what you want, or are you trying to force TCP semantics from a server that doesn't support TCP?&lt;BR /&gt;&lt;BR /&gt;Regarding direct vs. indirect maps, there used to be a performance difference with the old AutoFS, but I don't know of any differences between map types with the Enhanced AutoFS.  If there is some specific concern with direct vs. indirect, please let me know.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
    <pubDate>Mon, 04 Oct 2004 11:33:28 GMT</pubDate>
    <dc:creator>Dave Olker</dc:creator>
    <dc:date>2004-10-04T11:33:28Z</dc:date>
    <item>
      <title>Enhanced AutoFS  mapfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enhanced-autofs-mapfiles/m-p/3392714#M566968</link>
      <description>Hello,&lt;BR /&gt;  &lt;BR /&gt;I have the enhanced automountd running.&lt;BR /&gt;  &lt;BR /&gt;# UNIX95= ps -x -C automountd&lt;BR /&gt;  PID TTY          TIME CMD&lt;BR /&gt;  821 ?           04:46 /usr/lib/netsvc/fs/enh_autofs/automountd&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;From documentation and other threads here I heard that the enhanced AutoFS mounter is capable of RPC over TCP, and therefor shall respect the proto=tcp mount option.&lt;BR /&gt;I tried this as a global setting for all direct maps in the auto_master file.&lt;BR /&gt;But it looks I still have some syntactic twist in it&lt;BR /&gt; &lt;BR /&gt;# cat /etc/auto_master&lt;BR /&gt;/net -hosts -nosuid,soft,nobrowse&lt;BR /&gt;/- /etc/auto_direct     -proto=tcp&lt;BR /&gt;#/nfs   /etc/auto_ansic&lt;BR /&gt;  &lt;BR /&gt;because when I tell automount to reread the maps it complains&lt;BR /&gt; &lt;BR /&gt;# /usr/sbin/automount&lt;BR /&gt;automount: mount /sapmnt/Z01: Invalid argument&lt;BR /&gt; &lt;BR /&gt;Huh, the mentioned direct mount used to work before&lt;BR /&gt;   &lt;BR /&gt;# grep sapmnt /etc/auto_direct&lt;BR /&gt;/sapmnt/Z01     lena:/export/sapmnt/Z01&lt;BR /&gt;  &lt;BR /&gt;The stuff is also exported from lena to us, and in fact still mounted&lt;BR /&gt;  &lt;BR /&gt;# showmount -e lena|grep sapmnt|grep -c $(uname -n)&lt;BR /&gt;1&lt;BR /&gt;  &lt;BR /&gt;# bdf -t nfs&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;lena:/export/sapmnt/Z01&lt;BR /&gt;                   1048576  603632  441504   58% /sapmnt/Z01&lt;BR /&gt;  &lt;BR /&gt;  &lt;BR /&gt;"Now to something completely different",&lt;BR /&gt;I wonder whether I should use direct or indirect maps for performance reasons, whereever the latter is possible (viz. not covering up directory branches)?&lt;BR /&gt; &lt;BR /&gt;Rgds.&lt;BR /&gt;Ralph</description>
      <pubDate>Mon, 04 Oct 2004 09:38:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enhanced-autofs-mapfiles/m-p/3392714#M566968</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2004-10-04T09:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced AutoFS  mapfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enhanced-autofs-mapfiles/m-p/3392715#M566969</link>
      <description>Here's mine:&lt;BR /&gt;&lt;BR /&gt;cat /etc/auto_master&lt;BR /&gt;#/net -hosts -nosuid,soft&lt;BR /&gt;/- /etc/auto.direct proto=tcp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Remove the - in front of proto&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 04 Oct 2004 10:45:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enhanced-autofs-mapfiles/m-p/3392715#M566969</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-04T10:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced AutoFS  mapfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enhanced-autofs-mapfiles/m-p/3392716#M566970</link>
      <description>Hi Ralph,&lt;BR /&gt;&lt;BR /&gt;The syntax of your /etc/auto_master map is correct.  The reason why you got the "Invalid argument" error is because the filesystem in question is currently mounted, and AutoFS is trying to change the mount option for a currently mounted filesystem.  This is not possible.  You need to wait until AutoFS unmounts this filesystem before changing the mount options.  Once /sapmnt/Z01 is unmounted you should be able to add the "-proto=tcp" option back to the master map and issue the /usr/sbin/automount -v command again with success.&lt;BR /&gt;&lt;BR /&gt;One question about using TCP - since Enhanced AutoFS only runs on 11i and higher, and since TCP is the default protocol used by 11i and higher clients, why do you feel the need to specify this option to get TCP semantics?  You should be getting an NFS/TCP mount without having to specify "proto=tcp".&lt;BR /&gt;&lt;BR /&gt;The way the NFS client is designed, it should try TCP first and if it is unavailable from the server it will try UDP.  If you specify "proto=tcp" and the server doesn't support TCP your NFS mount will fail and you won't have an NFS mounted filesystem with UDP.  Is this what you want, or are you trying to force TCP semantics from a server that doesn't support TCP?&lt;BR /&gt;&lt;BR /&gt;Regarding direct vs. indirect maps, there used to be a performance difference with the old AutoFS, but I don't know of any differences between map types with the Enhanced AutoFS.  If there is some specific concern with direct vs. indirect, please let me know.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Mon, 04 Oct 2004 11:33:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enhanced-autofs-mapfiles/m-p/3392716#M566970</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-10-04T11:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced AutoFS  mapfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enhanced-autofs-mapfiles/m-p/3392717#M566971</link>
      <description>Dave,&lt;BR /&gt; &lt;BR /&gt;you were right.&lt;BR /&gt;Once the autmounter had to remount the share it did so using the TCP protocol, at least gathering from nfststat's mount dump&lt;BR /&gt;  &lt;BR /&gt;# nfsstat -m|sed 's/Addr.*//'&lt;BR /&gt;/sapmnt/Z01 from lena:/export/sapmnt/Z01  (&lt;BR /&gt; Flags:   vers=3,proto=tcp,auth=unix,hard,intr,link,symlink,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt; All:     srtt=  0 (  0ms), dev=  0 (  0ms), cur=  0 (  0ms)&lt;BR /&gt;   &lt;BR /&gt;/audit from lena:/export/audit  (&lt;BR /&gt; Flags:   vers=3,proto=tcp,auth=unix,hard,intr,link,symlink,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt; All:     srtt=  0 (  0ms), dev=  0 (  0ms), cur=  0 (  0ms)&lt;BR /&gt;  &lt;BR /&gt; &lt;BR /&gt;Yet, I cannot identify the protocol from the mere mnttab entry&lt;BR /&gt;  &lt;BR /&gt;# grep nfs /etc/mnttab&lt;BR /&gt;lena:/export/sapmnt/Z01 /sapmnt/Z01 nfs nodevs,rsize=32768,wsize=32768,NFSv3,dev=5f000005 0 0 1096045941&lt;BR /&gt;lena:/export/audit /audit nfs nodevs,rsize=32768,wsize=32768,NFSv3,dev=5f000048 0 0 1096901358&lt;BR /&gt;  &lt;BR /&gt;But there's a tcp connection to the nfs server's nfsd port established &lt;BR /&gt; &lt;BR /&gt;# netstat -anfinet|awk '$5~/\.2049/{print$1,$NF}'&lt;BR /&gt;tcp ESTABLISHED&lt;BR /&gt; &lt;BR /&gt;  &lt;BR /&gt;I haven't yet been able to boot an enhanced autofs enabled kernel on the nfs server for the lack of allowed downtime.&lt;BR /&gt;Thus, how can I verify that the running nfs server is capable of tcp transmissions&lt;BR /&gt;(well, it surely must be, otherwise the client's nfsstat would lie)?&lt;BR /&gt; &lt;BR /&gt;I also wasn't aware that tcp is the preferred  mode of transport in ENHAUTOFS.&lt;BR /&gt;Under this premise you're right that the stating of the proto=tcp mount option would even be detrimental, in case tcp transport weren't available on behalf of the server, as you correctly stress.&lt;BR /&gt;Thus I will better omit it altogether.&lt;BR /&gt; &lt;BR /&gt;Although the client where I already was able to install and run ENAUTOFS has only been loaded lightly I can see from nfsstat that there have accumulated fewer retranssmissions and badxids since I last reset the counters.&lt;BR /&gt;  &lt;BR /&gt;# nfsstat -cr&lt;BR /&gt;  &lt;BR /&gt;Client rpc:&lt;BR /&gt;Connection oriented:&lt;BR /&gt;calls                   badcalls                badxids&lt;BR /&gt;240463                  3                       3&lt;BR /&gt;timeouts                newcreds                badverfs&lt;BR /&gt;3                       0                       0&lt;BR /&gt;timers                  cantconn                nomem&lt;BR /&gt;0                       0                       0&lt;BR /&gt;interrupts&lt;BR /&gt;0&lt;BR /&gt;Connectionless oriented:&lt;BR /&gt;calls                   badcalls                retrans&lt;BR /&gt;0                       0                       0&lt;BR /&gt;badxids                 timeouts                waits&lt;BR /&gt;0                       0                       0&lt;BR /&gt;newcreds                badverfs                timers&lt;BR /&gt;0                       0                       0&lt;BR /&gt;toobig                  nomem                   cantsend&lt;BR /&gt;0                       0                       0&lt;BR /&gt;bufulocks&lt;BR /&gt;0&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;This looks very promissing to me.&lt;BR /&gt;It looks as if even the protocol overhead of tcp outperforms udp PDUs due to fewer packet losses and thus the need for fewer retransmissions.&lt;BR /&gt; &lt;BR /&gt;I think I will be upgrading all NFS clients and the clustered NFS servers to ENHAUTOFS.&lt;BR /&gt;On the latter I will only have to take care that the nfsconf file reads this entry&lt;BR /&gt; &lt;BR /&gt;AUTOMOUNTD_OPTIONS=-L&lt;BR /&gt; &lt;BR /&gt;if I have understood the docs and your contributions correctly.&lt;BR /&gt;  &lt;BR /&gt;Apart from these measures I will definetly have to install the latests QualityPack patch bundle.&lt;BR /&gt;The last installed dates back to 2002.&lt;BR /&gt;I also will add the latest cumulative NFS and STREAMS patches.&lt;BR /&gt;Are there others you'd suggest?&lt;BR /&gt; &lt;BR /&gt;  &lt;BR /&gt;As for the usage of direct vs. indirect maps,&lt;BR /&gt;I think to have read in the ENHAUTOFS docs that indirect maps allow a client to stat (e.g. ls) mounts without the need to actually mount them (can be toggled off by the mount option nobrowse).&lt;BR /&gt; &lt;BR /&gt;Should there however be further need for nfs performance tuning I will check with your recommendations you gave in your guide (e.g. kernel tunables, nfs mount options).&lt;BR /&gt; &lt;BR /&gt;As for the required amount of various nfs auxiallary daemons you also mentioned in your guide, I'm still a bit puzzled.&lt;BR /&gt;On the one hand you say that there are situations where the number of clients' biods needs to be risen, on the other hand you're reasoning that there also could be cases where the number should be reduced to even zero.&lt;BR /&gt;I guess this, as with certain mount options, require thorough testing?&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Oct 2004 06:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enhanced-autofs-mapfiles/m-p/3392717#M566971</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2004-10-05T06:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced AutoFS  mapfiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enhanced-autofs-mapfiles/m-p/3392718#M566972</link>
      <description>Hi Ralph,&lt;BR /&gt;&lt;BR /&gt;You wrote:&lt;BR /&gt;&lt;BR /&gt;vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv&lt;BR /&gt;&lt;BR /&gt;# nfsstat -m|sed 's/Addr.*//'&lt;BR /&gt;/sapmnt/Z01 from lena:/export/sapmnt/Z01 (&lt;BR /&gt;Flags: vers=3,proto=tcp,auth=unix,hard,intr,link,symlink,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt;All: srtt= 0 ( 0ms), dev= 0 ( 0ms), cur= 0 ( 0ms)&lt;BR /&gt;&lt;BR /&gt;/audit from lena:/export/audit (&lt;BR /&gt;Flags: vers=3,proto=tcp,auth=unix,hard,intr,link,symlink,rsize=32768,wsize=32768,retrans=5&lt;BR /&gt;All: srtt= 0 ( 0ms), dev= 0 ( 0ms), cur= 0 ( 0ms)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Yet, I cannot identify the protocol from the mere mnttab entry&lt;BR /&gt;&lt;BR /&gt;# grep nfs /etc/mnttab&lt;BR /&gt;lena:/export/sapmnt/Z01 /sapmnt/Z01 nfs nodevs,rsize=32768,wsize=32768,NFSv3,dev=5f000005 0 0 1096045941&lt;BR /&gt;lena:/export/audit /audit nfs nodevs,rsize=32768,wsize=32768,NFSv3,dev=5f000048 0 0 1096901358&lt;BR /&gt;&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;&lt;BR /&gt;On HP-UX, we don't put every single mount option in the /etc/mnttab entry for the mounted filesystem.  The best indication of which protocol a specific NFS filesystem is using is the nfsstat -m output you collected earlier.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You also wrote:&lt;BR /&gt;&lt;BR /&gt;vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv&lt;BR /&gt;&lt;BR /&gt;I haven't yet been able to boot an enhanced autofs enabled kernel on the nfs server for the lack of allowed downtime.&lt;BR /&gt;Thus, how can I verify that the running nfs server is capable of tcp transmissions&lt;BR /&gt;(well, it surely must be, otherwise the client's nfsstat would lie)?&lt;BR /&gt;&lt;BR /&gt;I also wasn't aware that tcp is the preferred mode of transport in ENHAUTOFS.&lt;BR /&gt;&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;&lt;BR /&gt;Enhanced AutoFS has absolutely nothing to do with whether the client uses UDP or TCP for a mount point.  It is the NFS client itself that determines which protocol is used by default, unless you specifically override the defaults by using the "proto=" option.  By default, an 11i client will always request to use TCP first and UDP second - regardless of whether the NFS filesystem is mounted manually or via AutoFS.  &lt;BR /&gt;&lt;BR /&gt;The only exception to this rule was when the OLD automounter was used (not the ONC 1.2 AutoFS, the legacy automount daemon).  That old automounter only supported UDP and NFS PV2, so if you used that old automounter that is all you would get - PV2/UDP.  Once AutoFS was added to HP-UX, you had the ability to use whatever protocols and versions the NFS client supported.  &lt;BR /&gt;&lt;BR /&gt;Of course, in order to get a TCP mount, both client and server would have to support it.  HP added support for NFS/TCP via patches in 11.0 and integrated support for NFS/TCP in 11i, so it has been around for a long time (4.5 years).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You also wrote:&lt;BR /&gt;&lt;BR /&gt;vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv&lt;BR /&gt;&lt;BR /&gt;Under this premise you're right that the stating of the proto=tcp mount option would even be detrimental, in case tcp transport weren't available on behalf of the server, as you correctly stress.&lt;BR /&gt;Thus I will better omit it altogether.&lt;BR /&gt;&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;&lt;BR /&gt;I agree with this.  If both client and server support TCP then you will get a TCP mount, even if you don't specify "proto=tcp" in your maps.  If the server doesn't support TCP, you will end up with a UDP mount, which I believe most customers would find more desireable than a failing mount.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You also wrote:&lt;BR /&gt;&lt;BR /&gt;vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv&lt;BR /&gt;&lt;BR /&gt;Although the client where I already was able to install and run ENAUTOFS has only been loaded lightly I can see from nfsstat that there have accumulated fewer retranssmissions and badxids since I last reset the counters.&lt;BR /&gt;&lt;BR /&gt;# nfsstat -cr&lt;BR /&gt;&lt;BR /&gt;Client rpc:&lt;BR /&gt;Connection oriented:&lt;BR /&gt;calls badcalls badxids&lt;BR /&gt;240463 3 3&lt;BR /&gt;timeouts newcreds badverfs&lt;BR /&gt;3 0 0&lt;BR /&gt;timers cantconn nomem&lt;BR /&gt;0 0 0&lt;BR /&gt;interrupts&lt;BR /&gt;0&lt;BR /&gt;Connectionless oriented:&lt;BR /&gt;calls badcalls retrans&lt;BR /&gt;0 0 0&lt;BR /&gt;badxids timeouts waits&lt;BR /&gt;0 0 0&lt;BR /&gt;newcreds badverfs timers&lt;BR /&gt;0 0 0&lt;BR /&gt;toobig nomem cantsend&lt;BR /&gt;0 0 0&lt;BR /&gt;bufulocks&lt;BR /&gt;0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This looks very promissing to me.&lt;BR /&gt;It looks as if even the protocol overhead of tcp outperforms udp PDUs due to fewer packet losses and thus the need for fewer retransmissions.&lt;BR /&gt;&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;&lt;BR /&gt;That is clearly a benefit of TCP over UDP - less chance of retransmitting full NFS requests due to temporary packet loss.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You also wrote:&lt;BR /&gt;&lt;BR /&gt;vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv&lt;BR /&gt;&lt;BR /&gt;I think I will be upgrading all NFS clients and the clustered NFS servers to ENHAUTOFS.&lt;BR /&gt;On the latter I will only have to take care that the nfsconf file reads this entry&lt;BR /&gt;&lt;BR /&gt;AUTOMOUNTD_OPTIONS=-L&lt;BR /&gt;&lt;BR /&gt;if I have understood the docs and your contributions correctly.&lt;BR /&gt;&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;&lt;BR /&gt;Correct.  That would be my recommendation on the cluster servers.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You also wrote:&lt;BR /&gt;&lt;BR /&gt;vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv&lt;BR /&gt;&lt;BR /&gt;Apart from these measures I will definetly have to install the latests QualityPack patch bundle.&lt;BR /&gt;The last installed dates back to 2002.&lt;BR /&gt;I also will add the latest cumulative NFS and STREAMS patches.&lt;BR /&gt;Are there others you'd suggest?&lt;BR /&gt;&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;&lt;BR /&gt;I'd recommend getting the latest ONC, STREAMS, Transport, LAN Common, and whatever network interface patch (GiG, 100BT, etc.).  If these are all contained in a quality pack bundle then that would be a good way to go.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You also wrote:&lt;BR /&gt;&lt;BR /&gt;vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv&lt;BR /&gt;&lt;BR /&gt;As for the usage of direct vs. indirect maps,&lt;BR /&gt;I think to have read in the ENHAUTOFS docs that indirect maps allow a client to stat (e.g. ls) mounts without the need to actually mount them (can be toggled off by the mount option nobrowse).&lt;BR /&gt;&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;&lt;BR /&gt;Correct.  The browsability feature is specific to indirect maps.  This would be one benefit of indirect over direct, provided you use browsability properly (i.e. only look as far as the parent directory - once you cd into the actual indirect mount point the mount will occur).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Finally, :)  You wrote:&lt;BR /&gt;&lt;BR /&gt;vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv&lt;BR /&gt;&lt;BR /&gt;Should there however be further need for nfs performance tuning I will check with your recommendations you gave in your guide (e.g. kernel tunables, nfs mount options).&lt;BR /&gt;&lt;BR /&gt;As for the required amount of various nfs auxiallary daemons you also mentioned in your guide, I'm still a bit puzzled.&lt;BR /&gt;On the one hand you say that there are situations where the number of clients' biods needs to be risen, on the other hand you're reasoning that there also could be cases where the number should be reduced to even zero.&lt;BR /&gt;I guess this, as with certain mount options, require thorough testing?&lt;BR /&gt;&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Every recommendation I make in my paper and book are merely suggested starting points for users to do further testing.  The number of biods is a perfect example - in some environments 4 will be the right number, in others 16 will be, in others 0 will be.  The only way to know for sure is to test with different values and see which one works best for your applications.&lt;BR /&gt;&lt;BR /&gt;Let me know if you have any other NFS questions.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Oct 2004 10:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enhanced-autofs-mapfiles/m-p/3392718#M566972</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-10-05T10:02:37Z</dc:date>
    </item>
  </channel>
</rss>

