修改这个配置文件自动调用BOIS时间
# vi /etc/sysconfig/ntpd
SYNC_HWCLOCK=yes
目的:确保系统能自动对时
#yum install ntp
#vim /etc/ntp.conf 添加:
server 0.cn.pool.ntp.org
server 1.asia.pool.ntp.org
server 2.asia.pool.ntp.org
执行:
#ntpdate cn.pool.ntp.org
#chkconfig ntpd on
#service ntpd start
把系统时间保存到BOIS
hwclock --systohc