NIS服务器故障排除
创始人
2024-06-07 10:40:10
0

NIS服务器生成数据库的时候出错:Unknown hostUpdating protocols...
目标:将主机A配置为nis服务器,nis域名为testnis,主机A的nis域名为yangbo.testnis
步骤如下:

1. 修改/etc/sysconfig/network文件, 加入一行:NISDOMAIN=testnis,即配置nis域名为testnis,并且修改HOSTNAME为yangbo.testnis
2. hostname命令修改主机名为yangbo.testnis
3. 修改/etc/hosts文件,将127.0.0.1这一行改为:127.0.0.1               yangbo.testnis yangbo yangbo
4. 启动ypserv,yppasswdd服务成功
5. rpcinfo查询ypserv和yppasswd已经成功使用了RPC服务:
         运行 rpcinfo -u yangbo ypserv,结果为
                program 100004 version 1 ready and waiting
                program 100004 version 2 ready and waiting
         运行 rpcinfo -u yangbo yppasswdd,结果为
                program 100009 version 1 ready and waiting
6. 建立NIS数据库,这一步遇到了问题,系统提示:failed to send 'clear' to local ypserv: RPC: Unknown hostUpdating passwd.byuid...

--------我到网上查,有些人是说这是因为找不到的主机及ip 对应关系,可是在/etc/hosts文件中,这个映射关系我已经建立了阿。莫非我配置的不对?请问该怎么配置?
[root@yangbo ~]# /usr/lib/yp/ypinit -m

At this point, we have to construct a list of the hosts which will run NIS
servers. yangbo.testnis is in the list of NIS server hosts.  Please continue toadd                                                                              
the names for the other hosts, one per line.  When you are done with the         
list, type a .                                                        
        next host to add:  yangbo.testnis                                        
        next host to add:                                                        
The current list of NIS servers looks like this:                                 

yangbo.testnis

Is this correct?  [y/n: y]  y
We need a few minutes to build the databases...
Building /var/yp/testnis/ypservers...         
Running /var/yp/Makefile...                   
gmake[1]: Entering directory `/var/yp/testnis'
Updating passwd.byname...                     
failed to send 'clear' to local ypserv: RPC: Unknown hostUpdating passwd.byuid...
failed to send 'clear' to local ypserv: RPC: Unknown hostUpdating group.byname...
failed to send 'clear' to local ypserv: RPC: Unknown hostUpdating group.bygid...
failed to send 'clear' to local ypserv: RPC: Unknown hostUpdating hosts.byname...
failed to send 'clear' to local ypserv: RPC: Unknown hostUpdating hosts.byaddr...
failed to send 'clear' to local ypserv: RPC: Unknown hostUpdating rpc.byname...
failed to send 'clear' to local ypserv: RPC: Unknown hostUpdating rpc.bynumber...
failed to send 'clear' to local ypserv: RPC: Unknown hostUpdating services.byname...
failed to send 'clear' to local ypserv: RPC: Unknown hostUpdating services.byservicename...
failed to send 'clear' to local ypserv: RPC: Unknown hostUpdating netid.byname...
failed to send 'clear' to local ypserv: RPC: Unknown hostUpdating protocols.bynumber...
failed to send 'clear' to local ypserv: RPC: Unknown hostUpdating protocols.byname...
failed to send 'clear' to local ypserv: RPC: Unknown hostUpdating mail.aliases...
failed to send 'clear' to local ypserv: RPC: Unknown hostgmake[1]: Leaving directory `/var/yp/testnis'

yangbo.testnis has been set up as a NIS master server.

Now you can run ypinit -s yangbo.testnis on all slave server.  

相关内容

热门资讯

如何允许远程连接到MySQL数... [[277004]]【51CTO.com快译】默认情况下,MySQL服务器仅侦听来自localhos...
如何利用交换机和端口设置来管理... 在网络管理中,总是有些人让管理员头疼。下面我们就将介绍一下一个网管员利用交换机以及端口设置等来进行D...
施耐德电气数据中心整体解决方案... 近日,全球能效管理专家施耐德电气正式启动大型体验活动“能效中国行——2012卡车巡展”,作为该活动的...
Windows恶意软件20年“... 在Windows的早期年代,病毒游走于系统之间,偶尔删除文件(但被删除的文件几乎都是可恢复的),并弹...
20个非常棒的扁平设计免费资源 Apple设备的平面图标PSD免费平板UI 平板UI套件24平图标Freen平板UI套件PSD径向平...
德国电信门户网站可实时显示全球... 德国电信周三推出一个门户网站,直观地实时提供其安装在全球各地的传感器网络检测到的网络攻击状况。该网站...
着眼MAC地址,解救无法享受D... 在安装了DHCP服务器的局域网环境中,每一台工作站在上网之前,都要先从DHCP服务器那里享受到地址动...
为啥国人偏爱 Mybatis,... 关于 SQL 和 ORM 的争论,永远都不会终止,我也一直在思考这个问题。昨天又跟群里的小伙伴进行...