Tim Donnelly wrote:
My problem:
I have a server (damocles running Suse 10) that is supposed to be mounting two remote file systems via NFS. Both remote file systems are being served by the same server (janus running SLES 9). The relevant portions of the fstab file for damocles looks like this:
janus.coalliance.org:/proddb /proddb nfs defaults 0 0 janus.coalliance.org:/prodobj /prodobj nfs defaults 0 0
Both systems are being served with the same options from janus.
When damocles is booted, /prodobj mounts fine, but /proddb will not mount. If I run mount -a from the command line it mounts like it should. I've seen the exact same behaviour on a SLES9 server here that mounts NFS filesystems exported by an HP-UX server.
In our case at least, the problem seemed to be caused by a name resolution issue: either the NFS mount request doesn't wait long enough for an answer, or the resolver isn't fully operational yet when the first mount request kicks in. By the time the second mount request is reached, name resolution works fine (likewise for all subsequent requests). I fixed it by adding the server name and IP address in the /etc/hosts file on the NFS client. In you case: w.x.y.z janus janus.coalliance.org I know it's not ideal, but it worked for us. YMMV -- HTH Cheers. Bye. Ph. A. -- *Philippe Andersson* Unix System Administrator IBA Particle Therapy | Tel: +32-10-475.983 Fax: +32-10-487.707 eMail: pan@iba-group.com <http://www.iba-worldwide.com> The contents of this e-mail message and any attachments are intended solely for the recipient (s) named above. This communication is intended to be and to remain confidential and may be protected by intellectual property rights. Any use of the information contained herein (including but not limited to, total or partial reproduction, communication or distribution of any form) by persons other than the designated recipient(s) is prohibited. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free. Ion Beam Applications does not accept liability for any such errors. Thank you for your cooperation.