> I am in the process of setting up a Solaris 8 NIS server with
> about two dozen Linux 7.x -8 clients. After setting up the
> clients with ypbind and ypwhich (I can see the NIS server after
> doing this) What commands do I need to transfer the maps from
> the Solaris box to the Linux box, and where are these maps
> stored?
> Justin
The idea behind NIS is to not have to store the maps on the
clients. The maps are accessed via rpc calls to the server as
needed. You will have to set up your nsswitch.conf file on each
host to use nis over files (or dns). Once this file is in
order, if you have an entry like so:
services: nis files
and "ypcat services" returns a generic /etc/services file, then
when a network protocol is looking to map a service, it will
refer to your nis map instead of the /etc/services on the local
machine.