1,、安裝ntpdate,,執(zhí)行以下命令 # yum install ntpdate -y 2、手工同步網(wǎng)絡(luò)時(shí)間,,執(zhí)行以下命令,,將從time.nist.gov同步時(shí)間 # ntpdate 0.asia.pool.ntp.org 若上面的時(shí)間服務(wù)器不可用,也可以選擇以下服務(wù)器同步時(shí)間 time.nist.gov time.nuri.net 0.asia.pool.ntp.org 1.asia.pool.ntp.org 2.asia.pool.ntp.org 3.asia.pool.ntp.org 3,、使用crontab計(jì)劃任務(wù)定時(shí)更新網(wǎng)絡(luò)時(shí)間,,修改crontab文件,在末尾增加* */1 * * * ntpdate 0.asia.pool.ntp.org,,每隔1小時(shí)同步一次時(shí)間,。 # vi /etc/crontab 4、使用date命令查看當(dāng)前時(shí)間 5,、系統(tǒng)時(shí)間同步到硬件,,防止系統(tǒng)重啟后時(shí)間唄還原 # hwclock --systohc
|
|