 |
|
 |
|
Next: Internet Connection (rls)
|
| Author |
Message |
External

Since: Jan 14, 2006 Posts: 3
|
(Msg. 1) Posted: Tue Oct 03, 2006 10:43 am
Post subject: Synching to External Time Source Archived from groups: microsoft>public>win2000>advanced_server, others (more info?)
|
|
|
Good morning,
I need to make my Windows 2000 Advanced Servers synchronize to an external
time source. I run many other operating systems including Linux, Unix, BSD
and MacOS and we all need to synchronize to the same clocks, so my questions
are:
1) How do I make my Windows AD Servers synchronize to a time source of my
specification?
2) I've been told that all Windows Clients (XP/2000Pro) use the time from
the server, is this correct or do I need to modify all my clients to
synchronize to this time source?
Thanks,
-brian
moc tod orpnoisiv ta naird
(to prevent spam, email address is typed in reverse order) >> Stay informed about: Synching to External Time Source |
|
| Back to top |
|
 |  |
External

Since: Dec 02, 2004 Posts: 74
|
(Msg. 2) Posted: Tue Oct 03, 2006 12:01 pm
Post subject: Re: Synching to External Time Source [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
> 1) How do I make my Windows AD Servers synchronize to a time source of my
> specification?
Go to a command line and type:
net time /setsntp:time.nist.gov <enter>
This will hold through reboots.
This should be done on only the "PDC Emulator" Domain Controller (usually
the FSMO too). The other Domain Controllers (if any) should not be set to
sync to an external time source. They will go to the PDC Emulator by default
as long as you do not set a specific time source for them. (see below for
removing any previously set source)
> 2) I've been told that all Windows Clients (XP/2000Pro) use the time from
> the server, is this correct
By default, yes. As long as the clients have not had thier own time sync
option specified.
> or do I need to modify all my clients to synchronize to this time source?
Remove any previously specified time sync option from the clients using the
following command on the client:
net time /setsntp: <enter>
After doing this, you can check your time sync option on any machine by
typing the following:
net time /querysntp <enter>
If set, you should see the time sync option (i.e. time.nist.gov).
If not set you should see the following message:
------------
U:\>net time /querysntp
This computer is not currently configured to use a specific SNTP server.
The command completed successfully.
-------------
The above message is normal and will cause the client to sync to the
appropriate domain controller automatically.
-Frank >> Stay informed about: Synching to External Time Source |
|
| Back to top |
|
 |  |
External

Since: Oct 03, 2006 Posts: 1
|
(Msg. 3) Posted: Tue Oct 03, 2006 4:55 pm
Post subject: Re: Synching to External Time Source [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Use DS Clock to atomic clock syncyour server - like I do. All worksatinos
then use the net time command to sync with the server when they log on.
Tym
"Brian D. McGrew" <brian.TakeThisOut@visionpro.com> wrote in message
news:epF8gNx5GHA.748@TK2MSFTNGP06.phx.gbl...
> Good morning,
>
> I need to make my Windows 2000 Advanced Servers synchronize to an external
> time source. I run many other operating systems including Linux, Unix,
> BSD and MacOS and we all need to synchronize to the same clocks, so my
> questions are:
>
> 1) How do I make my Windows AD Servers synchronize to a time source of my
> specification?
>
> 2) I've been told that all Windows Clients (XP/2000Pro) use the time from
> the server, is this correct or do I need to modify all my clients to
> synchronize to this time source?
>
> Thanks,
>
> -brian
> moc tod orpnoisiv ta naird
> (to prevent spam, email address is typed in reverse order)
> >> Stay informed about: Synching to External Time Source |
|
| Back to top |
|
 |  |
External

Since: Sep 26, 2006 Posts: 5
|
(Msg. 4) Posted: Wed Oct 04, 2006 1:55 am
Post subject: Re: Synching to External Time Source [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hi Frankster
As you said:
> This should be done on only the "PDC Emulator" Domain Controller (usually
> the FSMO too). The other Domain Controllers (if any) should not be set to
> sync to an external time source. They will go to the PDC Emulator by
default
> as long as you do not set a specific time source for them. (see below for
> removing any previously set source)
I didn't get you why we shouldn't set the timesynch on the PDC, I have a
Win2k Domain Controller, what would happen if I set the time synch on it?
Kind Regards,
Mohammad-Ali
"Frankster" <Frank.RemoveThis@SPAM2TRASH.com> wrote in message
news:a-idnSBfWccSOL_YnZ2dnUVZ_tmdnZ2d@giganews.com...
> > 1) How do I make my Windows AD Servers synchronize to a time source of
my
> > specification?
>
> Go to a command line and type:
>
> net time /setsntp:time.nist.gov <enter>
>
> This will hold through reboots.
>
> This should be done on only the "PDC Emulator" Domain Controller (usually
> the FSMO too). The other Domain Controllers (if any) should not be set to
> sync to an external time source. They will go to the PDC Emulator by
default
> as long as you do not set a specific time source for them. (see below for
> removing any previously set source)
>
> > 2) I've been told that all Windows Clients (XP/2000Pro) use the time
from
> > the server, is this correct
>
> By default, yes. As long as the clients have not had thier own time sync
> option specified.
>
> > or do I need to modify all my clients to synchronize to this time
source?
>
> Remove any previously specified time sync option from the clients using
the
> following command on the client:
>
> net time /setsntp: <enter>
>
> After doing this, you can check your time sync option on any machine by
> typing the following:
>
> net time /querysntp <enter>
>
> If set, you should see the time sync option (i.e. time.nist.gov).
>
> If not set you should see the following message:
>
> ------------
> U:\>net time /querysntp
> This computer is not currently configured to use a specific SNTP server.
>
> The command completed successfully.
> -------------
>
> The above message is normal and will cause the client to sync to the
> appropriate domain controller automatically.
>
> -Frank
>
> >> Stay informed about: Synching to External Time Source |
|
| Back to top |
|
 |  |
