ExamNotes.net  -  IT certification portal

ForumsCertResearchTop sitesNewslettersFree email
HomeRegister
Exams Notes
Practice exams
Exam games
Questions by email
Online training
Training videos
College degrees
Boot camps
Book store
Links directory
Tell a friend
For webmasters

CompTIA Exam Vouchers
Save money on CompTIA exams
Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more

* ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i

Online practice tests

Certification sites

Online university

Online college

Online education

Distance learning

Software forum

Server administration forum

Programming resources






This is interesting: Free IT Magazines | Databases help forum



General discussions > Public newsgroups > alt.certification.mcse > Time Synchronzation for NT/2K servers

Show a Printable Version
Email This Page to Someone!
Receive updates to this thread






Author Time Synchronzation for NT/2K servers
Keith
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Time Synchronzation for NT/2K servers

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!!


Report this post to a moderator

Old Post 03-17-03 03:24 PM
Reply w/Quote Edit/Delete Message IP: Logged
Jeffrey L. Woods
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: Time Synchronzation for NT/2K servers

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.


Report this post to a moderator

Old Post 03-17-03 04:24 PM
Reply w/Quote Edit/Delete Message IP: Logged
Keith
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: Time Synchronzation for NT/2K servers

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



Report this post to a moderator

Old Post 03-17-03 04:24 PM
Reply w/Quote Edit/Delete Message IP: Logged
Politician Spock
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: Time Synchronzation for NT/2K servers

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

>
>


Report this post to a moderator

Old Post 03-17-03 05:25 PM
Reply w/Quote Edit/Delete Message IP: Logged
Kevin
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: Time Synchronzation for NT/2K servers

"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


Report this post to a moderator

Old Post 03-17-03 06:24 PM
Reply w/Quote Edit/Delete Message IP: Logged
BRINO
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: Time Synchronzation for NT/2K servers

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



Report this post to a moderator

Old Post 03-18-03 09:24 PM
Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Post new thread   Post reply

Featured site: MCSE, MCSD, CompTIA, CCNA training videos



Forum Jump:
Rate This Thread:
Forum Rules:
Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is OFF.
 

ExamNotes forum archive


Powered by: vBulletin 2.2.8
Copyright ©2000, Jelsoft Enterprises Limited.

  Free Braindumps | mcse braindumps