Hello,
Cannot register service: RPC: Unable to receive; errno = Connection refused
You are getting the above error while starting your NFS service because you have not installed or started rpcbind service.
Solution:
======
yum -y install rpcbind
and start the service
/etc/init.d/rpcbind start