1752805 Members
5687 Online
108789 Solutions
New Discussion

SLES 11 SP1 NFS Issue

 
Craig Johnson_1
Regular Advisor

SLES 11 SP1 NFS Issue

Ok, I've had nothing but problems with NFS on SLES 11 no matter what SP# I use.

I recently upgraded from SP0 to SP1 after EMC finally released a version of PowerPath for SP1 (which unfortunately doesn't work). Anyway, I was able to migrate an NFS resource using HAE to the SP1 server, but no client could mount the NFS share. It kept saying "RPC: Program not registered".

So, I noticed that on the NFS server, that rpc.mountd is running, but it isn't registered in the rpc database.

$ rpcinfo -p 10.20.210.81
program vers proto port service
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100021 1 udp 38000 nlockmgr
100021 3 udp 38000 nlockmgr
100021 4 udp 38000 nlockmgr
100021 1 tcp 39552 nlockmgr
100021 3 tcp 39552 nlockmgr
100021 4 tcp 39552 nlockmgr
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs

$ ps -ef | grep rpc
root 2279 1 0 14:59 ? 00:00:00 /usr/sbin/rpc.idmapd
root 2521 1 0 15:10 ? 00:00:00 /sbin/rpcbind
root 7371 2 0 14:08 ? 00:00:00 [rpciod/0]
root 7372 2 0 14:08 ? 00:00:00 [rpciod/1]
root 7374 2 0 14:08 ? 00:00:00 [rpciod/2]
root 7375 2 0 14:08 ? 00:00:00 [rpciod/3]
root 29247 1 0 15:56 ? 00:00:00 /usr/sbin/rpc.mountd --no-nfs-version 4
root 29262 1 0 15:56 ? 00:00:00 /usr/sbin/rpc.statd --no-notify


Any ideas how this could happen?