resume mount connection


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users resume mount connection
# 1  
Old 03-21-2005
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.
# 2  
Old 03-22-2005
You can use a daemon like automounter. We use that in HPUX... There are many generic such daemons which will run and remount NFS filesystems.

You must put an entry in the /etc/fstab or /etc/vfstab or whatever your file is called. (where your mounted FS are located)

Then ensure that the automount program is running. And you need Rpc daemon running as well I think, at least on the client, if not on the host server.

Last edited by Kelam_Magnus; 03-23-2005 at 04:41 PM..
# 3  
Old 03-31-2005
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 ...
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Resume from last failed command

Dear Experts, I am creating a shell script (A) which is menu driven and in turn calls another shell scripts (X) depending on the selection. X has a list of commands which runs batch jobs in auto mode. Content of X ./sqr.ksh axhri051_sf axhri051_sf.par $1 $2 XHRPPYOV; ./sqr.ksh axbni062... (19 Replies)
Discussion started by: rprasad
19 Replies

2. Shell Programming and Scripting

cURL auto resume

Searched here and google and couldn't find a viable solution. Is there a way to transfer a file with curl and have it automatically attempt to resume it if there's an error, broken pipe, interruption, etc? curl -C- -T myfile.tar.gz ftp.site.com --user DC_Slick:password That's what I use... (1 Reply)
Discussion started by: DC Slick
1 Replies

3. Hardware

Cannot resume from suspend with new motherboardktop, does not resume properly

I would like to get pm-suspend (or any other suspend method) working for a small new desktop computer. It is based on a Zotac GF-8200 ITX motherboard and an AMD Athlon II X@ 240 CPU using ArchLinux x86_64. The pm-suspend script works, apparently putting the machine into suspend correctly... (0 Replies)
Discussion started by: lagagnon
0 Replies

4. Solaris

Solaris 10 ftp connection problem (connection refused, connection timed out)

Hi everyone, I am hoping anyone of you could help me in this weird problem we have in 1 of our Solaris 10 servers. Lately, we have been having some ftp problems in this server. Though it can ping any server within the network, it seems that it can only ftp to a select few. For most servers, the... (4 Replies)
Discussion started by: labdakos
4 Replies

5. HP-UX

How can I resume process ?

hi every body lock at this situation and tell me your advice i tried to install patch in hp-ux v2 i used swinstall -s /path to the patch every thing was good but during the installation network connection between the server and my labtob when i connect again to the server i tried to... (2 Replies)
Discussion started by: maxim42
2 Replies

6. Solaris

Solaris resume

Hi Im in solaris field and i have one year of experience so can anyone get me a sample resume for level 1 support for solaris so that it will be easy for me to update my profile..:) (1 Reply)
Discussion started by: madanmeer
1 Replies

7. What is on Your Mind?

Are companies viewing my resume? How do I track my resume visits?

Hi everybody, I am wondering if there is any tool or website out there which can track who is viewing my resume. It is very frustrating when you send your CV or Cover Letter and you receive no feedback from the company, you don't even know if they have checked it out. Thanks for your help (1 Reply)
Discussion started by: gearyipswich
1 Replies

8. Shell Programming and Scripting

I can't resume a process after stopping it!

Hello, I have a process running, for example a "top". I send it a signal to stop it kill -s SIGSTOP 3423 It works, but when I want to resume it by kill -s SIGCONT 3423 It does not work. Help me please..... I have Fedora Core 4. Thank you (0 Replies)
Discussion started by: Nene
0 Replies
Login or Register to Ask a Question