| Author |
Message |
Huub *nix forums Guru
Joined: 01 Apr 2005
Posts: 332
|
Posted: Fri Apr 01, 2005 8:44 am Post subject:
NFS daemon problem?
|
|
|
Hi,
From my FC3 system, I can't access my NFS server anymore. I can ping
ok. Also webservices are fine. The server isn't the problem, because
from another pc (Slackware) I can access the files fine by NFS. This is
the message:
# mount -t nfs Durban:/admin /mnt/Durbanadmin/
mount to NFS server 'Durban' failed: server is down.
I didn't change anything on either the server or the workstation.
Anyone a clue?
Thanks
Huub |
|
| Back to top |
|
 |
Guest
|
Posted: Fri Apr 01, 2005 8:05 pm Post subject:
Re: NFS daemon problem?
|
|
|
The default fallback of NFS from TCP to UDP has been eliminated; if
your server only supports NFS over UDP, mounting now fails. Add "-o
udp" to your mount command, or add "udp" to the options in your
automount map.
TR
Huub wrote:
| Quote: | Hi,
From my FC3 system, I can't access my NFS server anymore. I can ping
ok. Also webservices are fine. The server isn't the problem, because
from another pc (Slackware) I can access the files fine by NFS. This
is
the message:
# mount -t nfs Durban:/admin /mnt/Durbanadmin/
mount to NFS server 'Durban' failed: server is down.
I didn't change anything on either the server or the workstation.
Anyone a clue?
Thanks
Huub |
|
|
| Back to top |
|
 |
Huub *nix forums Guru
Joined: 01 Apr 2005
Posts: 332
|
Posted: Sat Apr 02, 2005 8:35 am Post subject:
Re: NFS daemon problem?
|
|
|
Thank you! It works! What is the automount map? You mean /etc/sysconfig?
Huub
torsten.rohlfing@sbcglobal.net wrote:
| Quote: | The default fallback of NFS from TCP to UDP has been eliminated; if
your server only supports NFS over UDP, mounting now fails. Add "-o
udp" to your mount command, or add "udp" to the options in your
automount map.
TR
Huub wrote:
Hi,
From my FC3 system, I can't access my NFS server anymore. I can ping
ok. Also webservices are fine. The server isn't the problem, because
from another pc (Slackware) I can access the files fine by NFS. This
is
the message:
# mount -t nfs Durban:/admin /mnt/Durbanadmin/
mount to NFS server 'Durban' failed: server is down.
I didn't change anything on either the server or the workstation.
Anyone a clue?
Thanks
Huub
|
|
|
| Back to top |
|
 |
Guest
|
Posted: Mon Apr 04, 2005 1:53 pm Post subject:
Re: NFS daemon problem?
|
|
|
Huub wrote:
| Quote: | Thank you! It works! What is the automount map? You mean
/etc/sysconfig?
|
I meant /etc/auto.home for example, or any other maps you may be using
with autofs. The syntax for options there is slightly different from
the /etc/fstab. If you don't know what I meant, it is probably not
relevant for you anyway.
TR |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|