nis_client.txt

nis_client.txt


[root@localhost ~]# echo "192.168.6.222 NISserver">>/etc/hosts
[root@localhost ~]# nisdomainname testname
[root@localhost ~]# echo "/bin/nisdomainname testname">>/etc/rc.local
[root@localhost ~]# echo "NISDOMAIN=testname">>/etc/sysconfig/network
[root@localhost ~]# echo "domain testname server NISserver">>/etc/yp.conf
[root@localhost ~]# vim /etc/nsswitch.conf

passwd:     files nis
shadow:     files nis
group:      files nis

#hosts:     db files nisplus nis dns
hosts:      files nis dns


[root@localhost ~]# service ypbind status
ypbind 已停
[root@localhost ~]# service ypbind start
打开 allow_ypbind 的 SELinux 布尔值
关联到 NIS 域:                                            [确定]
关闭 allow_ypbind 的 SELinux 布尔值...                     [失败]

[root@localhost ~]# iptables -F
[root@localhost ~]# service ypbind start
打开 allow_ypbind 的 SELinux 布尔值
关联到 NIS 域:                                            [确定]
监听 NIS 域服务器。.


[root@localhost ~]# echo "NISserver:/home/ /home nfs defaults 0 0" >> /etc/fstab
[root@localhost ~]# mount /home


++++++++++++++++++++++++++++++++++++++
[root@localhost ~]# vim /etc/auto.master

#
/misc   /etc/auto.misc
/home   /etc/auto.home
#


<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>
阅读(350) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
评论热议
posted @ 2016-03-30 09:54  张同光  阅读(62)  评论(0编辑  收藏  举报