主从NIS服务器配置环境及背景

主、从服务器系统版本:

Red Hat Enterprise Linux Server release 5.5 (Tikanga

客户端系统版本:

Red Hat Enterprise Linux AS release 4 (Nahant Update 7)


配置过程


1,配置主服务器


为便于区分主从服务器,建议修改node3,node9的主机名


将node3修改为nis,将node9 修改为slavenis


1)编辑/etc/sysconfig /network文件


HOSTNAME=nis


2)修改/etc/hosts文件


192.168.111.3nis.godson.ictnisnis


192.168.111.9 slavenis.godson.ictslavenisslavenis


重启网络:


/etc/init.d/network restart


3)修改/etc/yp.conf文件,加入一条


domain godson.ict server slavenis  #指定备用服务器


4)修改/var/yp/Makefile文件


NOPUSH=false  #允许主服务器向从服务器传递数据库文件


vim /var/yp/ypservices  添加从服务器主机名

slavenis.godson.ict 


重启服务:


/etc/init.d/ypserv restart


/etc/init.d/ypbind restart


/etc/init.d/yppasswdd restart


/etc/init.d/ypxfrd restart


5)查看服务是否启动:


rpcinfo -p


6)将服务设置开机启动:


chkconfig --level 35 ypxfrd on


7)建立主服务器的数据库文件:


/usr/lib64/yp/ypinit -m


2,配置从服务器


1)修改/etc/sysconfig/network文件


HOSTNAME=slavenis


NISDOMAIN=godson.ict


2)修改/etc/rc.local文件


echo “/bin/nisdomainname godson.ict”>>/etc/rc.local


3)修改/etc/hosts文件


192.168.111.3nis.godson.ictnisnis


192.168.111.9 slavenis.godson.ictslavenisslavenis


重启网络:


/etc/init.d/network restart


4)安装rpm包:ypserv,ypbind,yp-tools,portmap


5)修改/etc/nsswitch.conf文件


6)修改/etc/yp.conf文件


domain godson.ict server nis


domain godson.ict server slavenis


ypserver nis           


7)修改/etc/ypserv.conf文件


*          : godson.ict : *    : none


重启服务:


/etc/init.d/ypserv restart


/etc/init.d/ypxfrd restart


/etc/init.d/ypbind restart


/etc/init.d/portmap restart


8)将服务设置开机启动:


chkconfig --level 35 ypxfrd on


chkconfig --level 35 ypbind on


chkconfig --level 35 ypserv on


chkconfig --level 35 portmap on


9)同步主服务器的数据库文件:


/usr/lib64/yp/ypinit -s nis


转载于:https://my.oschina.net/HankCN/blog/196474

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值