Contained WithinFind More DocumentationFeatured Support Resources | Descargar este libro en PDF (2085 KB)
|
# /usr/sbin/ypinit -c |
The ypinit command prompts you for a list of NIS servers. Enter the name of the local slave you are working on first, then the master server, followed by the other NIS slave servers in your domain in order from the physically closest to the furthest in network terms.
Determine if the NIS client is running, then start the client service as needed.
# svcs network/nis/client STATE STIME FMRI online 20:32:56 svc:/network/nis/client:default |
If svc:/network/nis/client is displayed with an online state, then NIS is running. If the service state is disabled, then NIS is not running.
Initialize this machine as a slave.
# /usr/sbin/ypinit -s master |
Where master is the machine name of the existing NIS master server.
Repeat the procedures described in this section for each machine you want configured as an NIS slave server.