检查当前运行状态
代码语言:javascript复制[root@h101 etc]# ps faux | grep ntp
root 57457 0.5 0.0 107668 1436 pts/0 S 20:42 0:01 | _ watch -n .5 ntpstat
root 57453 0.0 0.0 107668 1436 pts/1 S 20:42 0:00 | _ watch -n 4 ntpq -p
root 58106 0.0 0.0 103256 828 pts/2 S 20:47 0:00 | _ grep ntp
ntp 57448 0.2 0.0 30736 2104 ? Ss 20:41 0:00 ntpd -u ntp:ntp -p /var/run/ntpd.pid -g
[root@h101 etc]#
停止NTP服务
代码语言:javascript复制[root@h101 etc]# /etc/init.d/ntpd stop
Shutting down ntpd: [ OK ]
[root@h101 etc]#
备份原NTP server程序
代码语言:javascript复制[root@h101 sbin]# mv ntpd ntpd.old.4.2.6p5
更替成新的NTP server
代码语言:javascript复制[root@h101 sbin]# cp /usr/local/bin/ntpd .
[root@h101 sbin]# pwd
/usr/sbin
[root@h101 sbin]# ll ntp*
-rwxr-xr-x 1 root root 2630962 Nov 9 21:22 ntpd
-rwxr-xr-x 1 root root 110896 Oct 26 23:32 ntpdate
-rwxr-xr-x 1 root root 250312 Oct 26 23:32 ntpdc
-rwxr-xr-x 1 root root 759720 Oct 26 23:32 ntpd.old.4.2.6p5
-rwxr-xr-x 1 root root 184592 Oct 26 23:32 ntp-keygen
-rwxr-xr-x 1 root root 252424 Oct 26 23:32 ntpq
-rwxr-xr-x 1 root root 72848 Oct 26 23:32 ntptime
[root@h101 sbin]#