aix下开启ntp服务

1、配置/etc/ntp.conf文件,添加NTP服务器地址信息(server 192.168.1.20)
broadcastclient
driftfile /etc/ntp.drift
tracefile /etc/ntp.trace
server 192.168.1.20

2、启动xntpd进程

方法1:
# startsrc -s xntpd
0513-059 The xntpd Subsystem has been started. Subsystem PID is 327788.
方法2:
# smit xntpd
选择“Start Using the xntpd Subsystem”--“BOTH”

3、检查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
 Sys stratum:     16
 Sys precision:   -18
 Debug/Tracing:   DISABLED
 Root distance:   0.000000
 Root dispersion: 0.000000
 Reference ID:    no refid, system is insane
 Reference time:  no reftime, system is insane
 Broadcast delay: 0.003906 (sec)
 Auth delay:      0.000122 (sec)
 System flags:    bclient pll monitor filegen 
 System uptime:   80 (sec)
 Clock stability: 0.000000 (sec)
 Clock frequency: 0.000000 (sec)
 Peer: 192.168.1.20
      flags: (configured)
      stratum:  3, version: 3
      our mode: client, his mode: server
Subsystem         Group            PID          Status
 xntpd            tcpip            172176       active

4、使用ntpdate手动与NTP服务器同步

# ntpdate -d 192.168.1.20

17 Nov 10:37:59 ntpdate[131094]: 3.4y
transmit(192.168.1.20)
receive(192.168.1.20)
transmit(192.168.1.20)
receive(192.168.1.20)
transmit(192.168.1.20)
receive(192.168.1.20)
transmit(192.168.1.20)
receive(192.168.1.20)
transmit(192.168.1.20)
server 192.168.1.20, port 123
stratum 3, precision -6, leap 00, trust 000
refid [64.4.10.33], delay 0.04146, dispersion 0.00026
transmitted 4, in filter 4
reference time:      d813d221.52a70817  Sun, Nov 16 2014 19:47:13.322
originate timestamp: d813ec37.25da3b4a  Sun, Nov 16 2014 21:38:31.147
transmit timestamp:  d814a2e7.2a0bd000  Mon, Nov 17 2014 10:37:59.164
filter delay:  0.04167  0.04150  0.04146  0.04146
               0.00000  0.00000  0.00000  0.00000
filter offset: -46768.0 -46768.0 -46768.0 -46768.0
               0.000000 0.000000 0.000000 0.000000
delay 0.04146, dispersion 0.00026
offset -46768.016225

17 Nov 10:37:59 ntpdate[131094]: step time server 192.168.1.20 offset -46768.016225

时间: 2024-10-17 13:12:05

aix下开启ntp服务的相关文章

局域网内Linux下开启ftp服务的“曲折路”和命令复习

今天主要学习了Linux下网络配置以及vsftp(FTP)和samba的服务配置,学习起来,难度也就一般,并没有特别难,可是在可以做实验的时候,却并没有自己想像的那么顺利,可见,很多事情看起来不难,做起来却又是另外一回事.特作此篇以作纪念. 一:vsftpd 的配置. 1,首先,最好已经进行yum源的配置(如果没有配置,可以搜索我的日记,做好配置),方便于我们安装vsftpd. 只需一句命令即可: [[email protected] ~]# yum -y install vsftpd 喝杯茶,

AIX系统开启ftp服务

http://blog.itpub.net/28227905/viewspace-1060183/ 当然,首先网络工程师给你放开策略,开通ftp端口之后,你才能做下一步. [@[email protected]] AIX开启ftp服务: 1.ftp服务的守护进程是否存在 #lssrc -s inetd 2.ftp服务的开启与关闭 #startsrc -t ftp #stopsrc -t ftp 3.ftp服务是否开启 #lssrc -t ftp 4.ftp开机启动服务 查看/etc/inetd.

Ubuntu下开启SSH服务

来源:http://blog.sina.com.cn/s/blog_7c2374190100tyc9.html 在Ubuntu下开启SSH首先要确认你是否配置了IP,如果没有用以下命令进行配置: 1.sudo ifconfig eth0 192.168.0.3 netmask 255.255.255.0  //配置你的eth0网卡的ip地址和子网掩码  2. duso route default gw 192.168.0.1 //配置你的默认路由 开启ssh服务1.查看是否有sshd_confi

Linux下的NTP服务搭建

为了实现时间同步,我们就需要用NTP(Network Time Protocol)这个协议. 简单地说,NTP是用来使系统和一个精确的时间源保持时间同步的协议. 我们需要建立一个能提供精确时间的服务器,局域网内的所有电脑统一通过这台时间服务器进行时间同步.校准. 如何设置Linux Time Zone: /usr/share/zoneinfo:这是个目录,在这个目录下是规定了各主要时区的时间设定文件,例如中国大陆地区的时区设置文件是 /usr/share/zoneinfo/Asia/Shangh

CentOS7 下部署NTP服务供内网客户机使用

1.安装NTP服务# yum -y install ntp 2.修改 ntp配置# vi /etc/ntp.conf # 记录和上级时间服务器的时间差异,默认配置,保留driftfile /var/lib/ntp/drift #表示nomodify客户端可以同步时间restrict default nomodify # 允许本机的一切操作,默认策略,保留restrict 127.0.0.1restrict ::1 # 阿里云NTP服务可修改本NTP服务时间restrict ntp.aliyun.

Debian下面的ntp服务(ntpdate)的安装

/*********************************************************************  * Author  : Samson  * Date    : 06/22/2015  * Test platform:  *              gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2  *              GNU bash, 4.3.11(1)-release (x86_64-pc-linux-gnu)

centos下开启ftp服务

如果要ftp访问linux需要安装ftp服务,vsftpd是Linux下比较好的的FTP服务器. 一.检查安装vsftp 1 //检查是否安装vsftpd 2 rpm -qa | grep vsftpd 3 //没有就安装vsftpd 4 yum -y install vsftpd 5 chkconfig vsftpd on 二.编辑vsftp配置项 配置开启虚拟账户(只能登陆ftp,不能登陆系统)以及设置访问目录 1 vim /etc/vsftpd/vsftpd.conf 2 anonymou

如何在linux下开启ftp服务

首先服务器要安装ftp软件,查看是否已经安装ftp软件下:   #which vsftpd  如果看到有vsftpd的目录说明服务器已经安装了ftp软件 查看ftp 服务器状态        #service vsftpd status 如果没有安装,查询是否有可用的rpm安装包 [[email protected] ~]# yum list |grep vsftpd vsftpd.i686                                 2.2.2-21.el6        

Linux下开启nfs服务

1.什么是NFS(Network FileSystem) NFS 就是 Network FileSystem 的缩写,最早之前是由 Sun 所发展出来的.他最大的功能就是可以透过网络,让不同的机器.不 同的操作系统.可以彼此分享个别的档案 ( share file ),所以,也可以简单的将他看做是一个 file server 呢!这个  NFS Server 可以让你的 PC 来将网络远程的 NFS 主机分享的目录,挂载到本地端的机器当中,所以,在本地端的机器看起来,那个远程主 机的目录就好象是