vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hi all, I'm running multiple AIX servers 4.3.3 to 5.2. When I try and 'ls' (ls /net/localhost/filesystem) a locally exported file system, I see nothing in the contents when I use the default automount. I can see filesystems exported from other servers and they can also see the locally exported ones. However, if I have 'compat_automount' running and invoked directly from the rc.nfs file, I can see the local host filesystem contents (ls /net/localhost/filesystem). Here is the line in rc.nfs for when it does not work: /usr/sbin/automount -D COMPAT_AUTOMOUNT=TRUE -f /etc/auto_master When it does work: /usr/sbin/compat_automount -f /etc/auto_master Here is my auto_master: /vol /etc/auto.vol -rw,soft,nosuid /home /etc/auto_home -rw,soft,nosuid /net -hosts Any help appreciated before I contact support. thanks -Gary |