Moving time source to another DC

I have one Windows 2003 SP2 DC and 4 Windows 2008R2 DC’s.  The 2003 DC (call it OLDDC) had all 5 FSMO roles, and it was also the time source for our single-Domain Forest. 
It was set to sync up with a Linux server (IP address 192.168.1.100) in our environment that syncs up with an external time source.
 I moved all of the FSMO roles to one of the 2008R2 DC’s (call it PRIMEDC), then I ran the following on PRIMEDC to make it the time source for the Forest:
w32tm /config /manualpeerlist:192.168.1.100 /syncfromflags:manual /reliable:yes /update
net stop w32time
net start w32time
I then ran the following commands on OLDDC:
w32tm /config /syncfromflags:domhier /reliable:no /update
net stop w32time
net start w32time
I then checked the registry on these 2 servers.  On PRIMEDC, the setting for HKLM\SYSTEM\CurrentControlSet\services\W32Time\Parameters\NtpServer was changed to 192.168.1.100, but there was no tag (0x8, 0x9, or 0x1) associated to it. 
This setting on OLDDC had been “192.168.1.100,0x8”.  
The setting for HKLM\SYSTEM\CurrentControlSet\services\W32Time\Parameters\Type was successfully changed from NT5DS to NTP.
On OLDDC, the setting for HKLM\SYSTEM\CurrentControlSet\services\W32Time\Parameters\Type was successfully changed from NTP to NT5DS, but the setting for HKLM\SYSTEM\CurrentControlSet\services\W32Time\Parameters\NtpServer was NOT changed, and remains at “192.168.1.100,0x8”.  
Do I need to manually add the tag “0x8” to the NtpServer key on PRIMEDC? 
Also, does the setting for the NtpServer key on OLDDC matter since the type key is set to NT5DS, or should I manually change it as well?
Thank you very much for your help.

Hi Logan,
As you are using linux machine as a NTP server, Some NTP servers that do not run Windows respond only to requests that use client
mode.
Try the below command to set it in client mode:
w32tm /config /manualpeerlist:NTP_server_IP_Address,0x8
/syncfromflags:manual /reliable:yes /update
The mode that Windows Time uses to send requests is set by the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer
If the value of the Enabled entry in this subkey is 1, Windows Time uses symmetric active mode. Otherwise, Windows Time uses client mode.
The 0x8 setting that is referenced in the command in the "Resolution" section sets Windows Time to use client mode.
The valid settings for the mode used with the /manualpeerlist switch
include the following:
0x01 - use special poll interval SpecialInterval
0x02 - UseAsFallbackOnly
0x04 - send request as SymmetricActive mode
0x08 - send request as Client mode
Source: 
Time synchronization may not succeed when you try to synchronize with a non-Windows NTP server in Windows Server 2003
http://support.microsoft.com/kb/875424
Regards,
Rafic
If you found this post helpful, please give it a "Helpful" vote.
If it answered your question, remember to mark it as an "Answer".
This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing!

