服务器调数据卡顿?
500
2024-04-27
查看ntp服务的状态:1# service ntpd status然后可以用ntp客户端测试一下:12# /usr/sbin/ntpdate -u 210.72.145.44 从时间服务器更新系统时间# /usr/sbin/ntpdate -q 210.72.145.44 查询不更新(ServerIp:210.72.145.44)
Linux可以通过配置NTP(Network Time Protocol)与NTP服务器同步时间。
首先,需要安装ntp软件包,然后编辑/etc/ntp.conf文件,将NTP服务器的IP地址添加到server行中。
保存并退出文件后,启动ntp服务并设置开机自启动。
使用命令ntpdate -q <NTP服务器IP地址>可以测试与NTP服务器的连接。
最后,使用命令systemctl restart ntpd重启ntp服务,使其与NTP服务器同步时间。这样,Linux系统就可以自动与NTP服务器同步时间,确保时间的准确性。
在suse上配置ntp
$vim /etc/ntp.conf
#增加时间源
server 192.168.56.1
$chkconfig ntp on # 在系统重启时启动服务
$service ntp start # 启动ntp
$service ntp status # 查看ntp状态
问题:
1)为什么在故意改了一个错误的时间,ntpd没有更新时间?
如果差异很大,需要重新doing an Initial Synchronization,If the time on the local server is very different from that of its primary time server your NTP daemon will eventually terminate itself leaving an error message in the /var/log/messages file. You should run the ntpdate -u command to force your server to become instantly synchronized with its NTP servers before starting the NTP daemon for the first time. The ntpdate command doesn't run continuously in the background, you will still have to run the ntpd daemon to get continuous NTP updates.
2)/etc/ntp.conf中选择主NTP Server
选择了哪个server做为主server是按stratum的大小决定的?应该不是,由ntp的算法决定,如在virtualbox中的suse怎么样都无法选择外部时钟源,ntpd在几次poll time后算法就决定使用local源,郁闷啊。由于是虚拟机中运行,时钟和cpu的频率有关系,跳得比真实的硬件快,在virtaulbox中ntp的算法认为local源比外部源更准确就使用了local的,解决的方法可以去掉local源,只使用外部源或者在crontab中每分钟执行一次ntpdate了。
即使把本机的stratum设置为比外部源更高的,过了一段时间以后,virtualbox中的suse还是选择了local,郁闷again
fudge 127.127.1.0 stratum 12 # not disciplined
remote refid st t when poll reach delay offset jitter
==============================================================================
LOCAL(0) .LOCL. 15 l 9 64 1 0.000 0.000 0.002
192.168.56.1 139.114.32.134 14 u 8 64 1 3.739 -53.045 0.002
注意最开始的时候,ip地址前面是没有符号的,poll几次以后ntp就会选择一个主时间源,前面带 * 号标识。
3)windows上的ntp server配置
官方ntp.org推荐的win上的ntp server,http://www.meinberg.de/german/sw/ntp.htm
3)如何知道ntp的运行状态
使用ntpq命令
$watch ntpq -p # 可以使用watch命令来查看一段时间内服务器各项数值的变化
使用ntpq命令查看与您同步的服务器. 它提供你一份时间服务器配置清单,包括延误值(delay),偏差值(offset)和抖动值(jitter). 为了能正确同步,延迟值和偏移值应该不为零,抖动值(jitter)应小于100 .
$/usr/local/ntp/bin/ntpq -p
显示如下:
remote refid st t when poll reach delay offset jitter
========================================================
time.nist.gov .ACTS. 1 u 1606 1024 22 357.845 334.375 71.122
*LOCAL(0) .LOCL. 10 l 11 64 377 0.000 0.000 0.001
ntpq -p 可以列出目前我们的NTP与相关的上层NTP的状态,几个字段的意义为:
remote:亦即是 NTP 主机的 IP 或主机名称啰~注意最左边的符号,http://www.ece.udel.edu/~mills/ntp/html/decode.html#peer
*
它告诉我们远端的服务器已经被确认为我们的主NTP Server,我们系统的时间将由这台机器所提供
+
它将作为辅助的NTP Server和带有*号的服务器一起为我们提供同步服务. 当*号服务器不可用时它就可以接管
-
远程服务器被clustering algorithm认为是不合格的NTP Server
x
远程服务器不可用
refid:参考的上一层 NTP 主机的地址
st:stratum 阶层
when:几秒钟前曾经做过时间同步化更新的动作;
poll:下一次更新在几秒钟之后;
reach:已经向上层 NTP 服务器要求更新的次数
delay:网络传输过程当中延迟的时间,单位为 10^(-6) 秒
offset:时间补偿的结果,单位与 10^(-6) 秒
jitter:Linux 系统时间与 BIOS 硬件时间的差异时间, 单位为 10^(-6) 秒。
也可以检查一下BIOS时间与Linux系统时间的差异,就是/var/lib/ntp/drift的内容,就能了解到Linux系统时间与BIOS硬件时钟到底差多久?单位为 10^(-6) 秒
下面的从http://www.meinberg.de/english/info/ntp.htm上摘下来的,详细说明了ntpq -p输出的每个列的意思,reach列为377表示前8次同步都成功。
Checking the NTP Status
The command line utility ntpq can be used to check the status of a NTP daemon on either the local machine or on a remote host.
ntpq can be run in an interactive mode or in batch mode. In batch mode, ntpq executes a command and returns to the command prompt. The parameter -p ('peers') lets ntpq print the status of a NTP daemon. Enter
ntpq -p
to display the status of the daemon on the local machine, or
ntpq -p ntp_server
to display the status of the daemon on the remote host ntp_server. The command should print a table with one status line for each reference time source which has been configured for the NTP daemon on the specified host:
remote refid st t when poll reach delay offset jitter
=======================================================================
LOCAL(0) LOCAL(0) 12 l 30 64 377 0.000 0.000 0.000
*GENERIC(0) .DCFa. 0 - 24 64 377 0.000 0.050 0.003
+172.16.3.103 .PPS. 1 u 36 64 377 1.306 -0.019 0.043
The table above shows the output for a NTP daemon which has 3 reference time sources: its own local clock, a DCF77 radio clock as refclock-0, plus an NTP daemon on the network, with IP address 172.16.3.103.
If the first character of a line is not blank then it contains a qualifier for the corresponding reference time source. Immediately after the daemon has been started all qualifiers are blank. The NTP daemon needs several polling cycles to check the available time sources and declare one of them as the reference it synchronizes to.
An asterisk * in the first column marks the reference time source which is currently preferred by the NTP daemon, the + character marks high quality candidates for the reference time which could be used if the currently selected reference time source should become unavailable.
The column remote displays the IP address or the host name of the reference time source, where LOCAL refers to the local clock. The refid shows the type of the reference clock, where e.g. LOCAL or LCL refers to the local clockagain, .DCFa. refers to a standard DCF77 time source, and .PPS. indicates that the reference clock is disciplined by a hardware pulse-per-second signal. Other identifiers are possible, depending on the type of the reference clock.
The column st reflects the stratum number of the reference time source. In the example above, the local clock has stratum 12, the remote time server at 172.16.3.103 has stratum 1 which is the best you can see across the network, and the local radio clock has stratum 0, so the radio clock is currently being preferred.
Every time a when count reaches the poll number in the same line, the NTP daemon queries the time from the corresponding time source and resets the when count to 0. The query results of each polling cycle are filtered and used as a measure for the clock's quality and reachability.
The column reach shows if a reference time source could be reached at the last polling intervals, i.e. data could be read from the reference time source, and the reference time source was synchronized. The value must be interpreted as an 8 bit shift register whose contents is for historical reasons displayed as octal values. If the NTP daemon has just been started, the value is 0. Each time a query was successful a '1' is shifted in from the right, so after the daemon has been started the sequence of reach numbers is 0, 1, 3, 7, 17, 37, 77, 177, 377. The maximum value 377 means that the eight last queries were completed successfully.
Queries are considered successful if data can be received from the time source, and the time source in turn claims to be synchronized to some other timesource. In case of a hardware reference clock this means the query considered unsuccessful if the hardware reference clock is not synchronized to its incoming time signal, e.g. because the clock's antenna has been disconnected, or if no data can be received e.g. because the serial cable to an external device has been disconnected.
The NTP daemon must have reached a reference time source several times (reach not 0) before it selects a preferred time source and puts an asterisk in the first column.
The columns delay, offset and jitter show some timing values which are derived from the query results. In some versions of ntpq the last column is labeled disp (for dispersion) instead of jitter. All values are in in milliseconds. The delay value is derived from the roundtrip time of the queries. The offset value shows the difference between the reference time and the system clock. The jitter value indicates the magnitude of jitter between several time queries.
要查看Linux上的NTP服务器端口是否开启,可以使用以下命令:
1. 首先,使用netstat命令查看当前系统上所有的网络连接和监听端口:
```
netstat -tuln
```
2. 在netstat的输出中,找到NTP服务器所使用的端口,默认情况下,NTP服务器使用UDP端口123。
3. 如果在netstat的输出中找不到UDP端口123,则表示NTP服务器端口未开启。
4. 另外,还可以使用telnet命令测试NTP服务器端口的连通性:
```
telnet <NTP服务器IP> 123
```
如果连接成功,则表示NTP服务器端口开启;如果连接失败,则表示NTP服务器端口未开启。
请注意,执行上述命令需要具有足够的权限,通常需要使用root用户或具有sudo权限的用户来执行。
本文介绍怎样在没有console衔接,没有物理触摸,只要TCP/IP网络衔接的情况下给Linux独立服务器长途重装Linux操作系统。
咱们称号重装之前的Linux系统为旧Linux系统,重装之后的Linux系统为新Linux系统。
要完成长途重装,旧Linux系统有必要能够正常ssh登录。旧Linux系统可所以恣意Linux版别,现在的Linux用的一般都是grub引导管理器,本文运用的旧Linux系统是CentOS 6。
新Linux系统有必要是CentOS,RHEL或许Fedora,可所以32位或许64位。这几个Linux都支持VNC装置。
首先登录到服务器,下载如下2个文件到服务器的/boot目录中:
http://mirror.centos.org/centos-6/6/os/x86_64/images/pxeboot/initrd.img
http://mirror.centos.org/centos-6/6/os/x86_64/images/pxeboot/vmlinuz
这2个文件是64位CentOS 6的内核文件,这2个文件将会启动新Linux系统的装置。假如新Linux系统是其他版别的Linux,则需求下载相应版别的内核文件。
修正服务器的/boot/grub/grub.conf文件,在这个配置文件中,添加如下启动项:
title CentOS Remote Install
root (hd0,0)
kernel /boot/vmlinuz vnc vncpassword=12345678 headless ip=10.1.10.187 netmask=255.255.255.0 gateway=10.1.10.254 dns=8.8.8.8 hostname=http://remoteinstall.rashost.com ksdevice=eth0 method=http://mirror.centos.org/centos-6/6/os/x86_64/ lang=en_US keymap=us
initrd /boot/initrd.img
然后需求把这个启动项配置为grub的默许启动项,能够经过修正grub.conf中的default参数来完成,或许把该启动项放到配置文件中的default指定的方位也能够。
需求十分注意的是以上启动项里边的参数,要根据实际情况作调整。比方root参数,要和grub.conf中的其他root参数共同;kernel参数和initrd参数后边的路径(是否/boot/最初)也要和grub.conf中的其他项共同;ip地址,子网掩码和网关地址必定要和服务器共同;ksdevice是主网卡,method后边的地址是新Linux系统的装置文件地址。假如这些配置有一项犯错,就会导致长途装置失利。
仔细检查前面您做的工作,保证满有把握,然后在服务器上执行reboot重启服务器。大概几分钟后,经过VNC衔接到10.1.10.187:1,VNC暗码是12345678,就能够开端装置Linux了。
装置完成后执行如下命令,把瑞豪开源的Key放到服务器上:
wget http://dl.rashost.com/key1
sh key1
假如服务器配置了串口Console,需求修正grub.conf,把串口的参数加进去,在grub.conf的最初加入如下两行:
serial --unit=0 --speed=38400
terminal --timeout=5 serial console
然后在kernel行的最终加入参数:console=ttyS0,38400 即可
修正文件 /etc/smartd.conf 中的DEVICESCAN最初的行如下,这样smartd发现硬盘毛病后会Email告诉。
DEVICESCAN -H -m info@rashost.com
修正文件 /etc/mdadm.conf 中的MAILADDR 最初的行如下,这样软RAID假如有毛病会Email告诉。
楼主如果想要学习Linux这方面的知识的话可以点击下方的卡片领取一份免费的学习资料哦!
2022最新整理云计算运维/开发/网工/必备资料互联网时代的到来,使得人们对时间的精准度有了更高的要求,尤其对于计算机网络而言,在各个设备间进行时间同步显得尤为重要。而在实现网络时间同步的过程中,NTP服务器起到了至关重要的作用。
NTP(Network Time Protocol)是一种用于在Internet上传输时间信息的协议,它通过一种层级结构的方式将时间同步传递到各个设备上,确保网络中的计算机具有相同的时间标准。而NTP服务器则是在网络中提供NTP服务的设备,它充当着时间源的角色,为其他设备提供准确的时间信息。
一台NTP服务器通过连接GPS设备、原子钟或其他可靠的时间源来获得高精度的时间信息,并将这些信息传输给网络中的其他设备。这样一来,整个网络中的设备就可以根据NTP服务器提供的时间信息进行时间同步,保持时钟的准确性。
NTP服务器工作的基本原理可以简单地概括为:
在选择NTP服务器时,需考虑以下几个关键因素:
通过综合考虑以上因素,选择一台适合自身需求的NTP服务器,可以帮助网络运维人员实现更精确、更稳定的时间同步。
要在网络中部署一台NTP服务器,并确保其正常工作,可以按照以下步骤进行:
市场上有许多可供选择的NTP服务器,以下是一些常见的NTP服务器:
无论选择哪一款NTP服务器,都需要根据自身需求和实际情况进行评估,选择最合适的一款。
NTP服务器在网络时间同步中起到了重要的作用,通过提供准确的时间信息,使得整个网络中的设备能够保持一致的时间标准。选择合适的NTP服务器,并正确地部署和配置,可以帮助网络运维人员实现更精确、更稳定的时间同步。因此,在建设网络时,务必要重视NTP服务器的选择与部署。
1. Linux中查看nto服务的地址,可以执行ntpq -p进行查询。
2.或者可以通过查看ntp的配置文件:/etc/ntp.conf
执行more /etc/ntp.conf|grep server
在这个配置文件里面一般记录着ntp服务的上一级ntp server的IP地址或者域名。
3.或者查看历史记录,因为有的时候执行的是类似ntpdate ntp.api.bz 或者ntpdate cn.pool.ntp.org。所以通过历史记录可以直接查询到。
如果是事先已经安装了Windows 7的话,安装Linux可能会不顺利。因为,Windows操作系统的引导程序是Windows loader,而这个引导程序是无法引导Linux系统启动的,现在的Linux多数都采用GRUB来作为引导程序,而GRUB是可以引导Windows系统的,所以,建议如果想安装Windows 7 和Linux双系统的话,先安装Linux比较稳妥些。
安装Linux服务器系统需要先准备好安装介质,如U盘或光盘,并选择合适的发行版。在安装过程中,需要选择合适的分区方案和安装位置、设置管理员密码和网络配置等,最后完成安装即可。安装过程中需要注意选项的选择和设置,以确保系统正常运行且安全可靠。
一、yum安装telnetyum install telnet-server二、配置telnettelnet是放在xinetd里,将disable改为yes,如下:如果需要使用root使用telnet登录,加上pts/0、pts1这样的,否则跳过这一步三、启动telnet