Hello Nitin, Please add the following line to /etc/sysconfig/nfs file to disable nfsv4 support.
RPCNFSDARGS="-N 4" then restart nfs service # service nfs restart # service rpcidmapd stop # chkconfig rpcidmapd off Or while mouting you can use nfsvers=3 option either with mount -o command or in /etc/fstab. * * * * *Br.* *Sachin Sharma* *[email protected] * On Wed, Oct 27, 2010 at 8:42 AM, <[email protected]> wrote: > Hello > > > > We have Linux servers with RHEL 4.0x version running nfs version 3 has nfs > servers. > > We have added new servers with RHEL 5.0 version. > > When I do ps –ef | grep nfs I see that nfsd4 is started . > > We are facing lot of nfs issue on dir which are shared from RHEL 5.0. > > > > Please help me disable nfs version 4 if by default started in RHEL 5.0 so > that we can use nfs version 3 in RHEL 5.0. > > > > > > > > Rgds > > Nitin > > > > > > -- > redhat-sysadmin-list mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list >
-- redhat-sysadmin-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list
