root@imx6q-myboard:~# rpcinfo
program version netid address service owner
100000 4 local /var/run/rpcbind.sock portmapper superuser
100000 3 local /var/run/rpcbind.sock portmapper superuser
100003 3 tcp 0.0.0.0.8.1 nfs superuser
100003 4 tcp 0.0.0.0.8.1 nfs superuser
100227 3 tcp 0.0.0.0.8.1 - superuser
100003 3 udp 0.0.0.0.8.1 nfs superuser
100003 4 udp 0.0.0.0.8.1 nfs superuser
100227 3 udp 0.0.0.0.8.1 - superuser
100021 1 udp 0.0.0.0.223.130 nlockmgr superuser
100021 3 udp 0.0.0.0.223.130 nlockmgr superuser
100021 4 udp 0.0.0.0.223.130 nlockmgr superuser
100021 1 tcp 0.0.0.0.190.156 nlockmgr superuser
100021 3 tcp 0.0.0.0.190.156 nlockmgr superuser
100021 4 tcp 0.0.0.0.190.156 nlockmgr superuser
root@imx6q-myboard:~# rpcinfo -p
No remote programs registered.
root@imx6q-myboard:~# rpcinfo -p 192.168.0.140
program vers proto port service
100000 2 tcp 111 portmapper
100024 1 udp 35734 status
100024 1 tcp 42242 status
100005 1 udp 37386 mountd
100005 1 tcp 55494 mountd
100005 2 udp 37386 mountd
100005 2 tcp 55494 mountd
100005 3 udp 37386 mountd
100005 3 tcp 55494 mountd
root@imx6q-myboard:~# rpc
rpc.idmapd rpc.nfsd rpcbind rpcinfo
rpc.mountd rpc.statd rpcclient
Is there a problem with portmap configurations? The [-p] is suppose to display host program right? But It says nothing is registered.
It also seems the system does not have [rpc.portmap] although [usr/bin/portmap] is present, are they related?