資源描述:
《centos5時(shí)區(qū)、時(shí)間設(shè)置及ntp服務(wù)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在應(yīng)用文檔-天天文庫。
1、設(shè)置CentOS的時(shí)區(qū)和時(shí)間http://be-evil.org/post-132.html首先,安裝ntp時(shí)間同步服務(wù)yuminstall-yntp然后,設(shè)置時(shí)區(qū)為CSTcp/usr/share/zoneinfo/Asia/Shanghai/etc/localtimevi/etc/sysconfig/clock修改時(shí)區(qū)為ZONE="Asia/Shanghai"最后,手動(dòng)同步一次時(shí)間ntpdateus.pool.ntp.orgcentos5時(shí)區(qū)、時(shí)間設(shè)置及NTP服務(wù)http://www.zn05.com/
2、forum.php?mod=viewthread&tid=21&highlight=&from=home時(shí)間的同步時(shí)是很重要的,往往可能就是時(shí)間同步問題導(dǎo)致的,而全球共分24個(gè)時(shí)區(qū),所以就需要ntp服務(wù)器進(jìn)行同步各地區(qū)的時(shí)間。計(jì)算機(jī)上還有個(gè)硬件時(shí)間,也就是cmos時(shí)鐘,在windows系統(tǒng)中,系統(tǒng)啟動(dòng)的時(shí)候直接從coms時(shí)鐘中讀取時(shí)間,關(guān)閉的時(shí)候往cmos中寫入,從而保持兩者的一致性。linux系統(tǒng)里是通過hwclock命令來讀取和設(shè)置硬件時(shí)鐘的,下面就來看看centos5下的ntp服務(wù)吧![root@c
3、entos5~]#hwclock????查看硬件時(shí)鐘2009年07月04日星期六19時(shí)18分11秒-0.609827seconds。[root@centos5~]#hwclock--utc設(shè)置硬件時(shí)鐘為格林威治時(shí)間2009年07月05日星期日03時(shí)19分26秒-0.561311seconds[root@centos5~]#cat/etc/sysconfig/clock查看系統(tǒng)的硬件時(shí)鐘和時(shí)區(qū)配置文件ZONE="Asia/Shanghai"UTC=trueARC=false1.#查看時(shí)區(qū)??2.cat/et
4、c/sysconfig/clock??3.#修改設(shè)置時(shí)區(qū)命令??4.tzselect??5.#也可以復(fù)制相應(yīng)的時(shí)區(qū)文件,替換系統(tǒng)默認(rèn)時(shí)區(qū)??6.cp/usr/share/zoneinfo/$主時(shí)區(qū)/$次時(shí)區(qū)/etc/localtime??[root@centos5~]#ls-l/usr/share/zoneinfo/Asia/Shanghai-rw-r--r--2rootroot4052008-03-11/usr/share/zoneinfo/Asia/Shanghai[root@centos5~]#da
5、te-R??查看系統(tǒng)所在時(shí)區(qū)Sun,01Feb200901:05:53+0800把系統(tǒng)時(shí)間寫入硬件時(shí)鐘[root@centos5~]#date-s"2009-07-0419:04:00"2009年07月04日星期六19:04:00CST[root@centos5~]#date2009年07月04日星期六19:04:18CST[root@centos5~]#hwclock2009年07月05日星期日19時(shí)44分32秒-0.685570seconds[root@centos5~]#hwclock--systo
6、hc[root@centos5~]#hwclock2009年07月04日星期六19時(shí)04分56秒-0.653825seconds把硬件時(shí)鐘寫入系統(tǒng)時(shí)鐘[root@centos5~]#hwclock2009年07月03日星期五19時(shí)04分30秒-0.298749seconds[root@centos5~]#date-s"2009-07-0419:04:00"2009年07月04日星期六19:04:00CST[root@centos5~]#hwclock--hctosys[root@centos5~]#dat
7、e2009年07月03日星期五19:05:02CST編譯方式安裝ntp服務(wù)http://www.ntp.org/downloads.html,從該主頁上下載源碼包,編譯并安裝[root@centos5~]#cd/usr/local/src/[root@centos5src]#tar-zxvfntp-4.2.4p7.tar.gz[root@centos5src]#cdntp-4.2.4p7[root@centos5ntp-4.2.4p7]#./configure--prefix=/usr/local/ntp
8、[root@centos5ntp-4.2.4p7]#make&&makeinstall[root@centos5/]#cd/usr/local/[root@centos5local]#lsbinetcgamesincludeliblibexecntpsbinsharesrc[root@centos5local]#lsntp/binlibman[root@centos5ntp]#cd./bin/[root@centos5bin]