技术小站

IBM AIX系统NTP配置方法

一、NTP服务介绍 

xntp是关于网络时间协议的守护进程,它遵循了因特网时间服务器的通用标准。在启动 xntpd, xntpd会读取/etc/ntp.conf配置文件来确定网络中系统时钟服务器,以NTP服务器的系统时间为标准,来调整本机的系统时间。 

使用NTP时应注意,NTP服务器和NTP客户端的时钟不能相差超过1000秒。若有大于1000秒的偏移,在客户端启动xntpd守护进程前,用data命令或 ntpdate命令调整本机的系统时间,使偏移量在1000秒之内,然后启动xntpd进程。 

AIX系统中使用NTP,必须预先安装了bos.net.tcp.client包。 

在部署时间服务(NTP)之前,需要先检查各服务器的时区设置,统一设置为“BEIST-8”——北京时间东八区,避免出现时区混乱的情况。

 

二、NTP服务器端配置 

1,确定需要作为NTP服务器的主机。 

2,编辑/etc/ntp.conf文件。 

/etc/ntp.conf文件的末尾,注释掉“broadcastclient”这一行,添加一行“server 127.127.1.0”。此处的127.127.1.0 是一特殊的地址,表示NTP主服务器是与自身的系统时钟同步。 

********************************** 

#broadcastclient 

server 127.127.1.0 

driftfile /etc/ntp.drift 

tracefile /etc/ntp.trace 

**********************************  

3,重新启动ntp进程。 
# stopsrc -s xntpd 

# startsrc -s xntpd 

如果NTP服务器上存在数据库,必须使用"-x"的函数,防止始终反方向运行,命令如下: 

# startsrc -s xntpd -a "-x" 

4,检查ntp进程是否正常启动。 # lssrc -ls xntpd 

显示结果如下,Sys peer为“no peer, system is insane”表示还未同步: 

****************************************** 

Program name:    /usr/sbin/xntpd 

Version:         3 

Leap indicator:  11 (Leap indicator is insane.) 

Sys peer:        no peer, system is insane 

****************************************** 

10分钟后再查询一次,如果状态变成以下所示,表示同步成功,检查双机的时间,可以发现时间差: 

****************************************** 

Program name:    /usr/sbin/xntpd 

Version:         3 

Leap indicator:  00 (No leap second today.) 

Sys peer:        127.127.1.0 

******************************************

 

三、NTP客户端配置 

1,查询NTP客户端与服务器端的时间差。 命令: 

# ntpdate -d ip.address.of.server

 ******************************** 

# ntpdate -d 9.125.40.146 …… …… 

4 Jan 12:57:58 ntpdate[16842]: adjust time server 9.125.40.146 offset -0.000180 

******************************** 

offset -0.000180代表了NTP clientNTP server之间的时间差,正数代表NTP serverNTP client快,负数代表NTP serverNTP client慢。 

如果时间差超过1000秒,需要通过手动的方式,对NTP client进行时间调整,使NTP serverNTP client的时间差在1000秒之内。 

 

2,编辑NTP client端的/etc/ntp.conf文件。 

 注释掉broadcastclient一行,添加“server 9.125.40.146”。“9.125.40.146”即为NTP serverIP地址。 

***************************  

#broadcastclient 

server 9.125.40.146 

driftfile /etc/ntp.drift 

tracefile /etc/ntp.trace 

***************************

 

其中的 server 9.125.40.146 表明,此客户端与IP地址为 9.185.43.189 NTP服务器进行时间同步。 

 

3,启动NTP进程。

#stopsrc -s xntpd 

#startsrc -s xntpd  

如果NTP服务器上存在数据库,必须使用"-x"的函数,防止始终反方向运行,命令如下: 

# startsrc -s xntpd -a "-x"  

4,编辑NTP客户端的/etc/rc.tcpip文件。 

命令 # vi /etc/rc.tcpip  

start /usr/sbin/xntpd "$src_running" 一行的注释取消掉,使NTP进程中系统启动时能够自动启动,如果使用数据库的话,需要添加 -x 参数。

5,检查NTP客户端是否与NTP服务器端同步。 

命令 # lssrc -ls xntpd

*********************************** 

#lssrc -ls xntpd        

 Program name:    /usr/sbin/xntpd   

Version:         3  

 Leap indicator:  11 (Leap indicator is insane.)   

Sys peer:        no peer, system is insane

*********************************** 

#lssrc -ls xntpd 

 Program name:    /usr/sbin/xntpd   

Version:         3  

 Leap indicator:  00 (No leap second today.)   

Sys peer:        9.125.40.146 

***********************************

 

四、NTP服务器端的时间更改 

NTP server进行时间修改的范围不超过1000秒,可以直接在NTP server上通过date命令进行修改。但在操作过程中,为了确保NTP client时钟不受到影响,建议先停止NTP clientntpd进程。 

1,停止NTP clientntpd进程。 NTP client执行:

# stopsrc -s xntpd  

2,停止NTP serverntpd进程。 NTP server执行:

# stopsrc -s xntpd  

3NTP server通过date命令修改时间。 

# smitty date 

4,启动NTP serverntpd进程,并检查ntpd进程启动完成 NTP server  

# startsrc -s xntpd  

# lssrc -ls xntpd

5,启动NTP clinetntpd进程,并检查ntpd进程启动完成 NTP client 

# startsrc -s xntpd -a "-x"  

# lssrc -ls xntpd


原创文章请注明转载自技术小站本文地址:http://www.i5i6.net/post/13.html,标题:IBM AIX系统NTP配置方法

打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

【我来说两句】
分享到:

精彩推荐:

相关文章:

IBM AIX 7100-03-00 系统盘 云盘下载  (2015-10-12 8:55:9)

AIX连接IBM存储 多路径软件常用命令  (2015-9-22 8:39:16)

IBM AIX 7100-01-00 系统盘 云盘下载  (2015-9-17 8:16:39)

IBM AIX 6100-09-03 系统盘 云盘下载  (2015-8-13 17:0:40)

IBM AIX 6100-09-00 系统盘 云盘下载  (2015-8-10 15:15:32)

IBM AIX 6100-08-02 系统盘 云盘下载  (2015-8-6 12:42:52)

IBM AIX 6100-08-00 系统盘 云盘下载  (2015-8-5 9:46:1)

IBM AIX 6100-07-04 系统盘 云盘下载  (2015-8-3 9:3:55)

IBM AIX 6100-07-00 系统盘 云盘下载  (2015-7-29 6:6:39)

IBM AIX 6100-06-05 系统盘 云盘下载  (2015-7-25 12:13:46)

评论 0