0
votes
3answers
55 views
My linux server time and log files are not the same
Hi i have installed NTP on my linux server and i am getting my clock from a 6500 core switch, everything is working fine.
When i ssh to a switch i have it all sent to a log file on the linux server, …
0
votes
3answers
36 views
Windows Server 2008 NTP
How to set the NTP server used by Windows Server 2008?
2
votes
4answers
301 views
How to set a frequent period for NTP client to sync with the NTP server.
I've setup an NTP client for my DC to sync time with time.windows.com but I want it to query the NTP server at least twice a day. I made all the changes via the registry, is there a period registry I …
4
votes
3answers
121 views
What are the limits of running NTP servers in virtual machines?
I want to set up several Stratum 2 time servers on my local network. Virtual machines would certainly be a cheaper way to do this than buying three 1U servers. What limitations would doing so impose? …
5
votes
6answers
429 views
Domain Controller time is incorrect
I have a domain controller running in VM on Hyper-V, the time seems to be steadily getting faster, over the X-mas period it's 5 faster, which seems odd!
I know how to change the time and I belive we …
1
vote
4answers
114 views
NTP failing to update
I am attempting to use ntp on the server.
Checking ps the ntpd process seems to be running:
ntpd -u ntp:ntp -p /var/run/ntpd.pid -g
However the time is not being corrected, any ideas?
The drift …
0
votes
1answer
75 views
High time accuracy on Windows Servers - alternatives to w32tm?
Microsoft's Windows Time Service is not designed to, and does not maintain second accuracy:
http://blogs.technet.com/askds/archive/2007/10/23/high-accuracy-w32time-requirements.aspx
What software is …
1
vote
4answers
403 views
Why does my ntpd not work?
Edit
I've tried all your suggestions, but it seems that ntpd just refuse to synchronize to the server.
[vivs@peter-centos ~]$ /usr/sbin/ntpq -np
remote refid st t when poll reach …
0
votes
1answer
120 views
Time not propagating to machines on Windows domain
We have a two-domain Active Directory forest: ourcompany.com at the root, and prod.ourcompany.com for production servers. Time is propagating properly through the root domain, but servers in the child …
1
vote
4answers
299 views
NTP is running, system clock still not in time - what gives?
A Debian Stable (5.0.3) server is running ntpd, and connected to the internet. Still, the system clock is about 5 minutes wrong.
$ /etc/init.d/ntp status
NTP server is running..
Relevant parts (I …
1
vote
3answers
211 views
Increasing the accuracy of windows 2003 NTP time sync
Hi using w32tm or some other service (NTP W32Time) is there away to increase the accuracy of windows time to sync at-least every 1sec?
Whats setup; windows 2003 AD environment with a few servers and …
2
votes
2answers
225 views
Will NTP drift the clock backwards
Will NTP move the system clock backwards? I'm thinking about creating unique ids which are partially based on the time. If the clock is moving backwards, I'd need to somehow account for that.
2
votes
2answers
263 views
Domain Controller time is 7 minutes fast
I have a Server 2008 R2 domain controller running in VM on Hyper-V that is 7 minutes fast which I need to fix. I understand that this maybe down to the DC running in VM's.
What I would like to know …
0
votes
1answer
743 views
Problems setting NTP sever with w32tm for a DC that is a Hyper-V guest
Hello !
I have tried to sett my DC to get its time from several NTP severs.
I follow this answer …
1
vote
2answers
65 views
Sync server time
I have 3 servers and each one of them is showing different time.
How do I correctly set the SAME time across all severs? I noticed that ntpd server is stopped. So I started it.
service ntpd start
Is …