yuhuohu
发表于 2007-07-23 16:06
原帖由 wangyl1977 于 2007-7-23 15:33 发表 http://bbs.chinaunix.net/images/common/back.gif
1. 配置server端的/etc/hosts
# vi /etc/hosts
#
127.0.0.1 localhost
1.1.1.8 hosta
1.1.1.67 hostb
2. 配置Makefile文件,定义NIS域名
#cd /var/yp;cp Makef ...
老兄啊,我的配置是Solaris9/10的,你非要用solaris 7照着做,肯定不行的啦,兄弟我也没辙,实在帮不上啊
wangyl1977
发表于 2007-07-23 16:45
原帖由 yuhuohu 于 2007-7-23 16:06 发表 http://bbs.chinaunix.net/images/common/back.gif
老兄啊,我的配置是Solaris9/10的,你非要用solaris 7照着做,肯定不行的啦,兄弟我也没辙,实在帮不上啊
多谢老大! 谁有solaris7的nis配置文档啊?
我在网上还看到过一篇文档,写得和你基本一样啊! 感觉7和9应该区别不大的!
How to configure a NIS Master Server
1、#cp /etc/nsswitch.nis /etc/nsswitch.conf
2、#domainname www.test.com
3、#domainname > /etc/defaultdomain
4、#vi /etc/locale
www.test.comen_US
5、#vi /etc/hosts
10.1.100.2 SUN-2loghosttimehost
6、# vi /etc/auto_home
SUN-2:/export/home/&
7、# touch /etc/ethers /etc/bootparams /etc/netgroup /etc/netmasks.
8、#vi /etc/timezone
US/Mountainwww.test.com
9、#vi /etc/dfs/dfstab
share –F nds –d “home dirs” /export/home
10、#/etc/init.d/nfs.server start
11、#vi /etc/passwd
(modify file from /export/home/lilien to /home/lilien)
12、#ypinit –m
In order for NIS to operate successfully, we have to construct a list of
the NIS servers. Please continue to add the names for YP servers in order
of preference, one per line. When you are done with the list, type
a <control D> or a return on a line by itself.
next host to add: SUN-2
next host to add: SUN-1
next host to add:^D
The current list of yp servers looks like this:
server1
Is this correct? y
Installing the YP database will require that you answer a few questions.
Questions will all be asked at the beginning of the procedure.
Do you want this procedure to quit on non-fatal errors? n
OK, please remember to go back and redo manually whatever fails. If you
don't, some part of the system (perhaps the yp itself) won't work.
13、#/usr/lib/netsvc/yp/ypstart
how to configure a NIS Client
1、#cp /etc/nsswitch.nis /etc/nsswitch.conf
2、#vi /etc/hosts
10.1.100.2 SUN-2 loghost
10.1.100.1 SUN-1
3、#domainname www.test.com
4、#domainname > /etc/defaultdomain
5、#ypinit –c
(when prompted for a list of NIS servers,enter the names of the NIS master
and all slave servers)
6、#/usr/lib/netsvc/yp/ypstart
rabinwang
发表于 2007-09-10 15:36
盘丝大仙,你这文章真好啊!我准备考310-202,但是NIS没环境,看那些英文文档慢得像蜗牛!正好你的NIS被我赶上了。谢了!:em02:
jisheiry
发表于 2007-09-11 15:09
虽然过了挺长时间了,不过还是祝福那小孩健康成长!
pd163
发表于 2007-09-17 16:40
谢谢楼主
yuhuohu
发表于 2007-09-17 16:55
原帖由 jisheiry 于 2007-9-11 15:09 发表 http://bbs.chinaunix.net/images/common/back.gif
虽然过了挺长时间了,不过还是祝福那小孩健康成长!
:lol: :lol: :lol: :lol: :lol: 好人幸福
sxd229
发表于 2008-10-06 13:34
顶一下
xrensh
发表于 2008-10-08 14:36
:wink: :wink: 好东西,多谢分享
xiandow84
发表于 2009-01-15 15:17
楼主 好文章啊 兄弟看了很是受益 谢谢了啊 。不过我有个问题我用REDHAT做NIS 的客户端发现家目录无法挂接不知道怎么解决?还有能用WINDOWS的机器做客户机吗?
goofy123
发表于 2009-01-16 10:46
下载学习中 谢谢分享