External

Since: Mar 04, 2004 Posts: 649
|
(Msg. 5) Posted: Wed Oct 04, 2006 5:55 am
Post subject: Re: Synching to External Time Source [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
I think you misunderstood what Frank recommended.
If you have more than one domain controller you should find the domain
controller that is fulfilling the PDC Emulator role and set it up to
synchronize time with an outside source and leave the rest set up to get
their time from the PDC Emulator.
If you have only one domain controller then obviously it is the PDC Emulator
and it should be synchronizing time with an outside source
Kindly ignore the advice to do things like "run an NTP server and turn the
Windows time service off" as this is not good advice - it's actually
fighting against things that Windows and your DCs will automatically do if
you let them.
--
Richard G. Harper [MVP Shell/User] rgharper.RemoveThis@gmail.com
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* My website, such as it is ... http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm
"Mohammad-Ali" <txcrosslink.RemoveThis@yahoo.com> wrote in message
news:ODHMIC35GHA.4116@TK2MSFTNGP03.phx.gbl...
> Hi Frankster
>
> As you said:
>
>> This should be done on only the "PDC Emulator" Domain Controller (usually
>> the FSMO too). The other Domain Controllers (if any) should not be set to
>> sync to an external time source. They will go to the PDC Emulator by
> default
>> as long as you do not set a specific time source for them. (see below for
>> removing any previously set source)
>
> I didn't get you why we shouldn't set the timesynch on the PDC, I have a
> Win2k Domain Controller, what would happen if I set the time synch on it? >> Stay informed about: Synching to External Time Source |
|
| Back to top |
|
 |  |
External

Since: Oct 04, 2006 Posts: 1
|
(Msg. 6) Posted: Wed Oct 04, 2006 9:11 am
Post subject: Re: Synching to External Time Source [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In your mixed environment I should use NTP (http://www.ntp.org/index.html) , the "official" one.
It's likely it's already installed in you Linux,Unix and BSD computers (maybe even MacOS X as it's BSD-based.
For windows you just follow the links 2-3 steps on the NTP-page, or go directly to http://www.meinberg.de/english/sw/ntp.htm where you can find a Windows installer for NTP.
Configure it right and you have a very stable time sync.
And don't forget to disable the Windows Time Service as it interfere with NTP.
/David
Brian D. McGrew wrote:
> Good morning,
>
> I need to make my Windows 2000 Advanced Servers synchronize to an external
> time source. I run many other operating systems including Linux, Unix, BSD
> and MacOS and we all need to synchronize to the same clocks, so my questions
> are:
>
> 1) How do I make my Windows AD Servers synchronize to a time source of my
> specification?
>
> 2) I've been told that all Windows Clients (XP/2000Pro) use the time from
> the server, is this correct or do I need to modify all my clients to
> synchronize to this time source?
>
> Thanks,
>
> -brian
> moc tod orpnoisiv ta naird
> (to prevent spam, email address is typed in reverse order)
>
> >> Stay informed about: Synching to External Time Source |
|
| Back to top |
|
 |  |
External

Since: Sep 26, 2006 Posts: 5
|
(Msg. 7) Posted: Thu Oct 05, 2006 8:21 am
Post subject: Re: Synching to External Time Source [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thanks Richard, That helped
Kind Regards,
"Richard G. Harper" <rgharper.RemoveThis@email.com> wrote in message
news:OsCNVt55GHA.508@TK2MSFTNGP06.phx.gbl...
> I think you misunderstood what Frank recommended.
>
> If you have more than one domain controller you should find the domain
> controller that is fulfilling the PDC Emulator role and set it up to
> synchronize time with an outside source and leave the rest set up to get
> their time from the PDC Emulator.
>
> If you have only one domain controller then obviously it is the PDC
Emulator
> and it should be synchronizing time with an outside source
>
> Kindly ignore the advice to do things like "run an NTP server and turn the
> Windows time service off" as this is not good advice - it's actually
> fighting against things that Windows and your DCs will automatically do if
> you let them.
>
> --
> Richard G. Harper [MVP Shell/User] rgharper.RemoveThis@gmail.com
> * PLEASE post all messages and replies in the newsgroups
> * for the benefit of all. Private mail is usually not replied to.
> * My website, such as it is ... http://rgharper.mvps.org/
> * HELP us help YOU ... http://www.dts-l.org/goodpost.htm
>
>
> "Mohammad-Ali" <txcrosslink.RemoveThis@yahoo.com> wrote in message
> news:ODHMIC35GHA.4116@TK2MSFTNGP03.phx.gbl...
> > Hi Frankster
> >
> > As you said:
> >
> >> This should be done on only the "PDC Emulator" Domain Controller
(usually
> >> the FSMO too). The other Domain Controllers (if any) should not be set
to
> >> sync to an external time source. They will go to the PDC Emulator by
> > default
> >> as long as you do not set a specific time source for them. (see below
for
> >> removing any previously set source)
> >
> > I didn't get you why we shouldn't set the timesynch on the PDC, I have a
> > Win2k Domain Controller, what would happen if I set the time synch on
it?
>
> >> Stay informed about: Synching to External Time Source |
|
| Back to top |
|
 |  |
External

Since: Mar 04, 2004 Posts: 649
|
(Msg. 8) Posted: Thu Oct 05, 2006 8:21 am
Post subject: Re: Synching to External Time Source [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
You're welcome.
--
Richard G. Harper [MVP Shell/User] rgharper DeleteThis @gmail.com
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* My website, such as it is ... http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm
"Mohammad-Ali" <txcrosslink DeleteThis @yahoo.com> wrote in message
news:%23tU36jD6GHA.1832@TK2MSFTNGP02.phx.gbl...
> Thanks Richard, That helped
>
> Kind Regards,
>
> "Richard G. Harper" <rgharper DeleteThis @email.com> wrote in message
> news:OsCNVt55GHA.508@TK2MSFTNGP06.phx.gbl...
>> I think you misunderstood what Frank recommended.
>>
>> If you have more than one domain controller you should find the domain
>> controller that is fulfilling the PDC Emulator role and set it up to
>> synchronize time with an outside source and leave the rest set up to get
>> their time from the PDC Emulator.
>>
>> If you have only one domain controller then obviously it is the PDC
> Emulator
>> and it should be synchronizing time with an outside source
>>
>> Kindly ignore the advice to do things like "run an NTP server and turn
>> the
>> Windows time service off" as this is not good advice - it's actually
>> fighting against things that Windows and your DCs will automatically do
>> if
>> you let them.
>>
>> --
>> Richard G. Harper [MVP Shell/User] rgharper DeleteThis @gmail.com
>> * PLEASE post all messages and replies in the newsgroups
>> * for the benefit of all. Private mail is usually not replied to.
>> * My website, such as it is ... http://rgharper.mvps.org/
>> * HELP us help YOU ... http://www.dts-l.org/goodpost.htm
>>
>>
>> "Mohammad-Ali" <txcrosslink DeleteThis @yahoo.com> wrote in message
>> news:ODHMIC35GHA.4116@TK2MSFTNGP03.phx.gbl...
>> > Hi Frankster
>> >
>> > As you said:
>> >
>> >> This should be done on only the "PDC Emulator" Domain Controller
> (usually
>> >> the FSMO too). The other Domain Controllers (if any) should not be set
> to
>> >> sync to an external time source. They will go to the PDC Emulator by
>> > default
>> >> as long as you do not set a specific time source for them. (see below
> for
>> >> removing any previously set source)
>> >
>> > I didn't get you why we shouldn't set the timesynch on the PDC, I have
>> > a
>> > Win2k Domain Controller, what would happen if I set the time synch on
> it?
>>
>>
>
> >> Stay informed about: Synching to External Time Source |
|
| Back to top |
|
 |  |
| Related Topics: | Can external USB or Firewire drives be RAID configured in .. - Can external USB or Firewire drives be RAID configured in Win2k? For our home network, I want to implement a RAID 1 (hard disk mirroring) solution for handeling the storage of ghost images and file back-ups (family photos, videos, etc.) for my home..
W2K server, mirroring (data only) with external Firewire 800 - Has anyone tried this and does/would this work ? FW (smart) controller issues ? Would 2 FW controller cards be better ? (performance wise) [I've ventured fast usb2.0 but thats not reliable enough.] The goal is to make a single heavy duty w2k (xeon)..
Time - domain pc and workgroup pc exist in the same network. The time of domain workstations can be synchronized with the pdc. but i wish the time of some workgroup workstations (not domain pc) can also be synchonized with the pdc. however, the pdc is..
Windows Time Service - How do you force users to synchronise time with a preset DC on a W2k domain?? I've forgotten... ("Old-timers Syndrome ;-) I have transferred all the FSMO roles to a new DC, but the clients insist on sync'ing with the old DC (and fail). Thanks in....
Changing Time on PDC Emulator - Our Domain time is ahead by 7 minutes - I would like to simply change the time back 7 minutes on our PDC Emulator which serves the time for our Domain. Will this produce replication errors or is this the way to do it. No the server is not using an.. |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|
 |
|
|