Re: exported nfs drive not mounting after reboot



On Wed, Oct 04, 2006 at 10:46:11AM -0600, Mark Schlechte wrote:

I have some nfs mount points defined between Aix servers and after a reboot they do not automatically re-mount.
If I just issue a 'mount all' or specifically mount that filesystem it always mounts, no problem.

Example from lfs output.
Name Nodename Mount Pt VFS Size Options Auto Accounting
/tech/notes serverA /tech/notes nfs 102400 bg,soft,intr yes no

Section from /etc/filesystems:
/tech/notes:
dev = /tech/notes
vfs = nfs
nodename = serverA
mount = true
options = bg,soft,intr
size = +102400
account = false

I think this must be a simple issue to resolve but not sure where to start.

Mark

Do you have other nfs filesystems on this machine that do mount?

Check to make sure that /etc/rc.nfs is being run (it is not commented out
of /etc/inittab)

If rc.nfs is being run, make sure that the line '/usr/sbin/mount -v nfs all'
is being run.

Make sure that /usr/sbin/mount -t nfs or /usr/sbin/mount -v nfs all works
with no error messages.

hth,

bob



Relevant Pages

  • Re: Compressing log files and CPU load
    ... I have seen a 'real time priority' task desperate for ... > drivers certainly don't have to be. ... > totally blocked on kernel I/O e.g. when a disk fails or NFS mount fails ...
    (comp.compression)
  • Re: Speed up NFS performance?
    ... Have you tried playing about with the read/write block sizes when you mount ... Locally we can dump this much data in about 4 hours. ... I would like to speed up the NFS mount to be able to receive this data as ...
    (AIX-L)
  • Re: NFS causing slooooow boot
    ... The "bg" option insists on waiting around to timeout ... Comment out the nfs mount lines in fstab. ... You can test this with a script file containing: 'date', 'mount -a', 'date', and changing your /etc/fstab to attempt to NFS mount from a computer which does not exist. ...
    (Fedora)
  • Re: Waking up server during boot prevents NFS mounts after upgrade to etch
    ... I think that should be considered a bug. ... Are you aware of the NFS mount option 'bg'? ... has to do with the protocol used after the clients have mounted. ...
    (Debian-User)
  • nfs mount on boot issue with Solaris 10
    ... I have an issue where I have ~200 Sun systems doing an NFS mount to an ... EMC NFS/NAS server. ... remote NFS mounts to not mount on a system reboot. ... I have also reviewed non applied patches, ...
    (SunManagers)