Chinaunix首页 | 论坛 | 博客
  • 博客访问: 103123
  • 博文数量: 25
  • 博客积分: 1724
  • 博客等级: 上尉
  • 技术积分: 260
  • 用 户 组: 普通用户
  • 注册时间: 2008-01-09 10:55
文章分类
文章存档

2014年(1)

2010年(1)

2008年(23)

分类:

2008-06-04 09:17:55

转载自:

1.备份:
cp /etc/ntp.conf /etc/ntp.conf.bk

2.建个新ntp.conf. 内容:

restrict 127.0.0.1
restrict default kod nomodify notrap
server 10.11.30.30
driftfile /var/lib/ntp/drift

3. 开放NTP口:

esxcfg-firewall --enableService ntpClient

4. 重启动NTP服务:

service ntpd restart

5. 设置ESX开机, NTP服务自启动:

chkconfig --level 345 ntpd on

6. 指定ESX关机时, 硬件时钟与系统时钟同步:

hwclock --systohc

阅读(1482) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~