免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2879 | 回复: 2
打印 上一主题 下一主题

[Windows 8] 请教:SOLARIS 做时钟源,WINDOWS 2000来同步时间服务器!!!!如何实现 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-11-07 19:25 |只看该作者 |倒序浏览
如果用SORIAS做时钟源,WINDOWS2000做客户端,又怎样实现呢?最好写出步骤,先谢谢了!!!

论坛徽章:
0
2 [报告]
发表于 2005-11-08 00:36 |只看该作者
我可以给你一个设置SUN ntp server的一般步骤(不过你的熟悉sun ntp 设置的基本概念)
步骤一:Configuring an NTP Server
--------------------------------------------
方法一:using an undisciplined local clock

1.create the configure file

#cp /etc/inet/ntp.server /etc/inet/ntp.conf

2.edit the ntp.conf file
#vi /etc/inet/ntp.conf

      change
server 127.127.XType.0 perfer
fudge  127.127.XType.0 stratum 0
        to
server 127.127.1.0 perfer
#fudge  127.127.XType.0 stratum 0

3.create the drift file

#touch /var/ntp/ntp.drift

#ls -al /var/ntp/ntp.drift

4.start the NTP daemon

#/etc/init.d/xntpd start

#pgrep -lf ntp

5.use the snoop utility to view NTP server multicast advertisements

#/usr/sbin/snoop | grep -i ntp

--------------------------------------------
方法二:Using External NTP Refernece server.

1.create the configure file

#cp /etc/inet/ntp.server /etc/inet/ntp.conf

2.edit the ntp.conf file
#vi /etc/inet/ntp.conf

      change
server 127.127.XType.0 perfer
fudge  127.127.XType.0 stratum 0
        to
server external-time-server-a perfer               
server external-time-server-b
server external-time-server-c
#fudge  127.127.XType.0 stratum 0

3.create the drift file

#touch /var/ntp/ntp.drift

#ls -al /var/ntp/ntp.drift

4.start the NTP daemon

#/etc/init.d/xntpd start
or
# /usr/lib/inet/xntpd &

#pgrep -lf ntp

5.use the snoop utility to view NTP server multicast advertisements

#/usr/sbin/snoop | grep -i ntp

6.managing the daemon:

#tail -f /var/adm/messages

#ntpq
ntpq>peers

论坛徽章:
0
3 [报告]
发表于 2005-11-08 10:21 |只看该作者
SORIAS做时钟源,最好通过串口(Tod)或以太网口(ntp)去GPS那边拿精确的时间信号,然后在solaris上面配ntp server.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP