Configure one host against two ntp servers for redundancy


 
Thread Tools Search this Thread
Operating Systems AIX Configure one host against two ntp servers for redundancy
# 1  
Old 05-02-2011
Configure one host against two ntp servers for redundancy

Dears all
is it possible to have two NTP servers in one host ?
how i can configure them .
please advice
# 2  
Old 05-03-2011
Quote:
Originally Posted by thecobra151
is it possible to have two NTP servers in one host ?
Frankly, i don't get what this should be good for. Could you please explain what exactly you are trying to achieve?

Quote:
Originally Posted by thecobra151
how i can configure them .
in the configuration file /etc/ntpd.conf. I suggest you read the man page for "ntpd" before trying to configure it.

I hope this helps.

bakunin
# 3  
Old 05-03-2011
Quote:
Originally Posted by bakunin
Frankly, i don't get what this should be good for. Could you please explain what exactly you are trying to achieve?

we have two NTP server one in the HO and one in the DR site i want to
but both of them in the ntp.conf to make the ntp redundant and high availability

in the configuration file /etc/ntpd.conf. I suggest you read the man page for "ntpd" before trying to configure it.

I hope this helps.

bakunin
# 4  
Old 05-03-2011
Quote:
we have two NTP server
Now i get it! You want your client to reference two NTP servers! I was thinking you want to use one host to run two server processes and this confused me.

We have exactly this setup, i will post it here tomorrow morning, when i arrive in the office.

I hope this helps.

bakunin
# 5  
Old 05-04-2011
thank you alot my friend and i am waiting for your post Smilie
# 6  
Old 05-04-2011
I am so frank to answer^^ Afaik you just add a 2nd line starting with the "server" specification, like:

Code:
###########################################################################
#
# Default NTP configuration file.
#
#   Broadcast client, no authentication.
#
#broadcastclient
driftfile /etc/ntp.drift
tracefile /etc/ntp.trace
server ntp1.somedom.org
server ntp2.somedom.org

Don't forget to refresh or restart it with:
Code:
refresh -s xntpd
# if this shouldn't be enough try a
stopsrc -s xntpd
startsrc -s xntpd

Here is the documentation that should apply:
Configuration of xntpd

I changed the subject for easier understanding.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

configure library package for --host architecture

I am trying to decode "configure" script for "bluez" package as far as how are "configure" options for cross-compiling passed to libtoool or GCC to build C++ library. As far as I can tell the "configure" triplet analysis (case) has no options to analyze anything with "linux" in it ,therefore... (5 Replies)
Discussion started by: anne
5 Replies

2. Ubuntu

Install and configure ntp rpm on Ubuntu 13.10 version

Hello, I am new to ubuntu Server OS and so trying to setup and ntp service on couple of servers. I see ntp rpm is not installed. # dpkg --get-selections | grep -v deinstall | grep ntp ntpdate install # so I tried to installed ntp rpm using... (5 Replies)
Discussion started by: bobby320
5 Replies

3. Linux

Configure ntp server and Linux in oel 5.9

i want to configure machine1 as ntp server. this machine has oel 5.9 64 bit installed and this machine is not connected to internet neither there is any ntp server. there is another machine2 and i want to configure that as ntp client. plz do tell me that what lines do i add in /etc/ntp.conf... (0 Replies)
Discussion started by: rehantayyab82
0 Replies

4. UNIX for Dummies Questions & Answers

NTP high offset | no servers can be used, exiting

sudo /usr/sbin/ntpdate -q nxdbsr01.paramount.com server 192.168.148.165, stratum 2, offset 45.247135, delay 0.09427 29 Jul 17:49:48 ntpdate: step time server 192.168.148.165 offset 45.247135 sec sudo /usr/sbin/ntpdate -d nxdbsr01.paramount.com 29 Jul 17:49:54 ntpdate: ntpdate... (6 Replies)
Discussion started by: stunn3r
6 Replies

5. Solaris

Client does not sync date with ntp servers

We had a network problem a couple of days before that caused 1 interface to down and up. But today I have noticed that our date is wrong, our system have 4 servers and the other 3 are OK. I used <date> command, the result is: Fri Jan 2 17:57:55 ICT 1970 I have tried set date to be the same as... (3 Replies)
Discussion started by: salvation3103
3 Replies

6. Solaris

How to configure the host to dhcp mode

I try a static ip assign mode while i installed the Solaris 10(U 8). But i can't access the internet, i try the ifconfig -a command and see my configuration is correct in the interface. So i want to get my ip using dhcp. I search from internet. They give me the suggestions. ifconfig interface... (1 Reply)
Discussion started by: papertiger
1 Replies

7. UNIX for Dummies Questions & Answers

How to setup NTP on unix and linux servers?

I have a hostname/ip of our network time server. What are the steps to take to set each server up to synchronize the clocks? Thanks (4 Replies)
Discussion started by: ChadKam
4 Replies

8. Solaris

Cannot configure NTP client

Hi, I am trying to configure NTP client on my Solaris server, but I am getting error like: Jan 13 10:53:33 SPOTS ntpdate: no server suitable for synchronization foundMy ntp.conf file: bash-3.00# pwd /etc/inet bash-3.00# bash-3.00# bash-3.00# cat ntp.conf # ident "@(#)ntp.client... (5 Replies)
Discussion started by: nypreH
5 Replies

9. UNIX for Dummies Questions & Answers

email redundancy between two servers

We have had some email outages in the last few months and my boss is asking is it worth going with one of those email redundancy/filtering sites. The thing is, we have a backup server on a remote location, so I am pretty sure we can set something up with what we have already. At the moment... (1 Reply)
Discussion started by: edzillion
1 Replies

10. Solaris

How to configure NTP in Solaris/Windows/Linux environment...???

Hi, Can someone let me know the detail procedure for configuring NTP in Solaris/Windows/Linux environment....??? I would like to use any NTP Server on Windows Server & rest of the systems running with Solaris 10/9 & Linux be as NTP Client. All NTP Client should take the time from NTP Server... (8 Replies)
Discussion started by: jumadhiya
8 Replies
Login or Register to Ask a Question