server is not getting synchronized with ntp server


 
Thread Tools Search this Thread
Special Forums IP Networking server is not getting synchronized with ntp server
# 8  
Old 06-11-2009
i don't know whats goin on there but i would vote for a network problem...
# 9  
Old 06-12-2009
hi pls find the pasted ntpq -pn output where local server is getting synced with ntp server
[root@eabs-a root]# ntpq -pn
remote refid st t when poll reach delay offset jitter
==============================================================================
132.95.160.127 0.0.0.0 16 u - 1024 0 0.000 0.000 4000.00
*132.95.160.58 .GPS. 1 u 46 64 377 6.611 -0.289 0.025

-----Post Update-----

hi guys ,

can somebody explain what is the significance of refid and if this value is 0.0.0.0 what happens to the ntp server

[root@eabs-a root]# ntpq -pn
remote refid st t when poll reach delay offset jitter
==============================================================================
132.95.160.127 0.0.0.0 16 u - 1024 0 0.000 0.000 4000.00
*132.95.160.58 .GPS. 1 u 46 64 377 6.611 -0.289 0.025


as i know refid is entry shows the current source of synchronization for peer if this value is 0.0.0.0 means there is no no source for ntp to sync right?

-----Post Update-----

hi guys ,

can somebody explain what is the significance of refid and if this value is 0.0.0.0 what happens to the ntp server

[root@eabs-a root]# ntpq -pn
remote refid st t when poll reach delay offset jitter
==============================================================================
132.95.160.127 0.0.0.0 16 u - 1024 0 0.000 0.000 4000.00
*132.95.160.58 .GPS. 1 u 46 64 377 6.611 -0.289 0.025


as i know refid is entry shows the current source of synchronization for peer if this value is 0.0.0.0 means there is no no source for ntp to sync right?

-----Post Update-----

hi ,
here i am pasting the ouput ntpq -pq of command

ntpq -pn
remote refid st t when poll reach delay offset jitter
==============================================================================
132.95.160.127 0.0.0.0 16 u - 1024 0 0.000 0.000 4000.00
*132.95.160.58 .GPS. 1 u 46 64 377 6.611 -0.289 0.025

can somebody explain what is refid 0.0.0.0

-----Post Update-----

hi pls find the pasted ntpq -pn output where local server is getting synced with ntp server
[root@eabs-a root]# ntpq -pn
remote refid st t when poll reach delay offset jitter
==============================================================================
132.95.160.127 0.0.0.0 16 u - 1024 0 0.000 0.000 4000.00
*132.95.160.58 .GPS. 1 u 46 64 377 6.611 -0.289 0.025

-----Post Update-----

hi guys ,

can somebody explain what is the significance of refid and if this value is 0.0.0.0 what happens to the ntp server

[root@eabs-a root]# ntpq -pn
remote refid st t when poll reach delay offset jitter
==============================================================================
132.95.160.127 0.0.0.0 16 u - 1024 0 0.000 0.000 4000.00
*132.95.160.58 .GPS. 1 u 46 64 377 6.611 -0.289 0.025


as i know refid is entry shows the current source of synchronization for peer if this value is 0.0.0.0 means there is no no source for ntp to sync right?
# 10  
Old 06-12-2009
Mannam, please tidy up your previous post to remove the duplicated post updates.

Do a web search for the following phrase. Lots of information out there.
Quote:
remote refid st t when poll reach delay offset jitter
It should explain a lot about NTP "reach" to you.

Try the following. Stop your ntpd. Set you system clock as close to the actual real time as possible. Then start ntpd with the -g option to do a one time initial synchronization and see what happens.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

What is the best OS for NTP server?

Hello I need to create NTP server for all my devices, What is the best OS for NTP Server? "CentOS, Redhat, Ubuntu " I tried before Ubuntu but some of device not detect the server Need your recommendation Thank you (2 Replies)
Discussion started by: moudmm
2 Replies

2. 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

3. 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

4. UNIX for Advanced & Expert Users

NTP server can not be reached

hello Guys, I have an NTP problem on my SUN N240 server. External NTP server is being used for this box and when i run 'ntpq -p' i get connection refused message; Code: ntpq -p ntpq: read: Connection refused Here this is the ntp.conf file: Code: cat /etc/ntp.conf # BEGIN NTP... (1 Reply)
Discussion started by: dyavuzy1
1 Replies

5. Linux

How often does Linux NTP server update its time with the external NTP server?

All here, thank you for listening. Now I've set up a Linux NTP server by adding a external windows NTP server in /etc/ntp.conf. Then I start the ntpd daemon. But how often does the Linux NTP server update its time with the external NTP server? I've looked up everywhere but found no information... (1 Reply)
Discussion started by: MichaelLi
1 Replies

6. Red Hat

NTP server

Hi All.... I need to configure NTP server in my network, which is heterogeneous, containing Linux as well as windows systems. I'm planning to configure it on RHEL 5.0. What are the prerequisites for this and do I need to register this server? Can anyone give me as many information as... (1 Reply)
Discussion started by: Amol21
1 Replies

7. UNIX for Dummies Questions & Answers

ntp server setup

Not connected to the internet so I would like to set up 1 unix machine to be the ntp server and have it sync time to about 30 other machines that are all on an private 10net network?:confused: (3 Replies)
Discussion started by: parrisjr
3 Replies

8. UNIX for Dummies Questions & Answers

3 questions about NTP server

Folks; I'm setting up a new NTP server to sync time for our network. I have one Linux server that needs to point to that NTP server My 3 questions are: 1. I added the IP address for the NTP server to the "/etc/hosts" file on the Linux server. Is that all i need to do to make the Linux server... (5 Replies)
Discussion started by: Katkota
5 Replies

9. Solaris

ntp server and ntp client

All, How do you set a Solaris 9 server which received ntp updates from a ntp server to broadcast them on a local subnet. I have created a /etc/inet/ntp.conf file to receive the updates from a server on network and need to make this server become like a ntp relay from the main server. Any... (1 Reply)
Discussion started by: bubba112557
1 Replies

10. UNIX for Advanced & Expert Users

Ntp Server

Hi. i was wondering if anyone can show me or direct me on setting up a ntp server under redhat.. Is there any howtos so i can get familar to it "any good sites" (3 Replies)
Discussion started by: souldier
3 Replies
Login or Register to Ask a Question