欢迎来到天天文库
浏览记录
ID:14000040
大小:51.50 KB
页数:6页
时间:2018-07-25
《centos5 时区、时间设置及ntp服务》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、设置CentOS的时区和时间http://be-evil.org/post-132.html首先,安装ntp时间同步服务yuminstall-yntp然后,设置时区为CSTcp/usr/share/zoneinfo/Asia/Shanghai/etc/localtimevi/etc/sysconfig/clock修改时区为ZONE="Asia/Shanghai"最后,手动同步一次时间ntpdateus.pool.ntp.orgcentos5时区、时间设置及NTP服务http://www.zn05.com/forum.php?mod=vie
2、wthread&tid=21&highlight=&from=home时间的同步时是很重要的,往往可能就是时间同步问题导致的,而全球共分24个时区,所以就需要ntp服务器进行同步各地区的时间。计算机上还有个硬件时间,也就是cmos时钟,在windows系统中,系统启动的时候直接从coms时钟中读取时间,关闭的时候往cmos中写入,从而保持两者的一致性。linux系统里是通过hwclock命令来读取和设置硬件时钟的,下面就来看看centos5下的ntp服务吧![root@centos5~]#hwclock 查看硬件时钟2009年07月
3、04日星期六19时18分11秒-0.609827seconds。[root@centos5~]#hwclock--utc设置硬件时钟为格林威治时间2009年07月05日星期日03时19分26秒-0.561311seconds[root@centos5~]#cat/etc/sysconfig/clock查看系统的硬件时钟和时区配置文件ZONE="Asia/Shanghai"UTC=trueARC=false1.#查看时区 2.cat/etc/sysconfig/clock 3.#修改设置时区命令 4.tzselect 5.#也可以复
4、制相应的时区文件,替换系统默认时区 6.cp/usr/share/zoneinfo/$主时区/$次时区/etc/localtime [root@centos5~]#ls-l/usr/share/zoneinfo/Asia/Shanghai-rw-r--r--2rootroot4052008-03-11/usr/share/zoneinfo/Asia/Shanghai[root@centos5~]#date-R 查看系统所在时区Sun,01Feb200901:05:53+0800把系统时间写入硬件时钟[root@centos5~]#d
5、ate-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时44分32秒-0.685570seconds[root@centos5~]#hwclock--systohc[root@centos5~]#hwclock2009年07月04日星期六19时04分56秒-0.653825seconds把硬件时钟写入系统时钟[root@cent
6、os5~]#hwclock2009年07月03日星期五19时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~]#date2009年07月03日星期五19:05:02CST编译方式安装ntp服务http://www.ntp.org/downloads.html,从该主页上下载源码包,编译并安装[root@centos5~]
7、#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[root@centos5ntp-4.2.4p7]#make&&makeinstall[root@centos5/]#cd/usr/local/[root@centos5local]#lsbinetcgamesincludeliblibe
8、xecntpsbinsharesrc[root@centos5local]#lsntp/binlibman[root@centos5ntp]#cd./bin/[root@centos5bin]
此文档下载收益归作者所有