[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]
From: msidler@metronet.com (Mike Sidler)
Assuming AIX 3.2.5,the master server up and running and the hosts file
has the master name defined. On slave do:
1) domainname <domain_name that matches master>
2) startsrv -s ypserv
3) startsrv -s ypbind (ypwhich should return "loopback")
4) (/usr/sbin/)ypset -d <domainname> <master_server_name>
(ypwhich should return "<master_server_name>"
5) (/usr/sbin/)ypinit -s <master_server_name>
6) Put "+::0:0:::" in /etc/passwd after last local login.
Note: InfoExplorer has this entry INCORRECT in some versions.
7) Other cfg files (group, etc) may need configuring but this will
get ypserv and ypbind running on the slave looking at the right stuff.
Send corrections/additions to the FAQ Maintainer:
Last Update May 13 2007 @ 00:21 AM