Networking Forums

Networking Forums > Computer Networking > Windows Networking > Need to make a time server that isn't a Domain member.

Reply
Thread Tools Display Modes

Need to make a time server that isn't a Domain member.

 
 
Guest
Posts: n/a

 
      04-13-2006, 07:39 PM
I know this is a server forum but there isnt' a workgroup forum that I can
ask.

I have a workgroup in the plant that I need to have time synced. I thought I
could do this since I have many times in a domain environment. These machine
are isolated from the domain on a different subnet.
What I can't glean from the w32tm docs is how to make a single workstation
the master clock (Authoritative) and also have that master clock get it's
time info from a real master clock.
I can point the clients at that machine using net time /setsntp but it
doesnt' answer because it isn't authoritative.
Help?


 
Reply With Quote
 
 
 
 
Louis Vitiello Jr.
Guest
Posts: n/a

 
      04-13-2006, 09:24 PM
Hey,

Check out this article:

http://support.microsoft.com/default...;en-us;Q314054

Hope this helps.
--
Louis Vitiello Jr.
------------------------------
MCSE, MCSA, MCP, A+/N+
ERCP XP Pro / Net Concepts


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I know this is a server forum but there isnt' a workgroup forum that I can
>ask.
>
> I have a workgroup in the plant that I need to have time synced. I thought
> I could do this since I have many times in a domain environment. These
> machine are isolated from the domain on a different subnet.
> What I can't glean from the w32tm docs is how to make a single workstation
> the master clock (Authoritative) and also have that master clock get it's
> time info from a real master clock.
> I can point the clients at that machine using net time /setsntp but it
> doesnt' answer because it isn't authoritative.
> Help?
>



 
Reply With Quote
 
Guest
Posts: n/a

 
      04-14-2006, 03:23 PM

"Louis Vitiello Jr." <louv-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hey,
>
> Check out this article:
>
> http://support.microsoft.com/default...;en-us;Q314054
>
> Hope this helps.
> --
> Louis Vitiello Jr.
> ------------------------------
> MCSE, MCSA, MCP, A+/N+
> ERCP XP Pro / Net Concepts
>
>
> <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>I know this is a server forum but there isnt' a workgroup forum that I can
>>ask.
>>
>> I have a workgroup in the plant that I need to have time synced. I
>> thought I could do this since I have many times in a domain environment.
>> These machine are isolated from the domain on a different subnet.
>> What I can't glean from the w32tm docs is how to make a single
>> workstation the master clock (Authoritative) and also have that master
>> clock get it's time info from a real master clock.
>> I can point the clients at that machine using net time /setsntp but it
>> doesnt' answer because it isn't authoritative.
>> Help?


I have that article in front of me and I couldn't find enough info on
"AnnounceFlag".
The directions say to:

Set AnnounceFlags to 5. To do this, follow these steps: a. Locate and then
click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\W32Time\Config\
b. In the right pane, right-click AnnounceFlags, and then click
Modify.
c. In the Edit DWORD Value dialog box, under Value data, type 5, and
then click OK.