Similar Messages

  • How do I stream purchased movies to my Macbook Pro if I've already downloaded them and moved the source files to an external desktop hard drive and I'm away from home?

    I recently added a number of movies to my iTunes library by redeeming digital copeis that came with Blu-rays. Due to limted disc space on my MacBook Pro, and for safe keeping, once I downloaded the movies, I moved the source files to an external desktop hard drive. When I'm home and I'm able to access that external HD via my home network, I'm able to watch the movies without an issue. However, if I'm away from home and I want to watch them, I'm not sure how to do that. I thought I could "stream" purchased movies from within iTunes  - even after downloading them - using "iTunes in the Cloud" but can't figure out how to do that, or it simply isn't possible.
    What are my options?

    I understand that I can't play my downloaded movies when my external HDD is not connected becuase iTunes is looking for the downloaded files. This is not the issue. The issue is that because my HDD is not connected (as in when I'm away from home) I'd like to be able to stream the movies via the cloud.
    If I hadn't downloaded the movies when I redeemed my codes, would I have been able to keep the movies online via Apple iCloud and watched them anytime by streaming them or must the movies be downloaded in order to be viewed on my MacBook?  I read that Apple allows movies purchased (or redeemed) via iTunes to be stored in the cloud via Apple iCloud so that they can be viewed any time, on any device.  IF this is the case, how does it work? From what I can see, it looks like movies can only be "streamed" from the cloud when useing Apple TV; on my iPhone and MacBook Pro, it looks like they need to be downloaded in order to be viewed.
    Can someone clarify this for me?
    Also - Michael - when you said that If I've already downloaded the film but I'm away from my external HDD I should "Delete the entry from the iTunes library so iTunes only sees the iTunes in the Cloud version", what exactly would this mean? Would this mean that I could then stream the movie from the cloud or would I have to re-download it to my Mac's internal HDD in order to watch it?
    Many thanks!

  • Windows Time source resets after service/server restart

    We have two completely separate domains.  Our main domain has 4 DCs: the PDCe is looking to an outside source for its time source and the other 3 DCs are looking to the PDCe for their time source.  The second domain, our DMZ, is setup the exact
    same way.  The PDCe is looking to an outside source for time and the other 3 DCs are looking to the PDCe for their time.  If the Windows Time service is restarted or the server is restarted (during patching, for example), the time source changes
    from the outside address to "Local CMOS Clock".  From there, everything else will get thrown off.  And now that I think of it, they might also revert to "Local CMOS Clock" after the service is restarted.
    I configured the PDCe using the following command, which completes successfully:
    w32tm /config /manualpeerlist:0.pool.ntp.org /syncfromflags:manual /reliable:yes /update
    I can then run w32tm /query /status and confirm the setting is correct, but if I do the recommended "net stop..." and "net start..." commands, it will revert to "Local
    CMOS Clock".  If I leave it alone and the server reboots, it will again revert.  This problem does not exist in our main domain.  I have the appropriate rights and I don't see anything in the event logs that would indicate what the problem
    is.  Thoughts?
    Chris

    so the first thing is that only your PDCe should be going out to the internet (or another reliable NTP source) to get the time and that's done with:
    w32tm /config /manualpeerlist:0.pool.ntp.org /syncfromflags:manual /reliable:yes /update
    all your other DCs then go to the PDCe to get their time and we do that with:
    w32tm /config /syncfromflags:domhier /update
    so when you say you tested it on "test DC", you need to ensure the right settings are being pushed relevant to that DC's role and I'm not really certain about this test environment you have here
    reading up on this, it all keeps going back to VMs doing time sync with the host, GPOs, scheduled tasks, or startup scripts
    you can check the Systems event logs though, there will be messages in there stating why it reverted back to local cmos. it might do it if it can't reach the time source you specified and that part is normal but you need to check the logs first. even a successful
    time sync message will help eliminate some of the causes
    I think unregistering/registering the service starting with your PDCe should make it stick, as long as it can actually communicate with "0.pool.ntp.org".  to verify this and to make sure UDP port 123 is open, run "w32tm /stripchart /computer:0.pool.ntp.org"
    - if you get a time chart then communication is fine but if you get something else then you may have problems hitting that source and it's reverting back to cmos.

  • Thinking of purchasing Time Capsule.... Can I access my documents saved on (Home Network) Time Capsule from another Network??? For instance, I can access my documents saved on MyBookLive (which is connected to my wifi) from ANY wifi connection...

    Thinking of purchasing Time Capsule.... Can I access my documents saved on (Home Network) Time Capsule from another Network??? For instance, I can access my documents saved on MyBookLive (which is connected to my wifi) from ANY wifi connection... Like when I'm at school I can download documents stored on my MyBookLive at home.... I love this feature... But I would prefer to keep my products apple... So my question is can I access my documents from ANYWHERE with Time Capsule???
    Other products I have: MacBook (2009 limited edition it's aluminum) two iPad2 (2012) iPhone 5 (2012) two iphone4 iPod touch (2010) iPod Nano (2011)

    Remote access to TC is allowed by BTMM and iCloud service.
    Not for ipad or iphone.. only the Macbook although I think people have some work arounds..
    NOTE. Your school firewall should block it. If I was still working in network admin I would. ie you are risking the whole network to get access to files unchecked for viruses.. and please don't just say Macs don't get viruses, you can still be the source of the infection even if you don't suffer the disease. Just a carrier.
    http://support.apple.com/kb/HT3486

  • Mac desktop. 10.6.8. Text edit. Not locked. Read and write. Still, documents are locking when they are moved from desktop to another folder on the server. Techies can't figure it out here. What am I not doing?

    Mac desktop. 10.6.8. Text edit. Not locked. Read and write, not read only. Documents are locking when they are moved from desktop to another folder or saved directly into that folder on the server. Not happening with anyone else but me and the boss's computer so has to be in the properties for my text edit software. Techies can't figure it out after trying for two weeks. Boss can do a cut and paste and put into a new document, but that's starting to become a problem.

    Mac desktop. 10.6.8. Text edit. Not locked. Read and write, not read only. Documents are locking when they are moved from desktop to another folder or saved directly into that folder on the server. Not happening with anyone else but me and the boss's computer so has to be in the properties for my text edit software. Techies can't figure it out after trying for two weeks. Boss can do a cut and paste and put into a new document, but that's starting to become a problem.

  • How can I copy a time machine backup from one Time Capsule to another ?

    How can I copy a time machine backup from one Time Capsule to another ? I bought a 1 Tb Time Capsule to replace my 512Mb Time Capsule. Now, I like to copy my time machine backup from the old Time Capsule to the new one so I can keep using my backup.

    from this support article: 
    (click on image to enlarge)

  • How do i use a Time Machine from another computer from Time Capsule with multibackups

    Can Iuse a Time Machine from another computer from Time Capsule with multibackups

    Not sure what you are asking here. 
    Time Machine is software on a Mac that is used to backup that Mac to a Time Capsule hard drive.
    Are you asking if another  Mac can backup to the same Time Capsule that other Macs are already using?
    Or, if not....please clarify on exactly what you want to do.

  • Can I access my Time Machine from another mac?

    My current mac (an iBook G4, early 2005) has I think died irreparably. I'm waiting to see if it can be repaired but in the meantime I'd like to know if I can plug my Time Machine into another Mac (either a friend's or a family member's, both have 2006 MacBooks) and be able to access my stuff? I read elsewhere in the forum that this was possible if you were setting up a new mac, but I won't be able to buy a new computer for a while and need quite badly to be able to get at my documents.

    yes, it's possible. plug it into the other computer. control-click on TM inthe dock and choose" browse other Time Machine disks".

  • (final cut pro x 10.0.9 )After numerous troubleshooting tips, I am still getting the dreadful your disk have ran out of space, your events have moved or permissions have changed. This happened after I moved some files to another drive. They won't relink?

    (final cut pro x 10.0.9 )After numerous troubleshooting tips, I am still getting the dreadful your disk have ran out of space, your events have moved or permissions have changed. This happened after I moved some files to another drive. They won't relink eventhough the files are there.

    (final cut pro x 10.0.9 )After numerous troubleshooting tips, I am still getting the dreadful your disk have ran out of space, your events have moved or permissions have changed. This happened after I moved some files to another drive. They won't relink eventhough the files are there.

  • Using a Cisco Switch as the NTP Master time source for a Windows PDC

    Hi all,
    We have a closed network (no connectivity to the internet) and we have a Core router setup as the NTP Master for the rest of the network.
    All network devices are getting the time synced as intended but we are having issues getting the Primary Domain Controller (PDC) registering to it as a valid NTP time source.
    The problem we have is that we are affected by IOS bug CSCed13703 which rejects the PDC as an NTP associated device. Short of changing the IOS on the Router which is the main router feeding 30 other sites I would like to point the PDC at a different switch (an NTP Client switch) as it’s NTP source, rather than it going to the actual NTP Master.
    I have changed the values in the PDC to point to a different switch (3750) that has it’s time synced with the NTP master, but the PDC doesn’t want to know. I assume it will only accept the time from an official NTP Master .
    Could any of you fine people advise if what I am trying to do is possible and if so how I would go about it. I was thinking of setting the 3750 with the NTP Master command also, but I don’t want to confuse the other cisco devices in the network
    Thanks in advance
    David

    Thanks Marvin,
    I can confirm the Stratum on the 3750 is set to 15.  This is due to the NTP Time source being an internal router and not an authoritative time source out on the internet.  When setting the clock and using the NTP Master command on my internal router it sets the Stratum level to 14.
    I have pointed the PDC at the Router (Stratum 14) and it does successfully sync time, but won't trust it as a valid source after the first sync.  Upon reading I believed this to be the IOS bug as the symptoms are identical. Your theory of the PDC requiring a Stratum 2 time source is logical (especially in this scenario) but I have seen them use Stratum 4 before and it worked just fine.
    I guess I could change the Router acting as a time source for the network to be NTP Master 1 which should force Stratum 1 giving the PDC and all other switches pointing to it a Stratumlevel of 2 which would prove it either way.  I don't mind pointing the PDC at the router instead of the switch so long as it gets the time synced and trusts it from that point on.
    I was going to make the 3750 switch an NTP Master for the Network and point the PDC to it (as per my previous post) but I have noticed this morning that the NTP Master command isn't available on the 3750 as it has no hardware clock!
    Are you aware of any other way of forcing the 3750 to become a time source for the PDC without using the NTP Master command?  I have looked at the NTP Peer command and I have ruled this out already and I still need the switch to be a client of the NTP Master Router on the network
    Cheers for getting involved,
    David

  • My URL has been duplicated since moving my site from another Mac

    When I originally made my company site it was just a normal www.website.com and thats how it appeared in the address bar.  I then moved the site to another Mac (cant quite remember the steps I used) and did some updates to it and republished it and now it appears as www.website.com/WebSite.com/Home.html.  Nothing has changed with my hosting company or anything like that.  It literally changed just from moving it to anoter computer which is why I suspect that something happened with the folders or something with iWeb.  Any help would be greatly appreciated.

    You want to have your cake and eat it too?
    Well, you have to choose. Do it the iWeb way, the situation you have now, or your way, publish to a folder and upload the content of that folder to the server.
    As it was before.
    You can't have both.
    BUT.
    As always, there still is a way to eat the cake.
    Read this :
    http://blog.wyodor.net/2011/08/avoiding-then-iweb-sitename-in-url.html
    It works. I know, I baked the cake.
    You choose.
    (Ignore the spelling error in the url)

  • Creating time source table for time dimension?

    hi exports
    can any one helps to create time source table or view_ for time dimension for awm_ mapping ?
    thanks
    Edited by: 1008794 on May 30, 2013 12:21 AM

    No. Thank you very much for reply.I have solved my problem
    Edited by: 1008794 on Jun 3, 2013 6:30 AM

  • Synchronizing IPCC server's time with an external time source

    We have a IPCC server (CRS 4.0.3) running on a Windows Server 2000 SP4 platform. The server is working along with a Callmanager 4.1(3) in a WORKGROUP environment and there’s no domain. The clock on the IPCC server is recently acting very weirdly (back and forth by 10 - 30 minutes!) and I was wondering how can i change the time source provider for IPCC server to use a reliable external time server available on internet (or even use our local router).
    Any input on this issue is appreciated in advance!

    Ok. Let's clear things up.
    Problem:
    Network Time Protocol service stops in Callmanager 4.1.3 (Windows Server 2000 SP4) after configured to use it's local router as it's upstream time provider as indicated in this document (by configuring "ntp.conf" file): http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note09186a008009470f.shtml
    Here is the error which is loged in windows event viwer:
    Time correction of -3619 seconds exceeds sanity limit (1000); set clock manually to the correct UTC time.
    Why? 3619 seconds is almost 1 hour but the time on the server and on the router is correct! Could it be something related to DST problem with this box?
    Note: DST is not working correctly on this machine and whenever it starts or ends we manually set the clock ahead or behind. We've also left "Automatically adjust clock for daylight saving changes" unchecked due to this problem.
    This beahvir of callmanager is causing trouble for our contact center as well because IPCC server is configured to sync it's time from Callmanager using it's own "ntp.conf" file
    Any idea?

  • How can i change the data from one Time Capsule to another?

    How can i change the data from one Time Capsule to another?

    Do you mean copy it?  If so, see #18 in Time Machine - Frequently Asked Questions  You'll need section 2 there.
    If you mean something else, please clarify.

  • Can i use time capsule as another hard drive?

    Can I use time capsule as another hard drive?

    You can, but it was not really designed for that purpose. Access to files will be quite a bit slower than a drive that is directly attached to your computer.
    The Time Capsule's main function is as a back up device using the Time Machine application.
    If you are using it already for Time Machine, it is generally not a good idea to mix Time Machine backups and regular files on the same drive as there will be struggle for space when the drive starts to fill up.

Maybe you are looking for

  • How do I authorize my pc

    According to the support articles I've read, to authorize my PC, I log into the iTunes store with my Apple ID and then select Store. Once I'm on the Store page, my support instructions say to select Authorize Computer. However, when I'm on the Store

  • How to determine current state of resource group?

    Good morning! I'm in the process of creating a monitoring policy which would alert if a specific resource group is in a state other than "online". Is there a command line executable available that I could utilize which would return the current status

  • Wait for event - workflow 4.7

    Hi, not sure if this is the correct forum for workflow or not but here is the problem.  I have a custom BOR with 2 key fields, both character.  The BOR has some some events one of these events is 'submitforapproval' and another is 'reviewed'.  The 's

  • Cant burn Disc burner or software not found

    I can't burn a playlist to a disk. I get the message "Disc Burner or Software not Found" How do I rectify this? I have tried everything to get it to work but no luck here is my test. Microsoft Windows 7 x64 Home Premium Edition Service Pack 1 (Build

  • Drop Down menu problem/hyperlink

    In the attached file, I cannot get the links on the drop down menu to work (schools, contact us, etc.)  I need them to hyperlink to other pages. Any help is appreciated.