HP-UX
1753873 회원
7580 온라인
108809 솔루션
새 메시지

nfs관련 입니다..

 
권규용
정기 조언자

nfs관련 입니다..

안녕하세요..

nfs client(hp11)의 syslog.log에 다음과 같은 message가 나옵니다..



Apr 25 11:09:34 hp11 vmunix: NFS server A-server not responding still trying

Apr 25 11:11:34 hp11 vmunix: NFS server A-server not responding still trying

Apr 25 11:13:34 hp11 vmunix: NFS server A-server not responding still trying

Apr 25 11:15:34 hp11 vmunix: NFS server A-server not responding still trying

Apr 25 11:20:42 hp11 vmunix: NFS server A-server not responding still trying



그래서인지 nfs 서버(A-server)로 data가 엄청 늦게 올라온다고 합니다.

어떻게 접근을 해가야 할지..



2 응답 2
mark.M
임시 조언자

nfs관련 입니다..

When anyone is trying to mount NFS the person has to check the following daemons should be running on the server.



NFSD

RPCBIND/PORTMAPPER

RPC.STATD

RPC.LOCKD

RPC.MOUNTD





Pls check this with the help of command



rpcinfo -p



which will show you what is running in your system.



For NFS mount check the server and client /etc/hosts file.



there should have entry for both client and server.

try to ping to both the server and client and check whether it is through.





Also check the /etc/exports file on the server to check wich file system server has given permission to export.try to see the file /etc/xtab after giving the command



exportfs -a or

try to type the command on sever



/sbin/init.d/nfs.server start

/sbin/init.d/nfs.client start



Then try to mount the file system like

try the following command on client.



mount -o soft server name:/file system name /mounted file system name on client.



rememeber always server is exporting and client is mounting a file system.



Hope this will sort out your problem.
Jongmin, Lee
유치원

nfs관련 입니다..

안녕하세요

이종민입니다.



nfs version이나 프로토콜은 맞는지요?

버전 3에 tcp를 권장드립니다. 혹시 /etc/hosts가 잘못되었지도 살펴보시구여

DNS 클라이언트라면..아무튼 네임레졸루션에 문제 없는지를 확인하시구여.



기본 세팅에 문제가 없으시다면,

# vi /etc/rc.config.d/nfsconf

LOCKD_OPTIONS="-C"

STATD_OPTIONS="-l /var/adm/rcp.statd.log"



부분을 수정하신 후, nfs restart해보시기 바랍니다.

만일 동일 현상이 계속 발생하면, /var/adm/rpc.statd.log를 올려주세요~



그럼..