This is a discussion on nfs problems within the Linux software forums, part of the Linux Getting Started category; I have been having some strange nfs problems. Our main file server, filer, has several mounts exported, serving to ~15 ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
I have been having some strange nfs problems. Our main file server, filer, has several mounts exported, serving to ~15 users. No one has any problems, except 2. Recently their computers (1 is a clone of the other) their computers will lock-up when they are nfs mounted, but work fine when they aren't. All systems are Ubuntu x86_64 on dual opteron systems, nearly all are identical. The server does not have any error messages, nor do the workstations. Does anybody have any ideas?
|
| Sponsored Links | ||
|
|
|
||||
|
First make sure you start portmap and nfs client services:
Code:
sudo /etc/init.d/portmap start sudo /etc/init.d/nfs-common start Code:
showmount -a showmount -d showmount -e Try to mount NFS directory with intr option, so if it hangs you can press CTRL+C: Code:
mount -o hard, intr nfsserver:/path/to/dir /local/mnt Code:
mount -o soft,timeo=10 nfsserver:/path/to/dir /local/mnt Code:
mount -o hard,intr, nfsvers=3 nfsserver:/path/to/dir /local/mnt Also on nfs sever run command: Code:
tail -f /var/log/message Try out all these troubleshooting tips and let us know ..
__________________
Rocky Jr. You may have my body & soul, but you will never touch my pride! If you have knowledge, let others light their candles at it. Certified to work on HP-UX / Sun Solaris / RedHat |
|
|||
|
Portmap was originally set to look at 127.0.0.1. I changed it to the eth0 address, and the problem remained. nis at this point was also not working, rpcinfo -p was not giving out info, unless you either specified loopback, or the hostname. Changed portmap to listen to both sides, nis started working, and so has nfs, the computer hasn't crashed since.
Thanks for your help! |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Internet problems | norm134c | Getting started tutorials | 2 | 03-25-2008 01:20 AM |
| Help with MINIX problems | grndpilot99 | Linux software | 0 | 10-03-2007 09:29 AM |
| PHPMyAdmin Problems | JoeDively | Coding in General | 0 | 09-21-2007 10:30 PM |
| operator= problems | mtalexan | Coding in General | 2 | 10-17-2006 12:33 AM |
| .htaccess problems | rcordeiro | Linux software | 4 | 07-05-2006 08:32 PM |