<?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: NFS Client not starting in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nfs-client-not-starting/m-p/3969527#M82765</link>
    <description>If /net directory is under automounter control, when you try to acess it first time automounter will mount it. As i could see FAILURE CODE 2 ( file doesnt exists) first thing you need to check whether automount master map file exists in /etc/auto_master directory.&lt;BR /&gt;&lt;BR /&gt;You may want it manually mounted then follow the following steps:&lt;BR /&gt;&lt;BR /&gt;mount server_name:/net_related_dir_exported /net&lt;BR /&gt;&lt;BR /&gt;- Anand&lt;BR /&gt;</description>
    <pubDate>Tue, 27 Mar 2007 04:57:51 GMT</pubDate>
    <dc:creator>anandganjihal</dc:creator>
    <dc:date>2007-03-27T04:57:51Z</dc:date>
    <item>
      <title>NFS Client not starting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-client-not-starting/m-p/3969524#M82762</link>
      <description>One of my NFS client is giving the error when I try to start the NFS client:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/nfs.client start&lt;BR /&gt;    starting NFS CLIENT networking&lt;BR /&gt;&lt;BR /&gt;    starting up the rpcbind&lt;BR /&gt;        rpcbind already started, using pid: 28068&lt;BR /&gt;    starting up the BIO daemons&lt;BR /&gt;        biod(s) already started, using pid(s): 28202 28211 28201 28203 28200 28204 28214 28206 28210 28208 28215 28207 28212 28205 28213 28209&lt;BR /&gt;exportfs error: nothing to export.&lt;BR /&gt;    Reading in /etc/exports&lt;BR /&gt;    starting up the Status Monitor daemon&lt;BR /&gt;        rpc.statd already started, using pid: 28226&lt;BR /&gt;    starting up the Lock Manager daemon&lt;BR /&gt;        rpc.lockd already started, using pid: 28232&lt;BR /&gt;    starting up the Automount daemon&lt;BR /&gt;        /usr/sbin/automount -f /etc/auto_master&lt;BR /&gt;FAILURE CODE: 2&lt;BR /&gt;    mounting remote NFS file systems ...&lt;BR /&gt;    mounting CacheFS file systems ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me why this is happening and how to solvde it.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Raj</description>
      <pubDate>Mon, 26 Mar 2007 17:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-client-not-starting/m-p/3969524#M82762</guid>
      <dc:creator>Suni Raj</dc:creator>
      <dc:date>2007-03-26T17:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Client not starting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-client-not-starting/m-p/3969525#M82763</link>
      <description>It seems that when you start the NFS client, it tries to start several related daemons, for example, it checks for /etc/exports (Server side), and also, tries to start autofs, an automounter daemon. Probably, the /etc/auto_master does not exists or is not configured.&lt;BR /&gt;&lt;BR /&gt;What do you want to achieve? Probably, if you correctly set the /etc/fstab file, the NFS file systems should be mounted, as no errors reported when mounting remote NFS file systems.</description>
      <pubDate>Mon, 26 Mar 2007 19:09:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-client-not-starting/m-p/3969525#M82763</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-03-26T19:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Client not starting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-client-not-starting/m-p/3969526#M82764</link>
      <description>Could you tell me what I need to add to /etc/fstab file? The application team needs a /net file system to mount. I can cd to the /net, but when I do a ls -l , it shows 0 files.&lt;BR /&gt;&lt;BR /&gt;Raj</description>
      <pubDate>Mon, 26 Mar 2007 19:43:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-client-not-starting/m-p/3969526#M82764</guid>
      <dc:creator>Suni Raj</dc:creator>
      <dc:date>2007-03-26T19:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Client not starting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-client-not-starting/m-p/3969527#M82765</link>
      <description>If /net directory is under automounter control, when you try to acess it first time automounter will mount it. As i could see FAILURE CODE 2 ( file doesnt exists) first thing you need to check whether automount master map file exists in /etc/auto_master directory.&lt;BR /&gt;&lt;BR /&gt;You may want it manually mounted then follow the following steps:&lt;BR /&gt;&lt;BR /&gt;mount server_name:/net_related_dir_exported /net&lt;BR /&gt;&lt;BR /&gt;- Anand&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Mar 2007 04:57:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-client-not-starting/m-p/3969527#M82765</guid>
      <dc:creator>anandganjihal</dc:creator>
      <dc:date>2007-03-27T04:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Client not starting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-client-not-starting/m-p/3969528#M82766</link>
      <description>If you have a working client, copy the /etc/auto_master file to this client, if you don't, see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.wlug.org/files/automounter.pdf" target="_blank"&gt;www.wlug.org/files/automounter.pdf&lt;/A&gt;</description>
      <pubDate>Tue, 27 Mar 2007 06:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-client-not-starting/m-p/3969528#M82766</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-03-27T06:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Client not starting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-client-not-starting/m-p/3969529#M82767</link>
      <description>Thanks for the wonderful automount .pdf file location.&lt;BR /&gt;&lt;BR /&gt;- Anand</description>
      <pubDate>Tue, 27 Mar 2007 06:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-client-not-starting/m-p/3969529#M82767</guid>
      <dc:creator>anandganjihal</dc:creator>
      <dc:date>2007-03-27T06:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Client not starting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-client-not-starting/m-p/3969530#M82768</link>
      <description>Looks like your thread went to the wrong Forums' section.&lt;BR /&gt;The nfs client you are talking about obviously isn't of Linux origin but rather HP-UX.&lt;BR /&gt;Anyway, usually for automounted host mounts beneath /net, on the nfs client all that's required is a mapping like this&lt;BR /&gt;&lt;BR /&gt;# grep ^/net /etc/auto_master&lt;BR /&gt;/net -hosts -nosuid,soft,nobrowse&lt;BR /&gt;&lt;BR /&gt;also the nfsconf must be prepared to start automounter on the client like so&lt;BR /&gt;&lt;BR /&gt;# grep -E '^(NFS_CLIENT|AUTO)' /etc/rc.config.d/nfsconf&lt;BR /&gt;NFS_CLIENT=1&lt;BR /&gt;AUTOMOUNT=1&lt;BR /&gt;AUTO_MASTER="/etc/auto_master"&lt;BR /&gt;AUTO_OPTIONS="-f $AUTO_MASTER"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/nfs.client start&lt;BR /&gt;(after the nfs.core) should start the stuff.&lt;BR /&gt;&lt;BR /&gt;# UNIX95= ps -o user,pid,ppid,args -C automountd&lt;BR /&gt;USER       PID  PPID COMMAND&lt;BR /&gt;root       901     1 /usr/lib/netsvc/fs/enh_autofs/automountd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On any nfs server export a filesystem to the box where autounter runs.&lt;BR /&gt;&lt;BR /&gt;Then access this export from the nfs client via the /net/&lt;EXPORTING_HOST&gt; mapping,&lt;BR /&gt;and automunter should dutyfully mount the share (if not already mounted).&lt;BR /&gt;&lt;BR /&gt;# ll /net/somehost/opt/ansic&lt;BR /&gt;total 48&lt;BR /&gt;dr-xr-xr-x   2 bin        bin           8192 Oct 10  2002 bin&lt;BR /&gt;dr-xr-xr-x   3 bin        bin             96 Oct 10  2002 html&lt;BR /&gt;dr-xr-xr-x   2 bin        bin             96 Oct 10  2002 include&lt;BR /&gt;dr-xr-xr-x   2 bin        bin           8192 Oct 10  2002 lbin&lt;BR /&gt;dr-xr-xr-x   3 bin        bin             96 Oct 10  2002 lib&lt;BR /&gt;dr-xr-xr-x   3 bin        bin             96 Oct 10  2002 newconfig&lt;BR /&gt;dr-xr-xr-x   3 bin        bin             96 Oct 10  2002 share&lt;BR /&gt;dr-xr-xr-x   2 bin        bin           8192 Mar  1 09:53 tlinks&lt;BR /&gt;&lt;BR /&gt;# bdf -t nfs&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;somehost:/opt/ansic    1331200 1237288   93224   93% /net/bode/opt/ansic&lt;BR /&gt;&lt;BR /&gt;&lt;/EXPORTING_HOST&gt;</description>
      <pubDate>Tue, 27 Mar 2007 06:38:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-client-not-starting/m-p/3969530#M82768</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-03-27T06:38:41Z</dc:date>
    </item>
  </channel>
</rss>

