Register NFS V4 server with rpcbind.

uberiain

Cadet
Joined
Mar 3, 2015
Messages
7
When I do
Code:
 rpcinfo -p
   program vers proto   port  service
    100000    4   tcp    111  rpcbind
    100000    3   tcp    111  rpcbind
    100000    2   tcp    111  rpcbind
    100000    4   udp    111  rpcbind
    100000    3   udp    111  rpcbind
    100000    2   udp    111  rpcbind
    100000    4 local    111  rpcbind
    100000    3 local    111  rpcbind
    100000    2 local    111  rpcbind
    100005    1   udp    814  mountd
    100005    3   udp    814  mountd
    100005    1   tcp    814  mountd
    100005    3   tcp    814  mountd
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100024    1   udp    613  status
    100024    1   tcp    613  status

I don't see nfs version 4 server. Can I force NFS V4 server register with rpcbind?

Thanks.
 

Heracles

Wizard
Joined
Feb 2, 2018
Messages
1,401
I have the same result over here. Still, I force NFSv4 on the client side and it works. So despite the output of this command, NVFv4 is indeed available.
 
Top