On Apr 25, 12:47 am, Casper H.S. Dik <Casper....@OrSPaMcle.COM> wrote:
I found some information on it - the problem is related to the
automounter maintaining the /net directory.
Symptoms
If the automounter on an NFS client has already mounted a -hosts map
(e.g. /net) for an NFS server it will not show file systems later
exported on that server. The automounter only looks at the list of
exported filesystems from a particular host via the -hosts map at
the time it is mounted and does not refresh the list.
Resolution
There are at least three different ways to resolve this:
1. Wait for the /net mount to time-out and be unmounted.
2. Use a different but equivalent name for the host:
/net/foo
/net/
foo.uk
/net/FoO.uK
/net/
foo.uk.sun.com
/net/
129.1.2.3
Each one will be a new 'view' on the exported directories.
3. Reboot
#1, above, really doesn't work.
What I've found is if I wait overnight the problem still will not
clear itself.
That means even though the /net/filer1/vol/vol2_sata is not mounted
nor does
it even exist, it also doesn't clear itself up.
However, if I svcadm disable autofs, then:
# sleep 600; svcadm enable autofs
I get a new shot at browsing/retrieving the exports of /net/filer1/
vol.
So far, that's the quickest way to resolve the issue.
Regards, Scott