Skip to ContentSkip to Footer
시작 내용
- Community Home
- >
- HPE Community, Korea
- >
- HP-UX
- >
- nfs관련 입니다..
HP-UX
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
-
정보
- 커뮤니티
- Welcome
- 시작하기
- 포럼 FAQ
- 랭킹 개요
- 참여규칙
- Tips and Tricks
- 접촉
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- 다른 HPE 사이트
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
포럼
-
블로그
-
정보
-
한국어
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 친구에게 이메일 보내기
- 부적절한 컨텐트 신고
날짜: 04-25-2005 10:00 PM
날짜: 04-25-2005 10:00 PM
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가 엄청 늦게 올라온다고 합니다.
어떻게 접근을 해가야 할지..
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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 친구에게 이메일 보내기
- 부적절한 컨텐트 신고
날짜: 04-25-2005 10:00 PM
날짜: 04-25-2005 10:00 PM
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.
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 친구에게 이메일 보내기
- 부적절한 컨텐트 신고
날짜: 04-26-2005 10:00 PM
날짜: 04-26-2005 10:00 PM
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를 올려주세요~
그럼..
이종민입니다.
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를 올려주세요~
그럼..
위에 명시된 의견은 Hewlett Packard Enterprise가 아닌 저자의 개인 의견입니다. 이 사이트를 사용하면 이용 약관에 동의하게되며 참여 규칙 .