Sponsored Content
Operating Systems AIX How to change time on servers Post 302195444 by masquerer on Thursday 15th of May 2008 06:13:06 AM
Old 05-15-2008
How to change time on servers

Hi all
We are currently using AIX 5.3, we reuquire to change the time according to the daylight saving scenario. We are using the internal clock and are not synced with ntp server. Can any one please tell me how to do that without effecting the processes running on the servers?
 

10 More Discussions You Might Find Interesting

1. AIX

Synchronize time on several AIX servers ?

Hi, I want to synchronize time on several AIX servers - I don't want to set very precise time value, but I want all the servers to have same time value. How do I do that ? thanks Vilius (2 Replies)
Discussion started by: vilius
2 Replies

2. Shell Programming and Scripting

script to change passwords for the same user on multiple servers

I am trying to write a script to change passwords for the same user on multiple servers. My environment runs purely ssh / scp not rsh / rcp and therefore coping using rcp is not an option. I have been playing with expect to perform tasks but think there must be a better way. Has anyone got... (7 Replies)
Discussion started by: stolz
7 Replies

3. Red Hat

Change password of linux servers remotely

Hi, I am very bad at scripting. I need help from scripting experts... I need to change password of around 100 linux remote servers. I have been given a script for changing the password that automates the task. however I do not understand the usage and meaning of the script, the script is an... (0 Replies)
Discussion started by: renuka
0 Replies

4. Shell Programming and Scripting

Script:Change password on 1000+ servers

Hello Folks Scenario : I have a linux box (expect tool installed) which connects to 1000+ other boxes (either Solaris or AIX or Linux ) with a specific id and password using SSH. I now wish to write a script (Shell and/or expect and/or Python) which will change this existing password to a... (1 Reply)
Discussion started by: ak835
1 Replies

5. Solaris

Change passwd for bulk servers using SSH script

Hi, I need to Change passwd for bulk servers using SSH script. I have one server, from which i can reach all the servers without password via SSH. There is some expect script, from which i can achieve it. Can any one help me out here. Thanks in advance. Vicky (1 Reply)
Discussion started by: vickyingle5
1 Replies

6. Shell Programming and Scripting

Compare the files in 2 different servers for change or modification

