|
Home > Archive > alt.certification.mcse > March 2003 > Time Synchronzation for NT/2K servers
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Time Synchronzation for NT/2K servers
|
|
| Keith 2003-03-17, 10:24 am |
| Hello,
I am looking for a time synchronization solution, either software or
something built into the OS that would allow me to sync multiple servers
without haveing to load client software on each PC. I would like to sync
them all from one main time server. Does anyone have any ideas on how to do
this?
Thanks for any help!!
| |
| Jeffrey L. Woods 2003-03-17, 11:24 am |
| In article <v7bsaf3m4glje0@corp.supernews.com>, kaf@charter.net says...
> Hello,
>
> I am looking for a time synchronization solution, either software or
> something built into the OS that would allow me to sync multiple servers
> without haveing to load client software on each PC. I would like to sync
> them all from one main time server. Does anyone have any ideas on how to do
> this?
>
> Thanks for any help!!
There are TONS of such solutions. STFW.
Go to www.tucows.com and search for "SNTP server".
I've been rather happy with a little "careware" (free) ditty called
AboutTime. It isn't updated any longer, but SNTP is such a simple
protocol there's likely nothing much to update.
| |
| Keith 2003-03-17, 11:24 am |
| Thanks for the help, but the program you listed requires a client to be
loaded on ever client PC, I am looking for a way to sync without loading
client software ont the client PCs
"Jeffrey L. Woods" <jeff@telix.com> wrote in message
news:MPG.18dfc25bcaa9fd8998985e@news.usenetserver.com...
> In article <v7bsaf3m4glje0@corp.supernews.com>, kaf@charter.net says...
> > Hello,
> >
> > I am looking for a time synchronization solution, either software or
> > something built into the OS that would allow me to sync multiple servers
> > without haveing to load client software on each PC. I would like to sync
> > them all from one main time server. Does anyone have any ideas on how to
do
> > this?
> >
> > Thanks for any help!!
>
> There are TONS of such solutions. STFW.
>
> Go to www.tucows.com and search for "SNTP server".
>
> I've been rather happy with a little "careware" (free) ditty called
> AboutTime. It isn't updated any longer, but SNTP is such a simple
> protocol there's likely nothing much to update.
>
>
| |
| Politician Spock 2003-03-17, 12:25 pm |
| Do a search on Microsoft's website for information on the W32TIME service.
It is built into Windows 2000 and can act as an NTP server or client.
--
"Keith" <kaf@charter.net> wrote in message
news:v7buq8g0s8bc78@corp.supernews.com...
> Thanks for the help, but the program you listed requires a client to be
> loaded on ever client PC, I am looking for a way to sync without loading
> client software ont the client PCs
>
>
> "Jeffrey L. Woods" <jeff@telix.com> wrote in message
> news:MPG.18dfc25bcaa9fd8998985e@news.usenetserver.com...
> > In article <v7bsaf3m4glje0@corp.supernews.com>, kaf@charter.net says...
> > > Hello,
> > >
> > > I am looking for a time synchronization solution, either software or
> > > something built into the OS that would allow me to sync multiple
servers
> > > without haveing to load client software on each PC. I would like to
sync[
color=darkred]
> > > them all from one main time server. Does anyone have any ideas on how[/color]
to
> do
> > > this?
> > >
> > > Thanks for any help!!
> >
> > There are TONS of such solutions. STFW.
> >
> > Go to www.tucows.com and search for "SNTP server".
> >
> > I've been rather happy with a little "careware" (free) ditty called
> > AboutTime. It isn't updated any longer, but SNTP is such a simple
> > protocol there's likely nothing much to update.
> >
> >
>
>
| |
|
| "Keith" <kaf@charter.net> wrote in message
news:v7bsaf3m4glje0@corp.supernews.com...
> Hello,
>
> I am looking for a time synchronization solution, either software or
> something built into the OS that would allow me to sync multiple servers
> without haveing to load client software on each PC. I would like to sync
> them all from one main time server. Does anyone have any ideas on how to
do
> this?
>
> Thanks for any help!!
>
>
Use a program on one machine to keep the time exact and then use the
following in a login script:
net time \\computername /set /yes
Kevin
| |
|
| Yes, that's the best solution!
"Kevin" <kev_online@hotmail.com> escribió en el mensaje
news:b5576a$esb$1@newsg3.svr.pol.co.uk...
> "Keith" <kaf@charter.net> wrote in message
> news:v7bsaf3m4glje0@corp.supernews.com...
> > Hello,
> >
> > I am looking for a time synchronization solution, either software or
> > something built into the OS that would allow me to sync multiple servers
> > without haveing to load client software on each PC. I would like to sync
> > them all from one main time server. Does anyone have any ideas on how to
> do
> > this?
> >
> > Thanks for any help!!
> >
> >
>
> Use a program on one machine to keep the time exact and then use the
> following in a login script:
>
> net time \\computername /set /yes
>
> Kevin
>
>
|
|
|
|
|