• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Redhat 7.2 NIS setup question

sandmanwake

Golden Member
How do I set up the NIS server? I'd like to be able to serve password, group, netgroup, and host information on clients within the NIS domain.
 
Run "/usr/lib/yp/ypinit -m" on the server.
Then run "ntsysv" and make sure "yppasswdd" and "ypserv" are both checked on the server.
The do "domainname name" on both clients and server.
Then cd to "/var/yp" and do "make" to build the lists.
On the clients, in "ntsysv" check "ypbind".
Restart the server and then the clients.
 
I forgot a step - On the clients, you need to edit /etc/yp.conf and add a line. The file has examples but basically its "domain domain server server". I don't know what your setup is, but you will also probably have to use NFS to mount "/home" on the client machines.
 
Back
Top