Configuring ntp On solaris10 一、 Identifying ntp Basics Before you configure ntp, you must be aware of some basic computer clock and ntp-related concepts. This section describes how computers keep time. This is a high-level introduction and is not meant to be all inclusive. When the system is not running the solaris OS, the time-of-day chip maintains basic 24-hour time. This time is copied into ...
by jacky.lee - Solaris文档中心 - 2008-01-19 16:03:48 阅读(1581) 回复(0)
网络结构: 局域网内有10台SUN solaris 8服务器,一台(称为SUN 1,其他依次叫SUM 2到9吧)同136.128.18.17 ntp同步,然后其他9台再同此服务器SUN 1同步。 SUN 1上ntp.conf: server 127.127.1.0 server 136.128.18.17 prefer // 加prefer 和不加prefer有什么区别? peer CT_BD_TD_sam_1_6_1 //CT_BD_TD_sam_1_6_1为SUN 2的名称,加上这句话是什么意思? enable auth monitor // ? drif...
时间服务器是windows server 现在我有一台solaris 10的 机器,想同步,应该怎么设置呢? ------------------------------------------- 10.87.0.1 ntp-server1 10.87.0.2 ntp-server2
各位高手,小弟在配置solaris ntp服务器碰到一写怪事.领导要求时间服务器源必须有两台,一台IP地址是不是192.168.1.200 (GPS) ,另一台是一台时间服务器192.168.2.100,我在ntp.CONF里配置如下: server 192.168.2.100 prefer server 192.168.1.200 启动进程后,它老是取192.168.1.200这个时间源为主,也就是说这台192.168.1.200时间服务器优先级别比192.168.2.100 高,无论怎么改都是GPS这台优先级别高,好象prefer参数没作用!请大家帮忙...
发现非凡公子的文章 http://bbs.chinaunix.net/viewthread.php?tid=474500 里配置文件路径有点问题 今天配置了个ntp服务器,按照非凡公子的文章 http://bbs.chinaunix.net/viewthread.php?tid=474500 来了一遍,发现/etc/init.d/xntpd start 之后 ps -ef | grep ntp 没有输出,# snoop | grep ntp Using device /dev/hme (promiscuous mode) 以前有人也碰上过 http://bbs.chinaunix.net/viewthread.php?tid=432858 more 了一下 /e...
我在服务器上修改 /etc/inet/ntp.conf文件中的 server 127.127.XType.0 prefer 改成服务器的地址 启动 /etc/init.d/xntpd start的时候提示/etc/init.d/xntpd: not found 在init.d目录中,找不到相关文件。是不是系统安装有问题? 请高手指点下,谢谢!
# vi /etc/inet/ntp.conf restrict 127.0.0.1 server 127.0.0.1 prefer fudge 127.0.0.1 stratum 2 broadcast 224.0.1.1 ttl 2 #enable auth monitor driftfile /var/ntp/ntp.drift statsdir /var/ntp/ntpstats/ filegen peerstats file peerstats type day enable filegen loopstats file loopstats type day enable filegen clockstats file clockstats type day enable #keys /etc/inet/ntp.keys #trustedkey 0 #requestkey ...
跟solaris 8/9完全不同. 没有 /usr/sbin/ntpdate and /usr/lib/inet/xntpd , 也没有/etc/inet/ntp.client模板文件. 怎么办,还有玩这么老的系统的大大吗?
本人第一次接触到solaris的关于ntp的问题,以前没有接触过SUN的操作系统,但是用户提出了要求需要满足,请大家帮帮忙谢谢了! 几台timeclient需要时间同步到timeserver1和timeserver2上,并且实现正常情况下timeclient同步时间到timeserver1,当timeserver1挂掉了,能同步到timeserver2上,实现timeserver1和timeserver2的互为保护。请问能实现吗? 能否提供一个操作方法,本人对unix几乎不懂,这次是第一次接触。服务器和客户端都...