Restart idmapd without rebooting the host?

21,558

Solution 1

service is responsible for that is: rpc.idmapd - NFSv4 ID <-> Name Mapper and to restart it you should be using:

service rpcidmapd status

Solution 2

The fix may require less than this, but this should work:

service rpcbind restart
service rpcidmapd restart
service nfslock restart
service netfs restart
service nfs restart
Share:
21,558

Related videos on Youtube

Sandra
Author by

Sandra

Updated on September 18, 2022

Comments

  • Sandra
    Sandra almost 2 years

    When I have changed Domain in /etc/idmapd.conf and then service idmapd restart, then the change doesn't take effect until I reboot.

    Is it possible to do this without having to rebooting the host?

    I have the problem on CentOS 6.

    • kofemann
      kofemann almost 11 years
      or 'nfsidmap -c' to clean up kernel cache