![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| resume the suspended background job | baloo_mia | Linux | 2 | 04-20-2008 02:27 PM |
| Are companies viewing my resume? How do I track my resume visits? | gearyipswich | What's on Your Mind? | 1 | 04-01-2008 06:58 PM |
| I can't resume a process after stopping it! | Nene | Shell Programming and Scripting | 0 | 08-09-2006 10:37 AM |
| ftp resume feature | ppass | SUN Solaris | 2 | 07-30-2006 06:11 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
resume mount connection
I have a system mount between two servers , but sometimes the connection will be broken when the unstable network or reboot the server , then the mount will not be resumed , even I add the mount connection at /etc/inittab , I still found the mount connection is unstable , could suggest how can I make sure two servers are mounted at any time ? thx.
|
| Forum Sponsor | ||
|
|
|
||||
|
from my experience --- hard mounting NFS-filesystems will always get you this situation because any disconnection will create stale NFS connections ... the cleanest way I found to get rid of them is to reboot the affected server ... but this could be a problem if you have other servers dependent on the server that is being rebooted ... automounting will help you a lot if you really don't need that the NFS filesystems be permanently mounted based on an application requirement ...
see "man automount" ... and also the "Managing NFS and NIS" book in the O'reilly series ... |
||||
| Google The UNIX and Linux Forums |