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

Attachment: nfsserver.patch
Description: Binary data

_______________________________________________________
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to