![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Extinguish communication blues with OpenFire | iBot | UNIX and Linux RSS News | 0 | 01-28-2008 08:30 AM |
| kde blues | rinquisitor | UNIX Desktop for Dummies Questions & Answers | 1 | 05-11-2007 04:32 AM |
| Career blues!!! | ranj@chn | What's on Your Mind? | 1 | 10-19-2006 08:06 PM |
| xlib blues (XFree86 - Linux) | Alux | High Level Programming | 1 | 12-01-2005 03:44 AM |
| D'oh! Apple Pro Keyboard Blues | chenly | Filesystems, Disks and Memory | 1 | 04-01-2002 06:07 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I have a situation where there are two SCO R5 Open Server Unix boxes in a remote location. The two boxes are inter-related via NFS mounts. My problem occurs when one of the boxes goes down, the NFS relationship stops the remaining machine from carrying on, even though it would be able to do so if in stand alone mode. Therfore is it possible to add something to "disentangle" each machine from the other in the event of a shutdown ?
|
| Forum Sponsor | ||
|
|
|
|||
|
I know that on Solaris NFS has some issues...you can set the setting in /etc/vfstab (I think)...by default it will try to connect 10000 times if a server is not available and as such floods the TCP connections and the machine can hardly do anything...I am not sure the exact settings but I think there is a flag YES/NO where you can set it to NO so that it doesn't look for the machine and carries on...This is true for solaris...no idea about any SCO...but I am sure there must be a setting some where in the /etc dir...look for nfs files.../etc/dfs/dfstab, etc etc...hope this helps...
|
|
|||
|
Hi,
In nfs for Linux you can adjust the retry mount operation by altering the retry option in /etc/fstab, this defaults to 10000 minutes. You could alter this to retry=1 Also have you tried using the "soft" option to soft mount the directory shares. Another option you may want to try is "intr" this allows file operations to be interrupted. Hope this helps Andy Hibbins |
|||
| Google UNIX.COM |