时间修改date 月日时分年.秒date -s可以直接设置系统时间比如将系统时间设定成1996年6月10日的命令如下。#date -s 06/10/96将系统时间设定成下午1点12分0秒的命令如下。#date -s 13:12:00时间同步1.首先需了解linux内一任务计划工具crontab cr...
分类:
系统相关 时间:
2014-08-03 01:42:03
阅读次数:
324
Win2003系统日志内有一些来源为:W32Time,事件ID为:36,事件描述为:时间服务有86400秒没有与系统时间同步,因为没有一个时间服务提供程序提供可用的时间戳。时间服务将不再是同步的,也不能为其它客户端提供时间或者更新系统时钟。请查看事件查看器中显示的系统事件,以确认..
分类:
Windows程序 时间:
2014-08-01 20:13:32
阅读次数:
2384
1、时间同步安装Nagios后,有3个检查时间同步的插件,根据不同的检测目标,使用不同的插件:check_ntp:已过时,最好不要再使用;check_ntp_peer:用于检查ntp服务器的健康状况。check_ntp_time:用于检查指定的服务器与ntp服务器之间的时间差。2、如何监控LVS的状态如果要监测..
分类:
移动开发 时间:
2014-08-01 20:08:03
阅读次数:
473
Linux服务器要求时间准确,但是Linux本身没有网络时间同步功能,我们需要借助ntpdate功能来实现时间精准.安装ntpdateyum -y installntpdate国内常用ntp服务器列表#ntp.sjtu.edu.cn 202.120.2.101 (上海交通大学网络中心NTP服务器地址...
分类:
系统相关 时间:
2014-08-01 15:20:51
阅读次数:
368
//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
//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
#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 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服务,我给折腾了2个多小时才整撑头(以前都是运维搞,没太注意,所以这技术的东西,在简单都需要亲尝啊),这里记录为以后别再浪费时间。
目标环境,5台linux centos 6.3, 一台作为NTPD服务与外部公共NTP服务同步时间,同时作为内网的NTPD服务器,其他机器与这台服务做时间同步。
服务器IP
角...
分类:
其他好文 时间:
2014-07-30 10:04:43
阅读次数:
355
一、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