Humm, the default timeout for autofs on Redhat is 300 secs, i.e. 5 minutes. On the Redhat system, check the value of TIMEOUT in /etc/sysconfig/autofs. If it is 300 change it to say 600 and see if this doubles the time between hangs. Obviously, restart the NFS services after making this change.
I suspect autofs/automoumter is having a problem with fs:/home.
the time out option is there. It's even commented on.
try to modify this
DAEMONOPTIONS="--timeout=60"
also may want to manually mount fs:/home and see if you still see error?
Are you using autofs? b/c I see you have line in /etc/fstab on rhel box. May want to stop autofs with service command and what does chkconfig --list autofs show? what about /etc/auto.home and auto.master?
Well. I increased DAEMONOPTIONS="--timeout=60" to be set to 600000
after conducting the mount:
INCREASED THE TIMOUT OPTION TO: 600000
IT STILL HANGS IN ABOUT 5 MINUTES. VERY FRUSTRATING - Perhaps this is a kernel issue? 404 Not Found
states it is and I have the same version 2.6.9-78.0.17.ELsmp
it hangs on df -h, ls -al, cding to the nfs mount.
Well. Specifying udp as the network protocol during the initial mount seems to have solve my problem. I am having a hard time understanding why. When creating the initial mount WITHOUT specifying tcp or udp the issue occurs. This makes me believe that the tcp is the default option when nothing is specified.
WORKS:
DOES NOT WORK
I would like to use tcp, but I don't really know what the issue is.
I specify the nfs version during the mounting process? I.E. mount -t nfs=3 etc. etc.
Is this what you mean. Is redhat using version 2 of nfs by default? How do I verify the version running? Thanks.
A i mistaken? I thought it was using autofs for the cdrom?
I need a help of good people with effective bash script to mount nfs shared,
By the way I did the searches, since i haven't found that someone wrote a script like this in the past, I'm sure it will serve more people.
The scenario as follow:
An NFS Client with Daily CRON , running bash script... (4 Replies)
Dear All ,
I have a NFS Server A and NFS client B. I have mounted the respective volume in NFS client. Now I wanted to make this volume as a NFS Server to another machine . Is this possible in Linux.
Rgds
Jegan R (3 Replies)
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)
I have found numerous articles on creating share on HPUX 11.1 (data source prepared for export) but I did not find from client's perspective what to do?
I have a shared dir (all NFS ready full permissions) that I would like to access from a HP server what I need to do on this HPUX to be able to... (5 Replies)
Hi All,
I am facing very strange problem. I have created NIM server with 6.1 TL4SP3. I am having SPOT and MKsysb of the same version. I am able to install the client using this spot and mksysb. Now I got the requirement of installing the 5.3 ML11SP3 client. So using the mksysb of 5.3 ML11SP3, I... (3 Replies)
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)
I have a DUAL VIO ( IBM Virtual I/O ) setup on p 570.
Two Vio server ( VIOS ) and many LPAR clients.
VIO ( latest version + service pack + applied the fix ) and AIX 6.1 ML2
When both VIOs are running, and if I turn on a Client LPAR, the LPAR hangs at LED 25b3 for more than 1 hour then it... (2 Replies)
Last week I've installed Windows Services For UNIX on a Windows 2003 Server test machine (s2003), and exported a folder through NFS. The share is named "storage", and is used as a temporary place for very large export/dump files. Unfortunately, this is the only machine where I have access to a big,... (10 Replies)
Hi,
We are currently in the process to move the user authentication for our AIX clients to a Windows 2003 server to authenticate them against the active directory entries.
What we have so far:
- NIS master server on Windows 2003 Server with the unix-subsystem installed -> This is managing... (1 Reply)
*** I also posted this in the Unix general forum, but would like to get the Linux point of view. ***
Hello all -
I've searched this forum, but was unable to find out the info I need.
I'm trying to mount (nfs mount) a directory on another box from my Linux machine.
The mount point... (1 Reply)