poniedziałek, 2 kwietnia 2012
Debian NTP- serwer czasu2 - ntpdate-debian
NTP, the Network Time Protocol, is used to keep computer clocks accurate over the Internet, or by following an accurate hardware receiver which interprets GPS, DCF-77, NIST or similar time signals.
ntpdate is a simple NTP client which allows a system’s clock to be set to match the time obtained by communicating with one or more servers.
ntpdate is optional (but recommended) if you’re running an NTP server, because initially setting the system clock to an almost-correct time will help the NTP server synchronize faster.
The ntpdate client by itself is useful for occasionally setting the time on machines that are not on the net full-time, such as laptops.
Install ntp client in Debian
#apt-get install ntpdate
Install ntp client in Ubuntu
sudo apt-get install ntpdate
ntpdate will automatically run while bboting your system. Ubuntu stores script at /etc/network/if-up.d/ntpdate location.
If you wish to just run script again just type command
sudo /etc/network/if-up.d/ntpdate
sudo ntpdate pool.ntp.org
If you want to use you own ntp servers you need to edit the /etc/default/ntpdate file using the following command
sudo vi /etc/default/ntpdate
File looks like below
# servers to check. (Separate multiple servers with spaces.)
NTPSERVERS=”0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org”
#
# additional options for ntpdate
#NTPOPTIONS=”-v”
NTPOPTIONS=”-u”
NTPSERVERS=”ntp.ubuntu.com”
If you wan to use your own NTP server enter the list of NTP servers under NTPSERVERS
To avoid stepping the clock you must run ntpdate every 1 or 2 hours using cronjob
crontab -e
#Setup NTPDATE
@hourly /etc/network/if-up.d/ntpdate
Save and close the file.
You can also use the following script to run every hour from your cronjob
#!/bin/bash
/usr/sbin/ntpdate -s
/sbin/hwclock --adjust
/sbin/hwclock --systohc
Subskrybuj:
Komentarze do posta (Atom)
Ginekolog dr n. med. Piotr Siwek
Gabinet ginekologiczny specjalista ginekolog - położnik dr n. med. Piotr Siwek
-
8GB = memory=8589934592 python pgtune \ -i /etc/postgresql/ 9.2 /main/postgresql.conf \ -o postgresql.conf \ --memory=858993...
-
http://www.tcpdump.com/kb/os/linux/lvm-attributes/intro.html LVM Attributes 1 2 3 4 5 (10 votes, average 4.80 out of ...
-
Problem solved ;) Client tool's installer does not provide all the required libraries, so the message: " sawjniapi643r.dll: Can&...
Brak komentarzy:
Prześlij komentarz