But if you look at the possible registry entries there is no 5. there are
0,1,2,4,8 possible and each has a different meaning increasing in
authority.(I suppose that 5 is a combination of 4 and 1 which would mean
"always reliable time server" and "Always time server" but that seems like
it is redundant. Since this is a live network I hesitated till I got some
confirmation on this.



 
Reply With Quote
 
Louis Vitiello Jr.
Guest
Posts: n/a

 
      04-14-2006, 04:03 PM
Hey,

I never did it personally so I can not verify if it works. You have a test
machine/enviroment you can try it one?

Good luck,

--
Louis Vitiello Jr.
------------------------------
MCSE, MCSA, MCP, A+/N+
ERCP XP Pro / Net Concepts



<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> "Louis Vitiello Jr." <louv-(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hey,
>>
>> Check out this article:
>>
>> http://support.microsoft.com/default...;en-us;Q314054
>>
>> Hope this helps.
>> --
>> Louis Vitiello Jr.
>> ------------------------------
>> MCSE, MCSA, MCP, A+/N+
>> ERCP XP Pro / Net Concepts
>>
>>
>> <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>>I know this is a server forum but there isnt' a workgroup forum that I
>>>can ask.
>>>
>>> I have a workgroup in the plant that I need to have time synced. I
>>> thought I could do this since I have many times in a domain environment.
>>> These machine are isolated from the domain on a different subnet.
>>> What I can't glean from the w32tm docs is how to make a single
>>> workstation the master clock (Authoritative) and also have that master
>>> clock get it's time info from a real master clock.
>>> I can point the clients at that machine using net time /setsntp but it
>>> doesnt' answer because it isn't authoritative.
>>> Help?

>
> I have that article in front of me and I couldn't find enough info on
> "AnnounceFlag".
> The directions say to:
>
> Set AnnounceFlags to 5. To do this, follow these steps: a. Locate and
> then click the following registry subkey:
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\W32Time\Config\
> b. In the right pane, right-click AnnounceFlags, and then click
> Modify.
> c. In the Edit DWORD Value dialog box, under Value data, type 5, and
> then click OK.
>
>
> But if you look at the possible registry entries there is no 5. there are
> 0,1,2,4,8 possible and each has a different meaning increasing in
> authority.(I suppose that 5 is a combination of 4 and 1 which would mean
> "always reliable time server" and "Always time server" but that seems like
> it is redundant. Since this is a live network I hesitated till I got some
> confirmation on this.
>
>
>



 
Reply With Quote
 
Guest
Posts: n/a

 
      04-14-2006, 06:24 PM
yes the test machines are on a domain but I'll remove them and try it..
I'm surprised that the answer to this isn't easier to find.
Thanks for the help though, at least I'm heading the right way!

"Louis Vitiello Jr." <louv-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hey,
>
> I never did it personally so I can not verify if it works. You have a test
> machine/enviroment you can try it one?
>
> Good luck,
>
> --
> Louis Vitiello Jr.
> ------------------------------
> MCSE, MCSA, MCP, A+/N+
> ERCP XP Pro / Net Concepts
>
>
>
> <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>
>> "Louis Vitiello Jr." <louv-(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Hey,
>>>
>>> Check out this article:
>>>
>>> http://support.microsoft.com/default...;en-us;Q314054
>>>
>>> Hope this helps.
>>> --
>>> Louis Vitiello Jr.
>>> ------------------------------
>>> MCSE, MCSA, MCP, A+/N+
>>> ERCP XP Pro / Net Concepts
>>>
>>>
>>> <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>>I know this is a server forum but there isnt' a workgroup forum that I
>>>>can ask.
>>>>
>>>> I have a workgroup in the plant that I need to have time synced. I
>>>> thought I could do this since I have many times in a domain
>>>> environment. These machine are isolated from the domain on a different
>>>> subnet.
>>>> What I can't glean from the w32tm docs is how to make a single
>>>> workstation the master clock (Authoritative) and also have that master
>>>> clock get it's time info from a real master clock.
>>>> I can point the clients at that machine using net time /setsntp but it
>>>> doesnt' answer because it isn't authoritative.
>>>> Help?

>>
>> I have that article in front of me and I couldn't find enough info on
>> "AnnounceFlag".
>> The directions say to:
>>
>> Set AnnounceFlags to 5. To do this, follow these steps: a. Locate and
>> then click the following registry subkey:
>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\W32Time\Config\
>> b. In the right pane, right-click AnnounceFlags, and then click
>> Modify.
>> c. In the Edit DWORD Value dialog box, under Value data, type 5,
>> and then click OK.
>>
>>
>> But if you look at the possible registry entries there is no 5. there are
>> 0,1,2,4,8 possible and each has a different meaning increasing in
>> authority.(I suppose that 5 is a combination of 4 and 1 which would mean
>> "always reliable time server" and "Always time server" but that seems
>> like it is redundant. Since this is a live network I hesitated till I
>> got some confirmation on this.
>>
>>
>>

>
>



 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a

 
      04-15-2006, 03:18 PM
In news:OqZ7jD$(E-Mail Removed),
(E-Mail Removed) <(E-Mail Removed)> stated,
which I commented on below:
> yes the test machines are on a domain but I'll remove them and try
> it.. I'm surprised that the answer to this isn't easier to find.
> Thanks for the help though, at least I'm heading the right way!


Mike,

You can try a 3rd party solution for XP, such as Tardis time. It installs
and runs as an SNTP service that you can point your domain's PDC emulator
to.

Tardis NTP time server Tardis NTP time server An Atomic Clock designed to
work with the Tardis time synchronization software. Using time from the
atomic clock in Colorado accurate ...
www.ntp-time-server.com/
tardis-ntp-time-server/tardis-ntp-time-server.htm


--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Having difficulty reading or finding responses to your post?
Instead of the website you're using, I suggest to use OEx (Outlook Express
or any other newsreader), and configure a news account, pointing to
news.microsoft.com. This is a direct link to the Microsoft Public
Newsgroups. It is FREE and requires NO ISP's Usenet account. OEx allows you
to easily find, track threads, cross-post, sort by date, poster's name,
watched threads or subject.

It's easy:
How to Configure OEx for Internet News
http://support.microsoft.com/?id=171164

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft MVP - Directory Services
Microsoft Certified Trainer

Infinite Diversities in Infinite Combinations
Assimilation Imminent. Resistance is Futile
"Very funny Scotty. Now, beam down my clothes."

The only thing in life is change. Anything more is a blackhole consuming
unnecessary energy. - [Me]


 
Reply With Quote
 
Guest
Posts: n/a

 
      04-25-2006, 10:25 PM
I had Tardis at one time. No problems with it but I figured with the builtin
stuff would be better.
I think I got it.
I configured w32tm with a host on the machine that will act at as "server"
and used net time /setsntp: to set all the clients to sync that machine. I
know the syncing is going on but not sure if the host is updating yet. But
having them all at the same time was the primary target, accuracy was
secondary ;-)


"Ace Fekay [MVP]" <(E-Mail Removed)> wrote in message
news:u2UAu$(E-Mail Removed)...
> In news:OqZ7jD$(E-Mail Removed),
> (E-Mail Removed) <(E-Mail Removed)> stated,
> which I commented on below:
>> yes the test machines are on a domain but I'll remove them and try
>> it.. I'm surprised that the answer to this isn't easier to find.
>> Thanks for the help though, at least I'm heading the right way!

>
> Mike,
>
> You can try a 3rd party solution for XP, such as Tardis time. It installs
> and runs as an SNTP service that you can point your domain's PDC emulator
> to.
>
> Tardis NTP time server Tardis NTP time server An Atomic Clock designed to
> work with the Tardis time synchronization software. Using time from the
> atomic clock in Colorado accurate ...
> www.ntp-time-server.com/
> tardis-ntp-time-server/tardis-ntp-time-server.htm
>
>
> --
> Ace
>
> This posting is provided "AS-IS" with no warranties or guarantees and
> confers no rights.
>
> Having difficulty reading or finding responses to your post?
> Instead of the website you're using, I suggest to use OEx (Outlook Express
> or any other newsreader), and configure a news account, pointing to
> news.microsoft.com. This is a direct link to the Microsoft Public
> Newsgroups. It is FREE and requires NO ISP's Usenet account. OEx allows
> you to easily find, track threads, cross-post, sort by date, poster's
> name, watched threads or subject.
>
> It's easy:
> How to Configure OEx for Internet News
> http://support.microsoft.com/?id=171164
>
> Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
> Microsoft MVP - Directory Services
> Microsoft Certified Trainer
>
> Infinite Diversities in Infinite Combinations
> Assimilation Imminent. Resistance is Futile
> "Very funny Scotty. Now, beam down my clothes."
>
> The only thing in life is change. Anything more is a blackhole consuming
> unnecessary energy. - [Me]
>
>



 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a

 
      04-26-2006, 02:25 PM
In news:(E-Mail Removed),
(E-Mail Removed) <(E-Mail Removed)> stated,
which I commented on below:
> I had Tardis at one time. No problems with it but I figured with the
> builtin stuff would be better.
> I think I got it.
> I configured w32tm with a host on the machine that will act at as
> "server" and used net time /setsntp: to set all the clients to sync
> that machine. I know the syncing is going on but not sure if the host
> is updating yet. But having them all at the same time was the primary
> target, accuracy was secondary ;-)


Didn't we discuss this over a year ago about how to do it on a 2000 DC (the
PDC Emulator) using the sntp and net time command?


 
Reply With Quote
 
