全部博文(25)
分类:
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