Sponsored Content
Operating Systems Solaris Execute the ntpdate command only when NTP daemon is stopped? Post 302738855 by fpmurphy on Monday 3rd of December 2012 02:48:30 AM
Old 12-03-2012
Ntpdate adjusts the time on your system in one immediate correction. Ntpd is more subtle; it calculates your system clock drift and continuously adjusts it so that your system maintains more accurate time. Ntpd cannot handle a large clock skew, you need to use ntpdate for that.
This User Gave Thanks to fpmurphy For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

NTPDATE Command help

I would like to setup date / time sync on Solaris 8 using the command ntpdate. How do I set it up? Thanks Mark (1 Reply)
Discussion started by: miredale
1 Replies

2. Solaris

How to use Ntpdate to slew the time?

Hi experts, I've a master server which sync to ntp time server daily by using xntpd daemon. Then my client servers will use ntpdate through cron job to synchronize the time hourly. (By using ntpupdate -s -B 'master server') My question is, now I'll need to synchronize to a oracle server which... (2 Replies)
Discussion started by: kenzoo
2 Replies

3. SCO

ntpdate problem in Unixware

Hi Guys, A weird problem. I have disabled ntpd daemon on a HP server and placed ntpdate in crontab instead and redirected the log to a file. This command in cron synchronizes the server with a local time server every 15 minutes. The weird part is that on 3 specific times (5:00 am, 10:00 am,... (2 Replies)
Discussion started by: Verifone
2 Replies

4. UNIX for Dummies Questions & Answers

how execute/visit a site using the cron daemon?

hi, i need to execute/visit a site to check if the site is up or not i have a server that have cron shedule that can execute a php file now how can i execute/visite a site using the same way as i execute a file? thanks a lot for your help :) (1 Reply)
Discussion started by: jasonx22
1 Replies

5. Shell Programming and Scripting

How to replace ntpdate

Hi there, Hi have a group of computers + a server (all debians) connected to each other on a LAN. For some reasons that I've not decided and that I can't change, the computers cannot connect to the net. Moreover, the server has no ntp service. Though, I need to find a way of setting all... (4 Replies)
Discussion started by: chebarbudo
4 Replies

6. Linux

ntp client/daemon sync

All, I need to write a script which can determine if my NTP client is X second off from the NTPD server time. I am looking for a crafty oneliner to calculate the time difference? (3 Replies)
Discussion started by: vada010
3 Replies

7. HP-UX

Setting up NTP HP-UX clients from solaris NTP server

Hi I wonder if its possible to setup NTP clients running HP-UX o.s. from a solaris 10 NTP server? FR (3 Replies)
Discussion started by: fretagi
3 Replies

8. Solaris

Is ntpdate command dependent on ntpd?

Hi, Could someone Please clarify me here: Is ntpdate command a part of ntpd, i mean does ntpdate command a dependent on ntpd? and can ntpdate be run in absence of ntpd service. (5 Replies)
Discussion started by: aksijain
5 Replies

9. Red Hat

Ntp client sync with local over ntp server

Hi, I have two ntp servers in my cluster and I want all the nodes in my cluster to sync with either of the ntp servers or just one. Unfortunately it keep rotating the sync, between my ntp server 1, ntp server 2 and local. Is there anyway I can change the sync to avoid local? # ntpq -p ... (3 Replies)
Discussion started by: pjeedu2247
3 Replies

10. UNIX for Dummies Questions & Answers

Nohup Command gets status Stopped

Good Morning I need your help please, i tried to execute this script using nohup command but it gets in status stopped nohup ./SapInterfases.sh > SapInterfases.log & prodstg02$ jobs + Stopped(SIGTTOU) nohup ./SapInterfases.sh > SapInterfases.log & I check out log: $ more... (15 Replies)
Discussion started by: alexcol
15 Replies
ntpdate(8)						      System Manager's Manual							ntpdate(8)

