LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   RHEL6.3 NFS running but rpc.svcgssd is stopped why? how solve? (https://www.linuxquestions.org/questions/red-hat-31/rhel6-3-nfs-running-but-rpc-svcgssd-is-stopped-why-how-solve-4175445338/)

zhenqingzuo63164 01-12-2013 09:13 PM

RHEL6.3 NFS running but rpc.svcgssd is stopped why? how solve?
 
lsb_release -r;uname -r;rpm -qa | grep nfs;service nfs status ;/etc/init.d/rpcsvcgssd start;/etc/init.d/rpcsvcgssd status;cat /etc/sysconfig/network | grep SEC;cat /etc/sysconfig/nfs | grep SEC
Release: 6.3
2.6.32-279.19.1.el6.i686
nfs-utils-1.2.3-26.el6.i686
nfs-utils-lib-1.1.5-4.el6.i686
nfs4-acl-tools-0.3.3-6.el6.i686
rpc.svcgssd is stoppedrpc.mountd (pid 2096) is running...
nfsd (pid 2161 2160 2159 2158 2157 2156 2155 2154) is running...
rpc.rquotad (pid 2092) is running...
Starting RPC svcgssd: [FAILED]rpc.svcgssd is stopped
SECURE_NFS="yes"
SECURE_NFS="yes"
[root@RHEL91 ~]#

[root@RHEL91 ~]# /etc/init.d/rpc
rpcbind rpcgssd rpcidmapd rpcsvcgssd
[root@RHEL91 ~]# /etc/init.d/rpcbind status
rpcbind (pid 1784) is running...
[root@RHEL91 ~]# /etc/init.d/rpcgssd status
rpc.gssd (pid 1893) is running...
[root@RHEL91 ~]# /etc/init.d/rpcidmapd status
rpc.idmapd (pid 2147) is running...
[root@RHEL91 ~]# /etc/init.d/rpcsvcgssd status
rpc.svcgssd is stopped
[root@RHEL91 ~]# /etc//init.d/rpcsvcgssd start
Starting RPC svcgssd: [FAILED][root@RHEL91 ~]# /etc/init.d/rpcsvcgssd status
rpc.svcgssd is stopped
[root@RHEL91 ~]#

qestion: why rpcsvcgssd stop.but nfs running .

how make rpcsvcgssd running .

please help me .

jschiwal 01-13-2013 12:44 AM

What security mode are you using?

zhenqingzuo63164 01-13-2013 01:58 AM

[root@RHEL91 ~]# service iptables status ; getenforce
iptables: Firewall is not running.
Disabled
[root@RHEL91 ~]#

zhenqingzuo63164 01-13-2013 02:01 AM

Is this NFS4 question of my configuration wrong? I dont know where/which file contrl the rpc.svcgssd service?

zhenqingzuo63164 01-13-2013 02:06 AM

help me.

steved who report this bug in rhel5,but in rhel6.3 is still current.why?

nallanisai 01-13-2013 05:37 AM

What is nfs version ur using.
#rpm -qa | grep -i nfs

zhenqingzuo63164 01-13-2013 08:32 AM

[root@RHEL91 Desktop]# cd
[root@RHEL91 ~]# service nfs status
rpc.svcgssd is stopped
rpc.mountd (pid 2087) is running...
nfsd (pid 2167 2166 2165 2164 2163 2162 2161 2160) is running...
rpc.rquotad (pid 2083) is running...
[root@RHEL91 ~]# rpm -qa | grep -i nfs
nfs-utils-1.2.3-26.el6.i686
nfs-utils-lib-1.1.5-4.el6.i686
nfs4-acl-tools-0.3.3-6.el6.i686
[root@RHEL91 ~]#


I really need help.

TB0ne 01-13-2013 09:02 AM

Quote:

Originally Posted by zhenqingzuo63164 (Post 4868957)
[root@RHEL91 Desktop]# cd
[root@RHEL91 ~]# service nfs status
rpc.svcgssd is stopped
rpc.mountd (pid 2087) is running...
nfsd (pid 2167 2166 2165 2164 2163 2162 2161 2160) is running...
rpc.rquotad (pid 2083) is running...
[root@RHEL91 ~]# rpm -qa | grep -i nfs
nfs-utils-1.2.3-26.el6.i686
nfs-utils-lib-1.1.5-4.el6.i686
nfs4-acl-tools-0.3.3-6.el6.i686
[root@RHEL91 ~]#


I really need help.

Yes, we understand that...but coming back and bumping your own thread again and again doesn't make people answer any faster, and it's rude. If you need fast help, then call Red Hat support, since you're using RHEL. You are PAYING for RHEL, right???

Did you CONFIGURE kerberos? If you didn't, it won't start...what do you see in your log files when you try to start the service????
http://www.linuxtopia.org/online_boo...ntication.html
http://www.linuxtopia.org/online_boo...sts-nfsv4.html
https://access.redhat.com/knowledge/solutions/45663

jschiwal 01-13-2013 04:24 PM

Post your /etc/exports file. What is the sec= entry for each export. If it is sec=sys or absent, then you aren't using krb, krbi or krbp. You may not need the service.
Quote:

Valid security flavors are none, sys, krb5, krb5i, krb5p, lkey, lkeyi, lkeyp, spkm, spkmi, and spkmp.


All times are GMT -5. The time now is 07:15 PM.