Client does not sync date with ntp servers


 
Thread Tools Search this Thread
Operating Systems Solaris Client does not sync date with ntp servers
# 1  
Old 10-08-2012
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:
Code:
Fri Jan  2 17:57:55 ICT 1970

I have tried set date to be the same as other with this command:

Code:
date 1008094412

and received:

Code:
Fri Jan  2 17:59:37 ICT 1970
WARNING: date can only be changed by ntp 1 1

Can anyone help me on this Smilie

---------- Post updated at 11:02 AM ---------- Previous update was at 09:44 AM ----------

just did a snoop ntp packet, this is the result:
Code:
bts01-cab-hcm-mgcp1 -> broker-HCM1.fpt.net NTP client [st=4] (2012-10-08 10:43:04.30610)
broker-HCM1.fpt.net -> bts01-cab-hcm-mgcp1 NTP server [st=3] (2012-10-08 10:43:04.30775)
broker-HCM1.fpt.net -> BROADCAST NTP broadcast [st=3] (2012-10-08 10:43:20.96108)
broker-HCM1.fpt.net -> BROADCAST NTP broadcast [st=3] (2012-10-08 10:44:24.96134)

# 2  
Old 10-08-2012
what is the output of ntpq -p from the server?
# 3  
Old 10-09-2012
Hi DukeNuke2,
This is the result:
Code:
ntpq> peers
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
 brokerems-HCM1. 210.245.0.25     3 u    1   32    7    0.404  -797945   0.075
 broker-HCM1.fpt 210.245.0.25     3 u    1   32    7    0.431  -797945   0.071
 bts01-cab-hcm   .DROP.          16 u    -   16    0    0.000    0.000 4000.00
 bts01-ema-hcm   .DROP.          16 u    -   16    0    0.000    0.000 4000.00
 bts01-emb-hcm   .DROP.          16 u    -   16    0    0.000    0.000 4000.00
ntpq> as
ind assID status  conf reach auth condition  last_event cnt
===========================================================
  1 31996  b014   yes   yes  none    reject   reachable  1
  2 31997  b014   yes   yes  none    reject   reachable  1
  3 31998  b034   yes   yes  none    reject   reachable  3
  4 31999  a024   yes   yes  none    reject   reachable  2
  5 32000  a034   yes   yes  none    reject   reachable  3

I'm looking forward to hearing from you Smilie

---------- Post updated 10-10-12 at 08:36 AM ---------- Previous update was 10-09-12 at 01:57 PM ----------

I have just reboot the server and there's nothing new. I have just run into this prompt:
"Time-of-Date Chip had incorrect date"
Please take a look and help me on this, ntp problem is really a serious one.
# 4  
Old 10-10-2012
was the ntpq output after the reboot or after a longer uptime? also how does your ntpd.conf file look?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

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

2. Linux

Questions about the NTP time server sync

Hi folks, I have developed a Linux server for my customer. After migrating the server to my customer site, I was trying to sync its time to the NTP time servers at my customer site. Below is the ntp.conf: % vi /etc/ntp.conf # Permit time synchronization with our time source, but do not # permit... (2 Replies)
Discussion started by: kimurayuki
2 Replies

3. Fedora

NTP Clients not sync

hi guys I have several Red Hat 5.7(7) all of them sync time with two NTP Servers based on Windows but the issue is I configure the NTP service, I start the ntp service and use ntpdate -u to set the time the first time This is what I do 1. Configure /etc/ntp.conf restrict default kod... (2 Replies)
Discussion started by: karlochacon
2 Replies

4. Red Hat

NTP sync problem

Hi, I have 4 machines and all are NTP configured with same ntp.conf file. But 3 machines are in sync with Time server and 4th machine is not contacting & sync with the NTP server. Please see the below details. # service ntpd stop Stopping ntpd: ... (0 Replies)
Discussion started by: uday123
0 Replies

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

6. Solaris

NTP time sync in Solaris 10

Ok, I have 4 production systems. There is one NTP server for all four systems. In each system there is one Solaris 10 box that points to that NTP server. All of the other machines in the system point to the Solaris 10 machine to get their time sync. All four Solaris 10 machines have essentially... (2 Replies)
Discussion started by: DeCoTwc
2 Replies

7. UNIX for Advanced & Expert Users

Sync Time/date with NTP server

Hello all, What would be the most convienint and proper way on syncing up the time and date on Solaris 8 servers with an NTP server? Any help would be appreciated. Thanks (2 Replies)
Discussion started by: Sunguy222
2 Replies

8. SuSE

unable to sync the time with ntp server

Hi folks, The server time is no tgetiing synched up with the NTP server. I tried ntpdate -u <ipadress> this is not working. please help out. regards, Sag. (7 Replies)
Discussion started by: sag71155
7 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 Dummies Questions & Answers

TIME SYNC (NTP)

Is there a utility which offers the ability to utilize NTP to sync time on machine. If so please point to man page or web site (3 Replies)
Discussion started by: SmartJuniorUnix
3 Replies
Login or Register to Ask a Question