在各种Linux系统的服务器上设置时间同步的方法
独立主机
rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime #修改时区到东8区。
date -R #查看的时区设置。
Debian系统安装NTP校时包:
代码如下:
apt-get install ntpdate #安装ntp
CentOS系统安装NTP校时包:
代码如下:
yum -y install ntpdate ntp #安装ntp
Ubuntu系统安装NTP校时包:
代码如下:
sudo apt-get install -y ntpdate ntp
修改/etc/ntpconf
vi /etc/ntpconf 就会看到以下内容:
代码如下:
server 0centosntporg
server timewindowscom
server timenistgov
这是默认的ntp同步服务器,大家可以自己改,全球ntp服务器地址:http://wwwpoolntporg/
我改成了:
代码如下:
server cnpoolntporg //这中国的ntp服务器
server time-anistgov
server timewindowscom
server timenistgov
然 后保存退出(vi退出的方法见:http://wwwdabuinfo/personal-summary-personally-i- carefully-collected-must-be-familiar-with-vim-shortcut-key-operationhtml)
接着输入下面的命令:
代码如下:
ntpdate -d cnpoolntporg #调试查看时间差异
ntpdate cnpoolntporg #同步时间
date -R # 检查时间是否同步
修改 ntp 的配置文件
代码如下:
vi /etc/sysconfig/ntpd
SYNC_HWCLOCK=yes #同步独立主机的硬件时钟
#配置开机启动ntp服务,定期同步时间
chkconfig --levels 235 ntpd on #启动ntp同步
/etc/initd/ntpd start
XEN VPS
最好是安装ntp服务,这样可以解决vps在重启后时间不准的问题。有时候,依靠母鸡的硬件时钟,总是差七八分钟。实在没辙了。而已很多的web服务,如Google Authenticator等,如果时间不同步,会导致无法验证的地步,自然就网站都登陆不上了。
代码如下:
rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime #修改时区到东8区。
date -R #查看的时区设置。
接下来调整系统时间与时间服务器同步
Debian系统安装NTP校时包:
代码如下:
apt-get install ntpdate #安装ntp
CentOS系统安装NTP校时包:
代码如下:
yum -y install ntpdate ntp #安装ntp
Ubuntu系统安装NTP校时包:
代码如下:
sudo apt-get install -y ntpdate ntp
修改/etc/ntpconf
vi /etc/ntpconf 就会看到以下内容:
代码如下:
server 0centosntporg
server timewindowscom
server timenistgov
这是默认的ntp同步服务器,大家可以自己改,全球ntp服务器地址:http://wwwpoolntporg/
我改成了:
代码如下:
server cnpoolntporg //这中国的ntp服务器
server time-anistgov
server timewindowscom
server timenistgov
然 后保存退出(vi退出的方法见:http://wwwdabuinfo/personal-summary-personally-i- carefully-collected-must-be-familiar-with-vim-shortcut-key-operationhtml)
接着输入下面的命令:
代码如下:
ntpdate -d cnpoolntporg #调试查看时间差异
ntpdate cnpoolntporg #同步时间
date -R # 检查时间是否同步
#配置开机启动ntp服务,定期同步时间
chkconfig --levels 235 ntpd on #启动ntp同步
/etc/initd/ntpd start
#先设置XEN 的VPS使用和系统无关的时间模式
echo 1 /proc/sys/xen/independent_wallclock
然后尝试上面独立主机的配置方法即可。通过配置时间正确后,编辑系统配置文件,让配置永久生效。
代码如下:
vi /etc/sysctlconf
xenindependent_wallclock=1 #在文件中增加并且保存
OpenVZ VPS
(Burst VPS 采用)
OpenVZ的VPS直接从物理机读取时间不允许对主机进行时间修改,你只需修改时区。我还没用过openvz vps,所以,不清楚能否用ntp服务不,可以试试安装ntp service 看。如果可以的话,请告诉我。
代码如下:
rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime #修改时区到东8区。
date -R #查看时间和时区
此时如果时间和时区都正确,配置成功,时间如果不对,需要联系主机服务商的技术支持,让他们把母鸡(物理机)时间同步,你的VPS时间就会正常。
时间同步命令:
ntpdata timewindowscom
自动时间同步:
需要配置/etc/crontab文件,实现自动执行任务
让linux从timewindowscom自动同步时间
vi /etc/crontab
加上一句:
00 0 1 root ntpdate -s timewindowscom
timenistgov 是一个时间服务器
Linux时间服务器配置(192168101)
1) # rpm -ivh ntp-412-4EL31i386rpm
2) # vi /etc/ntpconf
注释一行
restrict default ignore
加入一行
restrict 192168100 mask 2552552550 notrust nomodify notrap
3) # vi /etc/ntp/step-tickers
加入一行
poolntporg
这样每次ntpd启动时,会自动连接该国际标准时间服务器;
4) # service ntpd start
5) # netstat -an |grep 123
确保该端口以udp方式开放
时间客户端配置(192168102)
1) # ntpdate 192168102
应该显示同步成功
2) # crond -e
加入
0-59/10 /usr/sbin/ntpdate 192168101
表示每隔10分钟同步一次时间
有时候因为各种原因,我们电脑的时间与真实时间对不上了。当我们电脑出现这种时间不准情况时,该如何设置让电脑能自动校准时间呢?设置方法很简单!今天就给大家分享下设置电脑自动校准时间的设置方法吧!
1电脑时间自动校准方法:
首先,单击桌面右下角的时间,选择右上角的设置按钮。
在弹出的窗口中单击“修改日期和时间”选项
在新弹出的“日期和时间”设置页中,切换至internet时间设置页,单击下方的更改设置。
勾选“internet时间服务器同步”,最后单击“确定”按钮即可。
以上就是今天分享的设置电脑自动校准时间的方法啦。希望能帮助到有需要的小伙伴们!
方法一:采用系统自带的时间同步功能
1、单击系统托盘下方的时间,单击弹出窗口里的“更改日期和时间设置”
2、弹出“日期和时间”对话框,选择“Internet时间”选项卡,单击 “更改设置”按钮,弹出“Internet时间设置”对话框,在服务器地址栏输入国家授时中心服务器的IP地址:2107214544,单击“立即更新”按钮,同步完成后点击“确定”按钮退出,OK
方法二:修改注册表,提高时间同步精度
由于系统默认的时间同步间隔是7天,我们无法自由选择,使得这个功能在灵活性方面大打折扣。其实,我们也可以通过修改注册表来手动修改它的自动同步间隔以提高同步精度,以下以Vista系统为例。
1、在“开始”菜单→“运行”项下(或按Win+R)输入“Regedit”进入注册表编辑器。
2、展开
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters]分支,双击NtpServer将键值修改为国家授时中心服务器的IP地址:2107214544,然后点击“确定”按钮保存。(注:若已用过方法一,此步可以省略)
3、展开
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders \NtpClient]分支,并双击SpecialPollInterval键值,将对话框中的“基数栏”选择到“十进制”上,输入框中显示的数字正是自动对时的间隔(以秒为单位),比如默认的604800就是由7(天)×24(时)×60(分)×60(秒)计算来的。设定时间同步周期(建议设为900= 15分钟或3600=1小时等周期值),填入对话框,点击确定保存关闭对话框。
点击桌面右下角的时间,在弹出框内点击更改日期时间设置,
在弹出框内选择Internet选项,
点击更改设置,要同步Internet时间的前置条件是得启动你windows time服务,下面会介绍到如何启动windows的时间服务。如果windows时间服务已启动直接在弹出框点立即更新即可。
找到我的电脑,右键在弹出选项框中选择管理,会出现如下页面
找到最下面的服务和应用程序单击那个小三角,在展开选项中选择服务,会出现windows的服务
在列表中找到windows Time服务,选中之后在又上角会显示启动服务的按钮,点击启动
启动之后关于此服务右上角的操作按钮会变为停止或重新启动,如此你的电脑时间会自动跟网络同步。
0条评论