如何查看sun solaris是否已经与ntp服务器时钟同步
1个回答
2015-10-04
展开全部
配置SOLARIS的NTP服务
1、查看是否安装了NTP软件包(默认是安装的),有下面两行则是已安装 # pkginfo | grep ntp
system SUNWntpr NTP, (Root)
system SUNWntpu NTP , (Usr)
2、编辑配置文件ntp.conf #vi /etc/inet/ntp.conf
server ip_132.118.64.25 prefer
driftfile /var/ntp/ntp.drift
3、创建drift文件 touch /var/ntp/ntp.drift
4、停止、启动NTP服务 /etc/init.d/xntpd start
/etc/init.d/xntpd stop
5、查看服务 ps -ef|grep ntp
查看进程 snoop |grep -i ntp 查看是否存在ntp包
6、查看其他服务器时间
ntpdate -q 132.118.64.25
7.检查服务器是否加成功
检查方法:ntpq -p
solaris8-9 NTP客户端配置
A、复制NTP配置文件
# cd/etc/inet
# cp ntp.client ntp.conf
B、修改/etc/inet/ntp.conf #添加NTP服务器地址
server 172.16.5.241 (ntp server ip 此处指向你的NTP时间服务器IP地址)
multicastclient 224.0.1.1
C、# ntpdate 172.16.5.241 (NTP服务器IP地址同步时间,以免时间相差很多同步失败)
D、启动关闭xntp用
/etc/init.d/xntpd start|stop
如有防火墙需打开UDP 123端口
cp /etc/inet/ntp.cli
1、查看是否安装了NTP软件包(默认是安装的),有下面两行则是已安装 # pkginfo | grep ntp
system SUNWntpr NTP, (Root)
system SUNWntpu NTP , (Usr)
2、编辑配置文件ntp.conf #vi /etc/inet/ntp.conf
server ip_132.118.64.25 prefer
driftfile /var/ntp/ntp.drift
3、创建drift文件 touch /var/ntp/ntp.drift
4、停止、启动NTP服务 /etc/init.d/xntpd start
/etc/init.d/xntpd stop
5、查看服务 ps -ef|grep ntp
查看进程 snoop |grep -i ntp 查看是否存在ntp包
6、查看其他服务器时间
ntpdate -q 132.118.64.25
7.检查服务器是否加成功
检查方法:ntpq -p
solaris8-9 NTP客户端配置
A、复制NTP配置文件
# cd/etc/inet
# cp ntp.client ntp.conf
B、修改/etc/inet/ntp.conf #添加NTP服务器地址
server 172.16.5.241 (ntp server ip 此处指向你的NTP时间服务器IP地址)
multicastclient 224.0.1.1
C、# ntpdate 172.16.5.241 (NTP服务器IP地址同步时间,以免时间相差很多同步失败)
D、启动关闭xntp用
/etc/init.d/xntpd start|stop
如有防火墙需打开UDP 123端口
cp /etc/inet/ntp.cli
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询