现在的集群软件,大部分都需要多台机器的时间差不能超过1000秒,所以如果用户都用date命令去修改时间,这个比较简单就不多说了。然而,有时候两台机器的时间虽然一致,但是时区却不同,那么用户就不得不去修改机器的时区,这个修改在不同操作系统是不同的,所以这里分别介绍一下主流操作系统修改时区的方法:
Solaris:
在solaris中,修改时区需要修改/etc/TIMEZONE文件,其中的TZ=PRC就表示中国时区,我们可以将其替换为TZ=US/Pacific,再重启机器,就将时区修改为美国太平洋时区了。
这里需要注意三点:
1,在X86的机器上,需要再执行如下命令,更新/etc/rtc_config文件:
#
rtc -z zone-name(这里的zone-name就是/etc/TIMEZONE中TZ的值)
# rtc
-c
2,到底有多少中时区可以选择呢?我们可以进入/usr/share/lib/zoneinfo目录,其中有很多目录,包括US,也有很多文件,比如PRC;这表示US下还有很多时区,而PRC就是统一的时区。正因为如此,我们才看到TZ=PRC和TZ=US/Pacific这两种不同的形式。
3,需要重启系统使之生效。
Linux(Redhat and
Suse):
1,在/usr/share/zoneinfo/目录下查询想要更换的时区名称,修改格式同上
2,将原有的localtime文件移走;
#
mv /etc/localtime /etc/localtime-old
3,做新的localtime文件,将对应的时区文件链接过来
# ln -s
/usr/share/zoneinfo/Asia/Shanghai /etc/localtime
4,与硬件同步
# /sbin/hwclock
--systohc
AIX:
1,查看当前时区(其他操作系统是date命令即可)
cat
/etc/environment (查找TZ所在行)
2,为了妥善起见,建议使用smit修改时区
smit
chtz
3,所有的时区信息在/usr/share/lib/zoneinfo目录
HPUX:
1,# set_parms
timezone,可以通过交互的方式来修改时区。
所有Unix系统(不包括Linux),可以通过echo $TZ来查看当前时区。
分享到:
相关推荐
《Unix & Linux大学教程》是由Harley Hahn撰写的指导书籍,旨在为读者提供Unix和Linux系统的全面介绍和深入理解。Harley Hahn是一位著名的计算机专家和作家,其书籍以深入浅出、通俗易懂而广受读者欢迎。 在书中,...
UNIX and Linux System Administration Handbook: UNIX Linux Syste Admin Han_5 5th Edition, 英文版,带书签
Greetings, and welcome to Unix and Linux! In this book, you’ll find the information you need to get started with the operating system, advance your skills, and make Linux or Unix do the hard work ...
UNIX® and Linux® System Administration Handbook, Fifth Edition, is today’s definitive guide to installing, configuring, and maintaining any UNIX or Linux system, including systems that supply core ...
UNIX and Linux System Administration Handbook - Fifth Edition epub
Unix 和 Linux 的区别 Unix 是历史最悠久的通用操作系统,1969 年,美国贝尔实验室的 K.Thompson 和 D.M.Ritchie 在规模较小及较简单的分时操作系统 MULTICS 的基础上开发出 UNIX。当时是在 DEC 的 PDP—7 小型...
### 关于《HARLEY HAHN’S GUIDE TO UNIX AND LINUX》的知识点解析 #### 一、Unix与Linux的历史及重要性 - **Unix的诞生与发展**:Unix由美国贝尔实验室于1970年代初开发,起初是为了满足内部计算需求而设计的一种...
UNIX AND LINUX SYSTEM ADMINISTRATION HANDBOOK(FIFTH EDITION)第五版
《UNIX and Linux System Administration Handbook》是一本关于UNIX和Linux系统管理的权威手册,由Evi Nemeth, Garth Snyder, Trent R. Hein以及Ben Whaley合著,并由Terry Morreale, Ned McClain, Ron Jachim, ...
UNIX and Linux System Administration Handbook.pdf
UNIX and Linux System Administration Handbook 4th Edition 英文版PDF
UNIX® and Linux® System Administration Handbook, Fifth Edition, is today’s definitive guide to installing, configuring, and maintaining any UNIX or Linux system, including systems that supply core ...
在《Introduction to Unix and Linux Shell - 1》这份文档中,作者Star Ren(2008年1月19日)为我们提供了关于Unix/Linux Shell的基础介绍。这部分内容主要涵盖了Shell的基础概念、为何学习Shell的重要性以及一些...
Python for Unix and Linux System Administration 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如...
Harley Hahn相信,通过深入了解Unix和Linux,不仅能够提高技术能力,还能够提高思维能力和解决问题的方法。Unix和Linux作为计算机系统,从心理层面上看,它们可以被分类为“好”或“坏”,取决于它们如何影响其用户...
Python is an ideal language for solving problems, especially for Linux and Unix. With this pragmatic book, administrators can review various tasks that often occur in the management of these systems, ...
With more and more systems being run under UNIX and Linux, the ability to program and customize the shell quickly and reliably to get the best out of any individual system is becoming a more and more ...
In this sense, Unix is, without a doubt, the very best computer system ever invented (and Linux is a type of Unix). When you use Unix, you are not working with a machine. You are working with the ...
Covering all the essential components of Unix/Linux, including process management, concurrent programming, timer and time service, file systems and network programming, this textbook emphasizes ...
Automating UNIX and Linux Administration 2003