<?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 NFS question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-question/m-p/3427343#M563567</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'd like to have one NFS connection from my HP-UX host to a NFS serever without having plenty of running processes like biod.&lt;BR /&gt;&lt;BR /&gt;I turned off NFS capabilities in /etc/rc.config.d/conf &lt;BR /&gt;NFS_CLIENT=0&lt;BR /&gt;NFS_SERVER=0&lt;BR /&gt;&lt;BR /&gt;On the other hand I have a line like this in /etc/fstab&lt;BR /&gt;1.2.3.4:/share/something /mnt/somewhere nfs rw 0 0&lt;BR /&gt;&lt;BR /&gt;The share can't be mounted automatically when the system boots up, however, I can mount NFS share by command 'mount -a'.&lt;BR /&gt;The only running NFS-like process is nfskd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Question. How to mount the share automatically when the system comes up without running plenty of daemons?&lt;BR /&gt;&lt;BR /&gt;Thanks and points in advance for you comments about the problem and/or NFS architecture in HP-UX.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Mihails&lt;BR /&gt;</description>
    <pubDate>Mon, 22 Nov 2004 06:03:01 GMT</pubDate>
    <dc:creator>Mihails Nikitins</dc:creator>
    <dc:date>2004-11-22T06:03:01Z</dc:date>
    <item>
      <title>NFS question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-question/m-p/3427343#M563567</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'd like to have one NFS connection from my HP-UX host to a NFS serever without having plenty of running processes like biod.&lt;BR /&gt;&lt;BR /&gt;I turned off NFS capabilities in /etc/rc.config.d/conf &lt;BR /&gt;NFS_CLIENT=0&lt;BR /&gt;NFS_SERVER=0&lt;BR /&gt;&lt;BR /&gt;On the other hand I have a line like this in /etc/fstab&lt;BR /&gt;1.2.3.4:/share/something /mnt/somewhere nfs rw 0 0&lt;BR /&gt;&lt;BR /&gt;The share can't be mounted automatically when the system boots up, however, I can mount NFS share by command 'mount -a'.&lt;BR /&gt;The only running NFS-like process is nfskd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Question. How to mount the share automatically when the system comes up without running plenty of daemons?&lt;BR /&gt;&lt;BR /&gt;Thanks and points in advance for you comments about the problem and/or NFS architecture in HP-UX.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Mihails&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Nov 2004 06:03:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-question/m-p/3427343#M563567</guid>
      <dc:creator>Mihails Nikitins</dc:creator>
      <dc:date>2004-11-22T06:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: NFS question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-question/m-p/3427344#M563568</link>
      <description>Hi Mihails,&lt;BR /&gt;&lt;BR /&gt;I would turn on the NFSCLIENT in the /etc/rc.config.d/ and do a /sbin/init.d/nfs.client start. This also starts boid so performance will inprove.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Mon, 22 Nov 2004 07:05:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-question/m-p/3427344#M563568</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-11-22T07:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: NFS question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-question/m-p/3427345#M563569</link>
      <description>If you have only one single NFS-mounted filesystem that you don't use that much, you can lower parameter NUM_NFSIOD in /etc/rc.config.d/nfsconf to 2 or 3. That will create a limited number of biod processes.&lt;BR /&gt;You will have to enable NFS_CLIENT also.&lt;BR /&gt;This will allow the NFS-filesystem to be mounted at boot time with only a limited set of daemons.</description>
      <pubDate>Mon, 22 Nov 2004 07:36:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-question/m-p/3427345#M563569</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2004-11-22T07:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: NFS question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-question/m-p/3427346#M563570</link>
      <description>Hmmmm-mmmm, on the other hand I can just add a mount command to rc.local script....</description>
      <pubDate>Mon, 22 Nov 2004 07:46:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-question/m-p/3427346#M563570</guid>
      <dc:creator>Mihails Nikitins</dc:creator>
      <dc:date>2004-11-22T07:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: NFS question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-question/m-p/3427347#M563571</link>
      <description>If you use NFS from time to time you can make one simple  shell file, which will start nfs client mount your remoute FS and after finish your work you can  umount and stop nfs client. &lt;BR /&gt;If you want ot start it on boot place this script in /sbin/init.d/ and link it in proper run level.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Nov 2004 08:00:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-question/m-p/3427347#M563571</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2004-11-22T08:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: NFS question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-question/m-p/3427348#M563572</link>
      <description>Turning off the NFS_CLIENT in nfsconf will give problems when processes like to do things like file locks... We ran into this causing logins to hang seemingly forever (home dirs were NFS mounted, while the NFS_CLIENT parameter was zero). It's better to lower other parameters so  the number of other processes is lowered. For instance, START_MOUNTD=0, AUTOMOUNT=0, AUTOFS=0 and everything even works with NFSIOD=0 (just no caching). That way at least the lockd is started, which proved quite essential in some simple cases...</description>
      <pubDate>Wed, 24 Nov 2004 01:15:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-question/m-p/3427348#M563572</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-11-24T01:15:18Z</dc:date>
    </item>
  </channel>
</rss>

