<?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 daemon is not coming up in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/459347#M10166</link>
    <description>&lt;P&gt;1- your /tmp/test does not have FSID. Pl either add fsid or use proper mount point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2- please resole rpc issue.&lt;/P&gt;&lt;P&gt;systemctl enable rpcbind&lt;/P&gt;&lt;P&gt;systemctl start rpcbind&lt;/P&gt;&lt;P&gt;prcinfo -p&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pl send me output&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3- can you pl have following in netconfig ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;echo "udp tpi_clts v inet udp - -" &amp;gt; /etc/netconfig&lt;/P&gt;&lt;P&gt;echo "tcp tpi_cots v inet tcp - -" &amp;gt;&amp;gt; /etc/netconfig&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then again run following commands&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pkill -9 rpc.statd&lt;/P&gt;&lt;P&gt;rm -f /var/lib/nfs/sm/*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;systemctl start rcp.statd&lt;/P&gt;&lt;P&gt;systemctl status rpc.statd&lt;/P&gt;&lt;P&gt;rcpinfo -p&amp;nbsp; | grep 100024&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;systemctl restart rpcbind&lt;/P&gt;&lt;P&gt;systemctl restart rpc.statd&lt;/P&gt;&lt;P&gt;systemctl restart rpc.mountd&lt;/P&gt;&lt;P&gt;systemctl restart nfs-kernel-server&lt;/P&gt;&lt;P&gt;exportfs -v&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;send me output of&lt;/P&gt;&lt;P&gt;netstat -tuln | grep 2049&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then finally try to mount&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mount -t nfsd nfsd /proc/fs/nfsd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3- libtirpc is standard external lib for RPC and &lt;STRONG&gt;I do not recommend bypassing it&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you could use glibc 2.39 (downgrade glibc , glibc-common and glibc-devel&lt;/P&gt;</description>
    <pubDate>Wed, 12 Mar 2025 03:46:10 GMT</pubDate>
    <dc:creator>AmitKerkar</dc:creator>
    <dc:date>2025-03-12T03:46:10Z</dc:date>
    <item>
      <title>NFS daemon is not coming up</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/459118#M10155</link>
      <description>&lt;P&gt;I have a query regarding the compatibility between nfsd and glibc. In our system, we've upgraded glibc to version 2.40 and are using NFS version 2.1.1 with NFSv3. Previously, with glibc 2.23, everything was working fine, and we weren’t using libtirpc. However, after the glibc upgrade, libtirpc was included and enabled in NFS as well. Now, none of the NFS-related services (nfsd, rpc.statd, rpc.mountd, portmap) are running.&lt;/P&gt;&lt;P&gt;When attempting to start nfsd, the following errors occur:&lt;/P&gt;&lt;P&gt;"unable to set any sockets for nfsd"&lt;BR /&gt;"writing fd to kernel failed: errno 89 (Destination address required)" or "errno 111 (Connection refused)"&lt;BR /&gt;Console logs show:&lt;BR /&gt;"svc: failed to register nfsdv3 RPC service (errno 111)."&lt;BR /&gt;After upgrading glibc, the --enable-obsolete-rpc option has been removed from glibc. Can anyone provide guidance on how to debug or resolve this issue?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 09:27:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/459118#M10155</guid>
      <dc:creator>Melsa</dc:creator>
      <dc:date>2025-03-05T09:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: NFS daemon is not coming up</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/459179#M10158</link>
      <description>&lt;P&gt;I am hoping your network does not have any issue . Error 89 possibly mean network binding. check your /etc/exports and test any single export in your system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also, can you update NFS utils and restart services to verify ? (yum update nfs-utils)&lt;/P&gt;&lt;P&gt;this should solve the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Else,&amp;nbsp; is your rpcbind running ?&lt;/P&gt;&lt;P&gt;can you get me output of&lt;/P&gt;&lt;P&gt;1- systemctl status rpcbind&lt;/P&gt;&lt;P&gt;2- netstat -tuln | grep 111&lt;/P&gt;&lt;P&gt;3- lsmod | grep nfsd&lt;/P&gt;&lt;P&gt;4- cat /proc/filesystems | grep nfsd&lt;/P&gt;&lt;P&gt;5- cat /etc/netconfig&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 15:11:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/459179#M10158</guid>
      <dc:creator>AmitKerkar</dc:creator>
      <dc:date>2025-03-06T15:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: NFS daemon is not coming up</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/459200#M10161</link>
      <description>&lt;P&gt;Thanks, Amit, for responding to this query.&lt;/P&gt;&lt;P&gt;There haven't been any changes in the network; the only difference is that we've upgraded glibc.&lt;BR /&gt;With the previous version of glibc, NFS was working fine. We were using portmap instead of rpcbind, so rpcbind isn't running now.&lt;/P&gt;&lt;P&gt;In our current system, here are the outputs:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ps aux | grep nfsd&lt;BR /&gt;root 9064 0.0 0.0 4052 340 pts/2 S+ 23:48 0:00 grep nfsd&lt;BR /&gt;# ps aux | grep rpcbind&lt;BR /&gt;root 9231 0.0 0.0 4052 356 pts/2 S+ 23:48 0:00 grep rpcbind&lt;BR /&gt;# netstat -tuln | grep 111&lt;BR /&gt;udp 0 0 0.0.0.0:30111 0.0.0.0:*&lt;BR /&gt;# lsmod | grep nfsd&lt;BR /&gt;nfsd 372736 1 - Live 0xffffffffc05f1000&lt;BR /&gt;# cat /proc/filesystems | grep nfsd&lt;BR /&gt;nodev nfsd&lt;BR /&gt;# cat /etc/netconfig&lt;BR /&gt;cat: can't open '/etc/netconfig': No such file or directory&lt;BR /&gt;# cat /etc/exports&amp;nbsp; &amp;nbsp;--&amp;gt; no data, we are using this command in the startup process of nfsd.&lt;BR /&gt;exportfs -i -orw,sync,insecure,no_subtree_check,no_root_squash 172.16.0.0/18:/mnt/raid/data&lt;/P&gt;&lt;P&gt;Just tried to copy netconfig file from libtirpc/doc/netconfig and could see change in these outputs.&lt;BR /&gt;# netstat -tuln | grep 111&lt;BR /&gt;udp 0 0 0.0.0.0:111 0.0.0.0:*&amp;nbsp; --&amp;gt; portmap is up with udp protocol in 111 port&lt;BR /&gt;# cat /etc/netconfig&lt;BR /&gt;#&lt;BR /&gt;# The network configuration file. This file is currently only used in&lt;BR /&gt;# conjunction with the TI-RPC code in the libtirpc library.&lt;BR /&gt;#&lt;BR /&gt;# Entries consist of:&lt;BR /&gt;#&lt;BR /&gt;# &amp;lt;network_id&amp;gt; &amp;lt;semantics&amp;gt; &amp;lt;flags&amp;gt; &amp;lt;protofamily&amp;gt; &amp;lt;protoname&amp;gt; \&lt;BR /&gt;# &amp;lt;device&amp;gt; &amp;lt;nametoaddr_libs&amp;gt;&lt;BR /&gt;#&lt;BR /&gt;# The &amp;lt;device&amp;gt; and &amp;lt;nametoaddr_libs&amp;gt; fields are always empty in this&lt;BR /&gt;# implementation.&lt;BR /&gt;#&lt;BR /&gt;udp tpi_clts v inet udp - -&lt;BR /&gt;tcp tpi_cots_ord v inet tcp - -&lt;BR /&gt;rawip tpi_raw - inet - - -&lt;BR /&gt;local tpi_cots_ord - loopback - - -&lt;BR /&gt;unix tpi_cots_ord - loopback - - -&lt;BR /&gt;But still nfsd is not up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 05:27:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/459200#M10161</guid>
      <dc:creator>Melsa</dc:creator>
      <dc:date>2025-03-07T05:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: NFS daemon is not coming up</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/459236#M10162</link>
      <description>&lt;P&gt;error 89 means networking binding issue. Did you check your interfaces.&lt;/P&gt;&lt;P&gt;other way you could check is use "/etc/exports" for valid up range.&lt;/P&gt;&lt;P&gt;can you pl test with simple export ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this way we can isolate the issue is not related to binding or invalid addr.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after doing that pl restart nfsd with&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;exportfs -ra&lt;/P&gt;&lt;P&gt;sysctl restart nfs-server&lt;/P&gt;</description>
      <pubDate>Sat, 08 Mar 2025 04:41:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/459236#M10162</guid>
      <dc:creator>AmitKerkar</dc:creator>
      <dc:date>2025-03-08T04:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: NFS daemon is not coming up</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/459248#M10163</link>
      <description>&lt;P&gt;Interfaces are up.&lt;BR /&gt;There is no error while trying with this command and it is executed successfully&lt;BR /&gt;&lt;SPAN&gt;exportfs -i -orw,sync,insecure,no_subtree_check,no_root_squash 172.16.0.0/18:/mnt/raid/data&lt;/SPAN&gt;&lt;BR /&gt;But I tried a simple export using this command and gave some messages.&lt;BR /&gt;exportfs -i -orw,sync 192.168.1.0/18:/tmp/test&lt;BR /&gt;exportfs: /tmp/test requires fsid= for NFS export&lt;BR /&gt;Or&lt;BR /&gt;exportfs -i -orw,sync *:/tmp/test&lt;BR /&gt;exportfs: /tmp/test requires fsid= for NFS export&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Additionally, some other errors or messages bringing to notice&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/rpc.statd -F -d -name=master&lt;BR /&gt;rpc.statd: Version 2.1.1 starting&lt;BR /&gt;rpc.statd: Flags: No-Daemon Log-STDERR TI-RPC&lt;BR /&gt;sm-notify: Version 2.1.1 starting&lt;BR /&gt;sm-notify: Already notifying clients; Exiting!&lt;BR /&gt;rpc.statd: Local NSM state number: 3&lt;BR /&gt;rpc.statd: Failed to unregister program 100024, version 1&lt;BR /&gt;rpc.statd: Running as root. chown /var/lib/nfs to choose different user&lt;BR /&gt;rpc.statd: Failed to access local netconfig database: Netconfig database not found&lt;BR /&gt;rpc.statd: failed to create RPC listeners, exiting&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 07:48:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/459248#M10163</guid>
      <dc:creator>Melsa</dc:creator>
      <dc:date>2025-03-10T07:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: NFS daemon is not coming up</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/459322#M10165</link>
      <description>&lt;P&gt;The main issue we've observed is that before the glibc upgrade, we were using code where libtirpc was not enabled. However, after the upgrade, nfsd is using the code if libtirpc is enabled. Is there a way to bypass the changes related to libtirpc and make nfs to work?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 13:22:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/459322#M10165</guid>
      <dc:creator>Melsa</dc:creator>
      <dc:date>2025-03-11T13:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: NFS daemon is not coming up</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/459347#M10166</link>
      <description>&lt;P&gt;1- your /tmp/test does not have FSID. Pl either add fsid or use proper mount point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2- please resole rpc issue.&lt;/P&gt;&lt;P&gt;systemctl enable rpcbind&lt;/P&gt;&lt;P&gt;systemctl start rpcbind&lt;/P&gt;&lt;P&gt;prcinfo -p&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pl send me output&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3- can you pl have following in netconfig ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;echo "udp tpi_clts v inet udp - -" &amp;gt; /etc/netconfig&lt;/P&gt;&lt;P&gt;echo "tcp tpi_cots v inet tcp - -" &amp;gt;&amp;gt; /etc/netconfig&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then again run following commands&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pkill -9 rpc.statd&lt;/P&gt;&lt;P&gt;rm -f /var/lib/nfs/sm/*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;systemctl start rcp.statd&lt;/P&gt;&lt;P&gt;systemctl status rpc.statd&lt;/P&gt;&lt;P&gt;rcpinfo -p&amp;nbsp; | grep 100024&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;systemctl restart rpcbind&lt;/P&gt;&lt;P&gt;systemctl restart rpc.statd&lt;/P&gt;&lt;P&gt;systemctl restart rpc.mountd&lt;/P&gt;&lt;P&gt;systemctl restart nfs-kernel-server&lt;/P&gt;&lt;P&gt;exportfs -v&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;send me output of&lt;/P&gt;&lt;P&gt;netstat -tuln | grep 2049&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then finally try to mount&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mount -t nfsd nfsd /proc/fs/nfsd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3- libtirpc is standard external lib for RPC and &lt;STRONG&gt;I do not recommend bypassing it&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you could use glibc 2.39 (downgrade glibc , glibc-common and glibc-devel&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 03:46:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/459347#M10166</guid>
      <dc:creator>AmitKerkar</dc:creator>
      <dc:date>2025-03-12T03:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: NFS daemon is not coming up</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/459367#M10167</link>
      <description>&lt;P&gt;1)Tried using a proper mount point and performed a simple export, which worked without errors. Here's the command I ran:&lt;BR /&gt;exportfs -i -orw,sync 192.168.1.0/18:/mnt/raid/data&lt;BR /&gt;However, when I attempted to start rpc.nfsd, I received the following error:&lt;BR /&gt;/usr/sbin/rpc.nfsd -N2 -N4 -Hmaster&lt;BR /&gt;rpc.nfsd: writing fd to kernel failed: errno 111 (Connection refused)&lt;BR /&gt;rpc.nfsd: unable to set any sockets for nfsd&lt;/P&gt;&lt;P&gt;I checked the running processes, and no nfsd, rpc.statd appears:&lt;/P&gt;&lt;P&gt;ps aux | grep nfsd&lt;BR /&gt;root 12977 0.0 0.0 4052 348 pts/2 S+ 06:33 0:00 grep nfsd&lt;BR /&gt;ps aux | grep rpc&lt;BR /&gt;root 86 0.0 0.0 0 0 ? I&amp;lt; 06:10 0:00 [rpciod]&lt;BR /&gt;root 13003 0.0 0.0 4052 352 pts/2 S+ 06:33 0:00 grep rpc&lt;/P&gt;&lt;P&gt;netstat -tuln | grep 2049&lt;BR /&gt;netstat -tuln | grep 111&lt;BR /&gt;udp 0 0 0.0.0.0:111 0.0.0.0:*&lt;BR /&gt;udp 0 0 0.0.0.0:30111 0.0.0.0:*&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;One more thing to update here is if we are trying to bring up NFS using V4 version, NFS will come up but then all functionalities are not working.&lt;/P&gt;&lt;P&gt;# netstat -tuln | grep 2049&lt;BR /&gt;tcp 0 0 172.16.63.1:2049 0.0.0.0:* LISTEN&lt;BR /&gt;udp 0 0 172.16.63.1:2049 0.0.0.0:*&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2)We don't have rpcbind installed, but instead, we're using portmap and sunrpc functions. Is it mandatory to use rpcbind if NFS is linked with libtirpc? If so, what is the compatible version of NFS, rpcbind, and libtirpc? We tried installing rpcbind, but it’s not starting up and we're having trouble debugging it. Are there any additional dependencies required to bring up rpcbind?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3)netconfig contains the data given above. Is this netconfig file fine?&lt;BR /&gt;laas-setup:card1-cpu0# cat /etc/netconfig&lt;BR /&gt;#&lt;BR /&gt;# The network configuration file. This file is currently only used in&lt;BR /&gt;# conjunction with the TI-RPC code in the libtirpc library.&lt;BR /&gt;#&lt;BR /&gt;# Entries consist of:&lt;BR /&gt;#&lt;BR /&gt;# &amp;lt;network_id&amp;gt; &amp;lt;semantics&amp;gt; &amp;lt;flags&amp;gt; &amp;lt;protofamily&amp;gt; &amp;lt;protoname&amp;gt; \&lt;BR /&gt;# &amp;lt;device&amp;gt; &amp;lt;nametoaddr_libs&amp;gt;&lt;BR /&gt;#&lt;BR /&gt;# The &amp;lt;device&amp;gt; and &amp;lt;nametoaddr_libs&amp;gt; fields are always empty in this&lt;BR /&gt;# implementation.&lt;BR /&gt;#&lt;BR /&gt;udp tpi_clts v inet udp - -&lt;BR /&gt;tcp tpi_cots v inet tcp - -&lt;BR /&gt;udp6 tpi_clts v inet6 udp - -&lt;BR /&gt;tcp6 tpi_cots_ord v inet6 tcp - -&lt;BR /&gt;rawip tpi_raw - inet - - -&lt;BR /&gt;local tpi_cots_ord - loopback - - -&lt;BR /&gt;unix tpi_cots_ord - loopback - - -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We had issues with portmap not coming up initially, but after adding the netconfig file, portmap is now up. However, when we check the ports for 111, it is only listening on UDP and not TCP:&lt;BR /&gt;netstat -tuln | grep 111&lt;BR /&gt;udp 0 0 0.0.0.0:111 0.0.0.0:*&lt;/P&gt;&lt;P&gt;Are the ports being added based on the data in the netconfig file, or do we need to make other adjustments to listen on TCP?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;4)&lt;/P&gt;&lt;P&gt;Since we cannot downgrade glibc at this time, we need to proceed with using the libtirpc library. Is this the correct course of action?&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 12:19:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/459367#M10167</guid>
      <dc:creator>Melsa</dc:creator>
      <dc:date>2025-03-12T12:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: NFS daemon is not coming up</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/459494#M10168</link>
      <description>&lt;P&gt;Any suggestion on this issue?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 06:31:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/459494#M10168</guid>
      <dc:creator>Melsa</dc:creator>
      <dc:date>2025-03-19T06:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: NFS daemon is not coming up</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/461122#M10186</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/122117"&gt;@Melsa&lt;/a&gt;&amp;nbsp;Were you able to get a solution for this?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 16:21:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-daemon-is-not-coming-up/m-p/461122#M10186</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2025-06-02T16:21:50Z</dc:date>
    </item>
  </channel>
</rss>

