NFS server problems [merged]


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users NFS server problems [merged]
# 1  
Old 02-13-2002
NFS server problems

I have a machine A NFS mounted on machine B

I am doing a build from machine B on the MFS mounted dir of machine A but I keep getting the following:

NFS server A not responding still trying.

I go to machine A and can log onto machine A and everything seems fine.

How do I go about finding the problem ?

Thanks
# 2  
Old 02-13-2002
NFS problems

I have a machine A NFS mounted on machine B

I am doing a build from machine B on the MFS mounted dir of machine A but I keep getting the following:

NFS server A not responding still trying.

I go to machine A and can log onto machine A and everything seems fine.

How do I go about finding the problem ?

Thanks
# 3  
Old 02-13-2002
You can try the following (after reading the man page for your OS to insure it will work):

rpcinfo -T udp remotesystemname nfs

change nfs to mountd and check it also.

You didn't put what version of OS and possibly what version of NFS.

Check your network traffic between your system and the remote system - you can sometimes lose connectivity due to the amount of traffic on the wire. Check your two systems and the times you get the messages - what else is going on (backups, everyone reading their mail at 08:00 in the morning).
Check your patch level for your OS especially for NFS.
thehoghunter
# 4  
Old 02-13-2002
Both machines are Sun boxes. One has Solaris 7 and the other has Solaris 8
# 5  
Old 02-13-2002
Another problem that could cause NFS to be VERY busy - core files from users - our site has a network GUI that they seem to be able to crash very easily - since they could create core files, the file would be created on their home directory (on another server via NFS). This can keep the NFS server so busy (with just one core file) that it will start giving the same error.
thehoghunter
# 6  
Old 02-13-2002
Some things come to mind:

1. Please always remember to provide detail info regarding
your problem, like what OS (brand, version) the machines are running ? How much memory does each server have and what
kind of load(s) are the 2 servers under ? It makes answering questions easier.

2. Is there a lot of traffic on your network ?

3. Are the cables flakey ? What about other network communication ? Is that normal ?

4. How many nfsd processes are running on server A ?

Best Wishes
# 7  
Old 02-14-2002
This same question was posted in two places. I have merged the two together to keep the questions / answers together.

Please do not fragment your questions - let's keep the questions / answers in one place.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

AIX NFS Server and NFS Client

Hi 2 ALL, try to run NFS Server in AIX 7.1 : 1. Step by step on NFS Server node mkdir /tmp/test chgrp staff /tmp/test chmod 775 /tmp/test-- create export directory (fs) mknfsexp -d /tmp/test -t ro exportfs -va show mount -e :/# exportfs -av exports: 1831-187 re-exported /tmp/test... (4 Replies)
Discussion started by: penchev
4 Replies

2. Red Hat

Memory problems in NFS client server

Hi all, i have some doubts in a situation that i fail to get an answer in Google. I have a solaris 10 nfs server and 5 centos 6.0 nfs clients. The problem/situation is that in the clients the free memory is "disappearing" along the time (passing to used)..and it gets free if i umount the... (5 Replies)
Discussion started by: blast
5 Replies

3. Red Hat

NFS problems

Hi All, I hoping someone can help me get my NFS working properly. I don't know why I'm having little issues... Overall, NFS is working, therefore, the problem may not be with NFS. I can ssh to remote nodes and view NFS shared directories (/home). Here is the problem, when on a node and I open a... (2 Replies)
Discussion started by: Bic121
2 Replies

4. AIX

NFS mount problems on AIX

Hi, I have two machines (AIX) each on a different VLAN. Need to mount a filesystem using nfs on the other one. When I export the nfs file system its a breeze. But when I try to mount it on the other machine the smitty command hangs on "running" and i get an OK from smitty but with this... (6 Replies)
Discussion started by: aixromeo
6 Replies

5. Solaris

Solaris 9 as a nfs client -- centos as a nfs server.

Hello, I have a centos as nfs server, its name is centos_A. After I finish the setup of the nfs server, the other linux can access this nfs server immediately via /net/centos_A/* But, My solaris 9 can not access /net/centos_A/* immediately. I have to leave /net/centos_A, and wait for about... (1 Reply)
Discussion started by: bruceharbin
1 Replies

6. Debian

NFS problems (Debian)

I'm trying to share some directories with NFS among Debian machines. In order to do so, I installed nfs-common and nfs-kernel-server on the server machine. It seemed that starting portmap daemon lasted a long time and I get the following messages in /var/log/messages: Jan 30 18:18:03 masternode... (26 Replies)
Discussion started by: bellman
26 Replies

7. UNIX for Advanced & Expert Users

NFS Problems

I am having a really bad day today. I am trying to get an nfs mount to work. I want to have a mount from machinea:/home going to /home on machineb. I can mount machinea:/home on any mount point EXCEPT /home and see the files. I can not see the files or list the directory (it hangs) when I mount... (17 Replies)
Discussion started by: mbathrick
17 Replies

8. Linux

NFS Server FC7 Solaris client problems!

Hi, my problem is that I am not able to grand the nfs directory on a Fedora 7 server to a standard solaris client. I always got the messages no permission. Important: No change on the client (Solaris) is possible! So I am not able to change the NFS Version on the client side to force the... (3 Replies)
Discussion started by: joerg
3 Replies

9. UNIX for Dummies Questions & Answers

SCO NFS problems

Hi, I've got a really old system we use for call logging. The OS is SCO 3.2 uname -a output SCO_SV bts7053 3.2 2 i386 the problem we are having is that its no longer doing its backups. The original problem was the tape drive, which has been replaced twice now. Because the company are... (1 Reply)
Discussion started by: johno12345
1 Replies
Login or Register to Ask a Question