NFS Services Administrator's Guide

Configuring and Administering NIS+
Administering NIS+
Chapter 5252
6. On the root master server, issue the following command:
keylogin -r
Supply the root password when prompted for it.
7. Log in as root to every server in the namespace, and issue the
following commands. Note that the domainname must end in a dot.
nisupdkeys org_dir.domainname.
nisupdkeys groups_dir.domainname.
nisupdkeys domainname.
8. Log in as root to every server in the namespace, including the root
master server, and issue the following commands to restart the
nis_cachemgr process and restart rpc.nisd at security level 2:
nis_cachemgr -i
ps -ef | grep rpc.nisd
kill PID
rpc.nisd
For more information, see the following man pages: nis_cachemgr(1M),
rpc.nisd(1M), nisaddcred(1M), keyserv(1M), nisupdkeys(1M),
nisping(1M), and keylogin(1).