My question dealt with the trouble I was having getting filesystems to mount
via NFS. Attempts to mount failed with "RPC: Program not registered".
The problem was that nfsd and mountd weren't running. If turns out that if
there are no shared entries in /etc/dfs/dfstab, then those daemons aren't
started at boot time. The solution I chose was to put the share command in
/etc/dfs/dfstab, and then execute
/etc/init.d/nfs.server start
Also, I could have issued the commands manually:
/usr/lib/nfs/nfsd -a 16
/usr/lib/nfs/mountd
This must all be done as root, naturally.
Thanks to all those who responded.
-- Mitch Patenaude
mrp@northcoast.com
This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:10:51 CDT