Guest
Posts: n/a

 
      04-26-2006, 10:19 PM
I don't think that was me but it could have been, I have a different job now
so I purged all that from my memory ;-)

Seriously though, I was (and still am) under the impression that "Net Time"
is a command on it's way out to be replaced completely by "w32tm" but I
couldn't make w32tm look at that single server. Even after following some
very long sequences laid out by others.
Net time /setsntp did it immediately so I cut and ran.
w32tm works on the one acting as the server so go figure.

The last time I fought something like that was when MS crippled PPTP and I
was trying to make a VPN work using it. I learned to give up sometimes when
I can work around it

"Ace Fekay [MVP]" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> In news:(E-Mail Removed),
> (E-Mail Removed) <(E-Mail Removed)> stated,
> which I commented on below:
>> I had Tardis at one time. No problems with it but I figured with the
>> builtin stuff would be better.
>> I think I got it.
>> I configured w32tm with a host on the machine that will act at as
>> "server" and used net time /setsntp: to set all the clients to sync
>> that machine. I know the syncing is going on but not sure if the host
>> is updating yet. But having them all at the same time was the primary
>> target, accuracy was secondary ;-)

>
> Didn't we discuss this over a year ago about how to do it on a 2000 DC
> (the PDC Emulator) using the sntp and net time command?
>



 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a

 
      04-28-2006, 03:12 AM
In news:e9WfK%(E-Mail Removed),
(E-Mail Removed) <(E-Mail Removed)> stated,
which I commented on below:
> I don't think that was me but it could have been, I have a different
> job now so I purged all that from my memory ;-)
>
> Seriously though, I was (and still am) under the impression that "Net
> Time" is a command on it's way out to be replaced completely by
> "w32tm" but I couldn't make w32tm look at that single server. Even
> after following some very long sequences laid out by others.
> Net time /setsntp did it immediately so I cut and ran.
> w32tm works on the one acting as the server so go figure.
>
> The last time I fought something like that was when MS crippled PPTP
> and I was trying to make a VPN work using it. I learned to give up
> sometimes when I can work around it


Ahh, don't give up!

(Both performed on the PDC Emulator):

For Win2000:
net stop w32time
net time /setsntp:192.5.41.209
w32tm -once
net start w32time

For Win2003:
net stop w32time
net time /setsntp:192.5.41.209
net start w32time

Ace



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How should 2003 member servers ntp parameters be set for domain time? BW Windows Networking 4 06-18-2007 02:35 PM
add member server to domain SANMAN07 Windows Networking 4 12-31-2006 05:25 AM
Should our web server be a domain member? OscarVogel Windows Networking 17 04-14-2006 12:11 AM
WINS on a Server 2003 running as member server in NT 4.0 Domain? Nils Windows Networking 2 06-03-2005 02:33 PM
2003 Member server in a NT4 domain =?Utf-8?B?Y2FzZXliMQ==?= Windows Networking 3 03-08-2005 05:52 PM



1 2 3 4 5 6 7 8 9 10 11