NAME
ntpdate - set the date and time via NTP (Network Time Protocol) SYNOPSIS
/usr/sbin/ntpdate [-bdqsuv] [-a key#] [-e authdelay] [-k keyfile] [-o version] [-p samples] [-t timeout] server1 server2 server3... OPTIONS
Tells ntpdate to step the system time immediately to match NTP. Use this option only when booting the system. Prints configuration and debugging information. Queries the server(s) and prints the information received; the date and time are not set. Tells ntpdate to log its actions through the syslog(3) facility rather than to the standard output. This is useful when running the program from cron(8). Tells ntpdate to use an unprivileged port to send the packets from. This is useful when you are behind a firewall that blocks incoming traffic to privileged ports, and you want to synchronise with hosts beyond the firewall. Note that the -d option always uses unprivileged ports. Runs in verbose mode. Specifies that all packets should be authenticated using the key number provided. Specifies an authentication processing delay, in seconds (see xntpd(8) for details). This number is usually small enough to be negligible for ntpdate's purposes, though specify- ing a value may improve timekeeping on very slow CPU's. Specifies that authentication keys will be read from keyfile instead of the default /etc/ntp.keys file. This file should be in the format described in xntpd(8). Forces ntpdate to poll as a version implementation. By default ntpdate claims to be an NTP version 3 implementation in its outgoing packets. Some older software will decline to respond to version 3 queries. Acquires a specified number of samples from each server. The range of values for samples is from 1 and 8, inclusive. The default is 4. Waits timeout seconds for a response. Any value entered will be rounded to a multiple of 0.2 seconds. The default is 1 second, a value suitable for polling across a LAN. DESCRIPTION
The ntpdate command sets the local date and time by polling the Network Time Protocol server(s) on the host(s) given as arguments to deter- mine the correct time. It must be run as root on the local host. A number of samples are obtained from each of the servers specified and the standard NTP clock filter and selection algorithms are applied to select the best of these. The ntpdate command is run from /sbin/init.d/settime to set the time of day at boot time, if NTP is configured. (See ntpsetup(8) for information on configuring NTP.) Note that ntpdate's reliability and precision will improve dramatically with greater numbers of servers. While a single server may be used, better performance and integrity will be obtained by providing at least three or four servers, if not more. Time adjustments are made by ntpdate in one of the following ways: If ntpdate determines your clock is off by more than 0.5 seconds, it steps the time by calling settimeofday(2). If the error is less than 0.5 seconds, however, it will by default slew the clock's time by a call to adjtime(2) with the offset. The latter technique is less disruptive and more accurate when the offset is small, and works quite well when ntpdate is run by cron every hour or two. The adjustment made in the latter case is actually 50% larger than the measured offset since this will tend to keep a badly drifting clock more accurate (at some expense to stability, though this tradeoff is usually advantageous). Ntpdate will decline to set the date if an NTP server daemon (for example, xntpd(8)) is running on the same host. When running ntpdate on a regular basis from cron(8) as an alternative to running a daemon, doing so once every hour or two will result in precise enough timekeep- ing to avoid stepping the clock. Note Because of significant changes in NTP version 3, you should check all scripts that use the ntpdate command for correct usage and output. ERRORS
A common problem is polling a server using the wrong query version number or wrong authentication key. If either occurs, ntpdate prints the following error message: 18 Apr 10:20:28 ntpdate(1192]: no server suitable for synchronization found At boot time, if NTP is not configured, the ntpdate prints the following message: WARNING: ntpdate cannot succeed, please check your NTP configuration EXAMPLES
The following command line sets the date and time after polling server host1.dec.com as a version 2 implementation: /usr/sbin/ntpdate -o 2 host1.dec.com The following command line sets the date and time after polling server host2.dec.com. All packets are authenticated using authentication key 1. /usr/sbin/ntpdate -a 1 host2.dec.com FILES
Specifies the command path Contains the encryption keys used by ntpdate SEE ALSO
Commands: ntpq(8), xntpd(8), xntpdc(8) Files: ntp.conf(4) ntpdate(8)
All times are GMT -4. The time now is 01:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy