我是靠谱客的博主 淡然微笑,最近开发中收集的这篇文章主要介绍【NetApp】配置NetApp控制器与Linux NTP服务器同步,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

Linux NTP服务器端配置:

1)设置/etc/ntp.conf配置文件

[root@localhost etc]# vi /etc/ntp.conf

# For more information about this file, see the man pages
# ntp.conf(5), ntp_acc(5), ntp_auth(5), ntp_clock(5), ntp_misc(5), ntp_mon(5).

driftfile /var/lib/ntp/drift

# Permit time synchronization with our time source, but do not
# permit the source to query or modify the service on this system.
restrict default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery

# Permit all access over the loopback interface.  This could
# be tightened as well, but to do so would effect some of
# the administrative functions.
restrict 127.0.0.1
restrict -6 ::1

# Hosts on local network are less restricted.
restrict 192.168.10.0 mask 255.255.255.0 nomodify notrap

# Use public servers from the pool.ntp.org project.
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
#server 0.rhel.pool.ntp.org
#server 1.rhel.pool.ntp.org
#server 2.rhel.pool.ntp.org

#broadcast 192.168.1.255 autokey        # broadcast server
#broadcastclient                        # broadcast client
#broadcast 224.0.1.1 autokey            # multicast server
"/etc/ntp.conf" 57L, 1917C
# For more information about this file, see the man pages
# ntp.conf(5), ntp_acc(5), ntp_auth(5), ntp_clock(5), ntp_misc(5), ntp_mon(5).

driftfile /var/lib/ntp/drift

# Permit time synchronization with our time source, but do not
# permit the source to query or modify the service on this system.
restrict default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery

# Permit all access over the loopback interface.  This could
# be tightened as well, but to do so would effect some of
# the administrative functions.
restrict 127.0.0.1
restrict -6 ::1

# Hosts on local network are less restricted.
restrict 192.168.10.0 mask 255.255.255.0 nomodify notrap

# Use public servers from the pool.ntp.org project.
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
#server 0.rhel.pool.ntp.org
#server 1.rhel.pool.ntp.org
#server 2.rhel.pool.ntp.org

#broadcast 192.168.1.255 autokey        # broadcast server
#broadcastclient                        # broadcast client
#broadcast 224.0.1.1 autokey            # multicast server
#multicastclient 224.0.1.1              # multicast client
#manycastserver 239.255.254.254         # manycast server
#manycastclient 239.255.254.254 autokey # manycast client

# Undisciplined Local Clock. This is a fake driver intended for backup
# and when no outside source of synchronized time is available.
server  127.127.1.0     # local clock
fudge   127.127.1.0 stratum 0

# Enable public key cryptography.
#crypto


2)NetApp 7mode 控制器options配置

图片.png


3) autosupport中相关NTP状态查询

a)ntpdc_peer.txt文件内容

图片.png

b)ntpdc_sysinfo.txt文件内容

图片.png


c)ntpdc_kerninfo.txt文件内容

图片.png


DataOntap 8.0 NTP Client的默认版本是Version 4

https://mysupport.netapp.com/NOW/cgi-bin/bol?Type=Detail&Display=469573


windows server NTP Server based on NTP Version3

https://docs.microsoft.com/en-us/windows-server/networking/windows-time-service/how-the-windows-time-service-works#w2k3tr_times_how_ekoc


参考文档链接:

https://kb.netapp.com/app/answers/answer_view/a_id/1033534



转载于:https://blog.51cto.com/acadia627/2117965

最后

以上就是淡然微笑为你收集整理的【NetApp】配置NetApp控制器与Linux NTP服务器同步的全部内容,希望文章能够帮你解决【NetApp】配置NetApp控制器与Linux NTP服务器同步所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(40)

评论列表共有 0 条评论

立即
投稿
返回
顶部