- 將原本 Master NIS server 的 /etc/*, /var/yp/Makefile 複製到新的機器
- 在新的機器上執行
- /etc/init.d/ypserv start
- /etc/init.d/yppasswdd start
- chkconfig ypserv on
- chkconfig yppasswdd on
- /usr/lib64/yp/ypinit -m
如果不想 copy /etc/*,個別製作的話需要這些檔案。
- /etc/group
- /etc/hosts
- /etc/passwd
- /etc/shadow
- /etc/nsswitch.conf
- /etc/sysconfig/network
- /etc/sysconfig/yppasswdd
- /etc/yp.conf
- /etc/gshadow
如果想加上 auto home,必須修改 /var/yp/Makefile。
- 修改前 all: passwd group hosts rpc services netid protocols mail
- 修改後 all: passwd group hosts rpc services netid protocols mail auto.master auto.home
- /etc/auto.master 加上 /home /etc/auto.home
- 新增 /etc/auto.home,內容為 * -rw,soft,intr nfs_server:/data/home/&
Reference:
沒有留言:
張貼留言