Liunx服务-NIS
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-04-21
安装NSI服务器 ************************************************************************************************* 1. 安装NIS服务器软件包 NIS服务器软件包的名称是ypserv,系统默认是没有安装的,位于第1张光盘中. mount /media/cdrom rpm -q portmap cd /media/cdrom/RedHat/RPMS rpm -ivh ypserv-2.13-5.i386.rpm warning: ypserv-2.13-5.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e Preparing... ########################################### [100%] 1:ypserv ########################################### [100%] ————————————————————————————————————————————————— 2.创建域名 nisdomainname lei —————————————————————————————————————————————————— 3.启动nis服务 /etc/rc.d/init.d/ypserv start /etc/rc.d/init.d/yppasswdd start (作用是可以使客户端自己修改密码) —————————————————————————————————————————————————— 4.创建新用户 adduser qun passwd qun Changing password for user qun. New UNIX password: Retype new UNIX password: passwd: all authentication tokens updated successfully. —————————————————————————————————————————————————— 5.将用户映射到数据库里 /usr/lib/yp/ypinit -m At this point, we have to construct a list of the hosts which will run NIS servers. rhel4.benet.com is in the list of NIS server hosts. Please continue to add the names for the other hosts, one per line. When you are done with the list, type a <control D>. next host to add: rhel4.benet.com next host to add: (在此处按ctrl D键) The current list of NIS servers looks like this: rhel4.benet.com Is this correct? [y/n: y] y (在此处回答为“y”) We need a few minutes to build the databases... Building /var/yp/aa/ypservers... Running /var/yp/Makefile... gmake[1]: Entering directory `/var/yp/aa'' Updating passwd.byname... Updating passwd.byuid... gmake[1]: Leaving directory `/var/yp/aa'' rhel4.benet.com has been set up as a NIS master server. Now you can run ypinit -s rhel4.benet.com on all slave server. ——————————————————————————————————————————————————— NIS服务器搭建完成 ###################################################################################################### NIS服务的应用 ******************************************************************** |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: 详细分析Linux df命令的使用方法下一篇: Linux文件系统精通指南
关于Liunx服务-NIS的所有评论