
tsukishima.ha at gmail
May 30, 2012, 5:27 AM
Views: 469
Permalink
|
|
[PATCH] handle idmapd using nfsserver RA
|
|
Hi, I am trying to setup NFSv4 server using nfsserver RA, and adding some handlings for rpc.idmad. http://linux.die.net/man/8/rpc.idmapd Please see the attached. /etc/init.d/nfs script which is included with RHEL6.2 starts idmad during its starting process. # /etc/init.d/nfs start Starting NFS services: [ OK ] Starting NFS quotas: [ OK ] Starting NFS daemon: [ OK ] Starting NFS mountd: [ OK ] Starting RPC idmapd : [ OK ] But nfs init script does not stop idmapd, so I need this patch for now. How's that for the other distribution? # /etc/init.d/nfs stop Shutting down NFS mountd: [ OK ] Shutting down NFS daemon: [ OK ] Shutting down NFS quotas: [ OK ] Shutting down NFS services: [ OK ] # /etc/init.d/rpcidmapd status rpc.idmapd (pid 17450) is running... Thanks, Junko IKEDA NTT DATA INTELLILINK CORPORATION
|