I have the following requirement; I need to compare set of files in 2 different servers A and B. Both have same sets of files and directory structure First I need to move the files from Server A to server B Compare the corresponding file in B server and see if it has modified (not... (1 Reply)
Discussion started by: vskr72
1 Replies

7. Red Hat

Problem about NFS to change the share folder at several servers.

All, I re-wrote our scripts to speed-up the compiling time, original time is about 1hrs. now dispatch the sub task to different servers through SSH. Now my question is that: If dispatch these tasks into the current server, there is no errors during compiling process. If dispatch these tasks... (0 Replies)
Discussion started by: fduan001
0 Replies

8. UNIX for Dummies Questions & Answers

How can we connect multiple servers at a time?

help me (0 Replies)
Discussion started by: sonu pandey
0 Replies

9. AIX

Time of query execution much different between 3 servers

Hello, I have 3 AIX 6.1 machines running INFORMIX 11.7 database engine. One of these servers is the database server and the other 2 servers are connecting to it. I am doing a test to determine the time of query execution between these servers and i see that in specific times one of these... (12 Replies)
Discussion started by: omonoiatis9
12 Replies

10. Shell Programming and Scripting

A script to change password for all other servers

Hey Gurus, I have this requirement to change the password for other servers remotely from one server. So, I installed public keys on all servers and wrote the following script to do the job. Something appears to be wrong with my loop, as it only changes one server and ignores the rest. I'm... (24 Replies)
Discussion started by: Hiroshi
24 Replies
ntpd(8) 						      System Manager's Manual							   ntpd(8)

Name
       ntpd - network time protocol (NTP) daemon

Syntax
       /usr/etc/ntpd [ -a threshold ][ -c file ][ -d ][ -D level ][ -l ][ -n ][ -s ]

Description
       The  University of Maryland's daemon synchronizes the local clock with a set of distributed time servers.  The daemon distributes accurate,
       reliable time from the best time source available at your site to hosts on wide area networks (WAN) and local  area  networks  (LAN).   The
       three  recommended  time  sources in decreasing order of accuracy are:  Internet NTP service, local radio clock, and wristwatch.  Note that
       the daemon does not require time servers to be on the same LAN as time clients, and does not create a heavy broadcast load on the  network.
       If  the	NTP servers are not on your Local Area Network (LAN), you must run the daemon before running the daemon.  To run remove the number
       signs (#) from in front of the following lines in your file:
       #[ -f /etc/routed ] && {
       #       /etc/routed & echo 'routed'	       >/dev/console
       #}
       The daemon will be invoked when you reboot your system.	To start without rebooting, type the following on the command line:
       /etc/routed
       For information on setting up the network time services, see the Guide to System and Network Setup.

       The daemon automatically splits the nodes running the daemon into a dynamically reconfigurable hierarchy of nodes.  The nodes  at  the  top
       level  of the hierarchy (low stratum numbers) are connected to the most accurate sources available.  This information is transferred to the
       lower-level nodes (higher stratum numbers) which set their clocks based on the calculated offset from a remote server, and then	distribute
       this time to lower levels of the hierarchy.

       The daemon provides a solution for distributing time to a large number of individual workstations.  It can also be used in conjunction with
       a master daemon to distribute NTP time to workstations running If is run with the and options on at least one system that is  also  running
       then  all other systems on the network running can receive time updates from a host running Although is easier to set up on clients, NTP is
       recommended because it is more accurate and more secure.

       Normally, the daemon is invoked at boot time from the file.  When is started, it reads configuration information from the file, unless  you
       have specified another configuration file with the option.  The configuration file either specifies the list of NTP servers with which this
       host should synchronize, or identifies this host as a local reference clock.  See the reference page for more information on the configura-
       tion file.

       The daemon uses the system call to gradually adjust the local clock for small clock offsets (< 0.128 seconds).  If the local clock lags the
       time on the server by more than 0.128 seconds, the system call is used to make a forward step adjustment of the local  clock.   Clocks  are
       never  stepped  backwards; they are adjusted gradually, which can take a very long time.  Therefore, it is important to initialize the time
       using the command before running the daemon.

Options
       -a threshold
	    Sets the threshold (in seconds) which limits how far the daemon can change the local clock.  By default, the threshold  is	1000  sec-
	    onds.   This  is  set  to avoid propagating major mistakes throughout the network.	If you specify the string instead of a number, the
	    daemon can change the local clock by any amount.

       -c file
	    Specifies a configuration file for the daemon.  By default, the configuration file is

       -d   Increments the debug level by one.	The option can be specified more than once.  Higher debug levels provide more diagnostic  informa-
	    tion.

       -D level
	    Sets the debug level to the specified value.

       -l   Causes  the daemon to log a message each time the local clock is adjusted.	Specify this option only if you want to gather statistical
	    information to analyze the local clock behavior.  If the option is set, a message may be  logged  every  two  minutes.   Messages  are
	    logged to

       -n   Inhibits the program from being swapped out of memory.  Using the option is recommended for both time servers and time clients.

       -s   Prevents the daemon from altering the time on the local host.  The daemon participates as an NTP server with the flag set, but it does
	    not change the time of the local host.

Examples
       Before starting the daemon, either manually or from the file, you must edit the file with the appropriate information.  If your system is a
       client  you  must specify the time servers for it to query.  If it is a time server, you must specify the time servers with which it peers.
       See the reference page for more information.

       To start the daemon manually (on a time client), enter the following commands:
       # /etc/rdate -s
       # /usr/etc/ntp -s -f server1 server2 server3
       # /usr/etc/ntpd -n
       The command initializes your time to the average network time.  The command further refines the initial time to the NTP time.  The  servers
       specified on the command line are the same as those specified in the file.

       To  start  the daemon from the file (on a time client), place the following entries in the file.  Multiple servers are included in case one
       of the servers crashes, or is brought down.  The servers specified in the file are the same as those specified in the file.  These  entries
       should be placed after the entry:

       [-f /etc/syslog] && {
	    /etc/syslog   & echo -n ' syslog'		>/dev/console
       }
       [-f /etc/rdate] && {
	    /etc/rdate -s   & echo -n ' rdate'		>/dev/console
       }
       [-f /usr/etc/ntp] && {
	    /usr/etc/ntp -s -f server1 server2 server3 
			     & echo -n ' ntp'		>/dev/console
       }
       [-f /usr/etc/ntpd] && {
	    /usr/etc/ntpd -n & echo -n ' ntpd'		>/dev/console

       }

Diagnostics
       The  daemon  logs errors, major state changes, and statistics reports using the daemon; the log entries appear in the file with the word on
       each   relevant line.  Normal log entries show when gains or loses synchronization with a lower-stratum host.  Also, once an hour issues  a
       entry that gives information about its state.

       Once  an  hour,	if is synchronized, it updates the file.  This file shows the estimated clock drift for each of the past 5 hours, with the
       most recent hour listed first.  (The 6th number in this file is the number of hours has been running).  To  convert  the  drift	values	to
       parts  per  million  (ppm), divide them by 4096 and multiply by 1000000.  For example, +0.0107001161 means that estimates that the clock is
       drifting by about 2.61 ppm, or is losing about 0.226 seconds per day.  [(2.61/1000000) * 24 * 60 * 60 = 0.226].	Negative drift values mean
       that the clock is gaining time.	If is working, your computer's clock should be accurate to within a few seconds per day.

       Another	diagnostic  tool is the command.  You can use this to look at any host running The following command line returns the state of the
       remote host's server:
       % /usr/etc/ntpdc hostname

       The value that is returned for the should contain values not greater than 100 milliseconds.  See the reference page for more information.

       If the daemon sets the time as frequently as every 10 minutes (indicated by messages in the file), then you should kill the daemon,  remove
       the file, run the command to initialize the time, and restart the daemon.

       If  your  system  clock	is ahead of the server time by more than 1 second, you should kill the daemon, remove the file, run the command to
       initialize the time, and restart the daemon.

       If your clock is more than 1000 seconds off from the server time, and you did not specify the option, will not  change  your  system  time.
       Rather, will repeatedly log messages to the file, indicating that the time is too far off to reset.

See Also
       ntp(1), adjtime(2), settimeofday(2), ntp.conf(5), ntpdc(8), timed(8)
       RFC 1129--Internet Time Synchronization:  the Network Time Protocol
       Guide to System and Network Setup
       Introduction to Networking and Distributed System Services

																	   ntpd(8)
All times are GMT -4. The time now is 12:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy