When I restart the NFS service I got the following error like the image below
So I resolved the issue by the following steps.
Step 1
Checked the rpcbind status with the following command
service rpcbind status
I got the error like rpcbind dead but pid file exists
so I just restart the rpcbind service with the following command
service rpcbind start
Step 2
Checked the rpcinfo with following command
rpcinfo -p
then I just restart the nfs service with the following command
service nfs restart
That's all.
So I resolved the issue by the following steps.
Step 1
Checked the rpcbind status with the following command
service rpcbind status
I got the error like rpcbind dead but pid file exists
so I just restart the rpcbind service with the following command
service rpcbind start
Step 2
Checked the rpcinfo with following command
rpcinfo -p
then I just restart the nfs service with the following command
service nfs restart
That's all.
No comments:
Post a Comment