码迷,mamicode.com
首页 >  
搜索关键字:ntp ntpdate    ( 2342个结果
ntp 控制报文
//make the procedure into block//2014.7.23 OK//#include "CSocket.h"#define NTP_SERVER_IP "192.168.1.12" /*ntp service IP*/int sendpkt(int sockfd...
分类:其他好文   时间:2014-07-31 20:20:27    阅读次数:287
ntp 校时程序
//effect:send ntp packet and get the ntp packet ,make the time OK//2014.7.31 is OK//#include #include #include #include #include #include #include #in...
分类:其他好文   时间:2014-07-31 20:18:57    阅读次数:263
Installation instructions of Nagios on CentOS 6.4 64bit
#InstallationinstructionsofNagiosonCentOS6.464bitAuthor:LarryZhaoQQ:920057952BLOG:larryzhao.blog.51cto.comE-mail:zhaolong0508@126.com#NTPServiceyuminstallntpservicentpdstartchkconfigntpdoncrontab-e*****/usr/sbin/ntpdatecn.pool.ntp.org#PacketsPreparenagios-3..
分类:移动开发   时间:2014-07-31 03:11:56    阅读次数:398
ntp--时间同步服务器
客户端首先安装ntp yum?install?ntp shell>?ntpdate?95.222.122.210?? shell>?ntpdate?202.112.10.60??? shell>?ntpdate?192.93.2.20 注意: 客户端同步时间时出现:no server suitable for synchr...
分类:其他好文   时间:2014-07-30 12:33:54    阅读次数:188
ntp服务及时间同步问题
今有一小型项目,完全自主弄,原来以为很简单的NTP服务,我给折腾了2个多小时才整撑头(以前都是运维搞,没太注意,所以这技术的东西,在简单都需要亲尝啊),这里记录为以后别再浪费时间。       目标环境,5台linux centos 6.3, 一台作为NTPD服务与外部公共NTP服务同步时间,同时作为内网的NTPD服务器,其他机器与这台服务做时间同步。  服务器IP 角...
分类:其他好文   时间:2014-07-30 10:04:43    阅读次数:355
Linux下的ntpd和ntpdate
两者有个比较实质性的差异是,ntpd在实际同步时间时是一点点的校准过来时间的,最终把时间慢慢的校正对。而ntpdate不会考虑其他程序是否会阵痛,直接调整时间.一个是校准,一个是调整。另外ntpd 在和时间服务器的同步过程中,会把 BIOS 计时器的振荡频率偏差——或者说 Local Cloc...
分类:系统相关   时间:2014-07-29 20:41:32    阅读次数:269
NTP校时设置
一、Windows Server 2008 – Time Server前言: 国家时间与频率标准实验室 && NTP服务器也可以忽略1~6 直接跳7如果已改过机码请使用1 Cmd:2 net stop w32time3 w32tm /unregister4 w32tm /register5 ...
分类:其他好文   时间:2014-07-26 01:47:26    阅读次数:525
NTP详解-转
14.1. 路由器日志显示时间戳 提问在路由器 的日志和排错信息里面显示时间 回答 Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#s...
分类:其他好文   时间:2014-07-24 10:05:53    阅读次数:378
搭建ntpd时间服务器
由于线上的环境,有些服务器不需要上外网,只需做内网之间的通信即可,所以这些服务器的时间就无法保证同步,可能会对业务造成一些影响,为此,我们需要在内网架设一台NTP时间同步服务器。首先在服务端安装ntpd服务,一般情况下安装系统的时候已经安装好,如果没有安装,我们可..
分类:其他好文   时间:2014-07-23 21:21:57    阅读次数:416
CentOS下NTP安装配置
安装yum install ntp配置文件/etc/ntp.confrestrict default kod nomodifynotrap nopeer noqueryrestrict -6 default kod nomodify notrap nopeer noqueryrestrict 127...
分类:其他好文   时间:2014-07-23 12:05:56    阅读次数:331
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!