Sometime server slowness is caused by NFS error, once you found root cause and fix it, the next step is to restart NFS. you should make sure rpc is running before you start nfs server. or you will receive error looks like below in /var/adm/messages
"Jan 17 10:14:43 allenunix mountd[4998]: svc_create: could not register prog 100231 vers 1 on ticlts"
steps to restart NFS.
#/etc/init.d/nfs.server stop
#/etc/init.d/rpc start
#/etc/init.d/nfs.server start
阅读(858) | 评论(0) | 转发(0) |