Windows Server 2012 as NTP Server for Windows Server 2008R2 Domain Controller

We have one domain with 3 Windows Server 2008R2 DC's. Our Edge router is configured to get the time from the internet, and was our timesource for the PDC emulator. But lately we have migrated our major routers to Cisco IOS15, and now the timeservice on the
PDCe is unable to fetch the time. This is a known bug, as you can read here:
http://social.technet.microsoft.com/Forums/ja-JP/b16de048-8642-4799-b85a-ad092e17dd47/windows-server-2012-ntp-version-compatibility
Now I've found out that Windows Server 2012 does sync with the router. That's our DirSync server, and is in the same VLAN as our DC's. So I thought: I'll set up the Windows Server 2012 as new timeserver, so our PDCe can sync with that server. (Compony
policy is that DC's don't talk to the internet). Everything seems alright.
I've set:
w32tm /config /manualpeerlist:<IP of router>,0x8 /syncfromflags:manual
w32tm /config /reliable:yes
Changed the registry with:
HKLM\SYSTEM\CC\SERVICES\W32TIME\TIMEPROVIDERS\NTPSERVER - Enabled:1
HKLM\SYSTEM\CC\SERVICES\W32TIME\Config - AnnounceFlags:A
And stopped and started the W32Time service. I can see that the Windows 2012 server is fetching the correct time, and checked with NBTSTAT -NA that it's listening on port 123.
But our PDCe doesn't sync. (also changed the config so it has the 2012 server as timesource). Get the EventID 47:
Time Provider NtpClient: No valid response has been received from manually configured peer <w2012server> after 8 attempts to contact it. This peer will be discarded as a time source and NtpClient will attempt to discover a new peer with this DNS
name. The error was: The peer is unreachable.
What more can I try?

It only shows me the 3 DC's:
DC04.domain.local *** PDC ***[[::1]:123]:
    ICMP: 0ms delay
    NTP: +0.0000000s offset from DC04.domain.local
        RefID: 'LOCL' [0x4C434F4C]
        Stratum: 1
DC03.domain.local[10.x.x.x:123]:
    ICMP: 0ms delay
    NTP: -0.0097028s offset from DC04.domain.local
        RefID: DC04.domain.local [10.x.x.x]
        Stratum: 2
DC05.domain.local[10.x.x.x:123]:
    ICMP: 0ms delay
    NTP: -0.0127883s offset from DC04.domain.local
        RefID: W8D-VW-DC04.domain.local [10.x.x.x]
        Stratum: 2
Warning:
Reverse name resolution is best effort. It may not be
correct since RefID field in time packets differs across
NTP implementations and may not be using IP addresses.

Similar Messages

  • SQL Server 2012 Web synchronization option for SQL Server Merge Replication

    I have 2 servers for this:
    1. WIndows Server 2008 with SQL SERVER 2012
    2. Windows Web SErver 2008 With IIS 7 - and SQL Client Conectivity Tools installed
    https://192.168.100.8/sqlreplication/replisapi.dll?diag  i have the next results:
    Class Initialization test:
    Class Status
    ErrorCode
    replisapi.dll classes SUCCESS 0x0
    CLSID_SQLReplErrors FAILED 0x80040154
    replrec.dll classes FAILED 0x80040154
    msxml6.dll classes SUCCESS 0x0
    Where replrec.dll is supposed to be? On the WebServer or Database Server? And if the answer is on the Webserver, how can i install it?
    Thank you,
    biionut

    Hi biionut,
    Did you install SQL Server 2012 Replication Components on the IIS server?  The steps to install replication components are covered in
    How to: Install SQL Server Replication Components.
    Also, is your IIS server running 64-bit Windows?  If so you will need to allow 32-bit applications to run on the IIS server:
    cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
    Brandon Williams (blog |
    linkedin)

  • Get server with Windows Server 2012 R2 or wait for Windows Server "10"?

    We are looking to get a new server this year but with Windows 10 coming out shortly/this year, wouldnt it be better to wait until Windows Server "10" is released THEN get the server?
    Thank you

    Hi,
    Windows 10 is the next version of the Windows client operating system. Until now, there is no official information of Windows Server operating system about the version next to Windows Server 2012 R2. You may pay attention to Microsoft official website for
    the information about the newest product.
    Windows Server:
    http://technet.microsoft.com/library/bb625087.aspx
    Here is the instruction about Windows 10 Technical Preview for Enterprise, just for your reference:
    http://technet.microsoft.com/en-us/windows/dn798751.aspx?ocid=wc-tn-answr
    Best Regards,
    Eve Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Windows Assessment and Deployment Kit (ADK) for Windows 2012 Server

    Hi
    I need to download Windows ADK for Windows 2012 Server. The link mentioned on microsoft website "http://www.microsoft.com/en-in/download/details.aspx?id=30718" is not reachable. Can anyone please tell me, from where I can download Windows ADK for
    2012 Server.
    Thanks
    Manik Bansal

    Hi Johan, Hi Manik,
    Your reply with the link for the Windows Assessment and Deployment Kit (ADK) for Windows® 8 at http://www.microsoft.com/en-us/download/details.aspx?id=30652 has been very much appreciated.
    I have also found a new and updated link to the *NEW* Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1 at http://www.microsoft.com/en-us/download/details.aspx?id=39982 that was released and published on 2013-Oct-17.
    Please note that this ADK can be used with Windows Server 2012, but there are some important differences between the Windows 8 ADK and the Windows Server 2012 ADK. The TechNet summary of the ADK may be explored at the link http://technet.microsoft.com/en-us/library/jj200116.aspx
    The details of the ADK for Windows 8 may be explored at the link http://go.microsoft.com/fwlink/?LinkId=248647
    Thank you,
    Michael C.

  • Is it possible to create a two node cluster with SQL server 2012 STD on node1 and SQL Server 2008 ENT on node2 on a Windows server 2012?

    Hi All,
    Is it possible to create a two node cluster with SQL server 2012 STD on node1 and SQL Server 2008 ENT on node2 on a Windows server 2012?
    aa

    I think you are confused with the way cluster is installed. Installing SQL on cluster is a two step process. On first node you create a new SQL cluster and on second node you need "AddNode" action.
    Same edition media has to be used in above two operation.
    you can install two separate instances with one enterprise and one standard.
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • Can I download the trial version of windows server 2012 onto a laptop running windows 8.1?

    Can I download the trial version of windows server 2012 onto a laptop running windows 8.1 and create a dual boot?

    Have a look:
    http://blogs.technet.com/b/blainbar/archive/2012/09/25/step-by-step-4-ways-to-dual-boot-microsoft-windows-8-and-windows-server-2012-with-or-without-windows-7.aspx
    http://www.msdonkey.com/server/dual-booting-windows-8-1-and-windows-server-2012-r2-from-vhd/
    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!

  • Crystal Reports Server XI Release 2 SP4 for Windows

    Is Crystal Reports Server XI Release 2 SP4 for Windows compatible with Windows 2003 R2 SP2 Enterprise Edition 32bit?
    Is Crystal Reports Server XI Release 2 SP4 for Windows compatible with Windows 2008 Enterprise Edition 32bit?

    Hi
       Could you please check this [url|https://www.sdn.sap.com/irj/boc/crystalreports] also  [this |https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0e3a95b-911e-2b10-a087-b352a156b362] and
    [This|http://resources.businessobjects.com/support/communitycs/TechnicalPapers/cr_2008_supported_platforms_windows.pdf]
    Regards,
    S.Manu

  • Reviewing Windows NT Rights and Privileges Granted for SQL Server Service Accounts

    Hi Folks,
    I am an experienced .NET apps developer who has been tasked with writing a bunch of technical controls for all the SQL Server instances on a domain.
    So for the last month I have been diving in the deep end learning Powershell, dba and infrastructure tasks. This is still a work in progress, so be kind to me.. ;o)
    So the task I am stuck on is described in the section on 'Reviewing Windows NT Rights and Privileges Granted for SQL Server Service Accounts' http://technet.microsoft.com/en-us/library/ms143504(v=sql.105).aspx
    I have not been able to find cmdlets that gives me this information. I have found some exes which come frustratingly close like NTRights.exe. This lets me specify a computer name which is great, but only seems to let you set or deny permissions, not just
    list them!
    Any help with this would be very much appreciated as I am firmly stuck. As per comments above also bear in mind that up until around 1.5 months ago I had never used powershell / knew very much at all about SQL server admin etc. Feeling much more comfortable
    with them now, but much less so with Active Directory/ windows permission structures etc so please can I ask anyone kind enough to reply to try and keep the acronyms down as much as humanly possible.. ;o)
    Cheers 
    Kieron

    Hi Kieron,
    Take a look at this module, it makes permissions much easier to work with than what's currently available:
    https://gallery.technet.microsoft.com/scriptcenter/PowerShellAccessControl-d3be7b83
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • Microsoft SQL Server 2012 Performance Dashboard compatible with windows server 2012?

    Is Microsoft SQL Server 2012 Performance Dashboard compatible with Windows Server 2012? I only see Windows Server 2008r2 as the most recent version in the System Requirements list. Thanks!

    Is Microsoft SQL Server 2012 Performance Dashboard compatible with Windows Server 2012? I only see Windows Server 2008r2 as the most recent version in the System Requirements list. Thanks!
    As per download documents supported windows versions are
    Windows 7, Windows Server 2008 R2, Windows Server 2008 Service Pack 2, Windows Vista Service Pack 2.
    I cannot see any mention of Windows server 2012 in system requirements
    See System Requirements 
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Which version of Microsoft SQL Server 2012 OLE DB Provider for DB2 needed?

    Hello, first time posting.....
    I am developing an SSIS package that needs to connect to DB2 tables. My environment does not have the necessary providers installed (SQL Server 2012 OLE DB Provider for DB2).
    I am running SSIS on a Windows Server 2012 R2 Standard server, w/ SQL Server 2012 R2 installed.
    I noticed OLEDB Provider for DB2 v4.0 for SQL Server 2012 does not support Windows Server 2008 R2.
    Also, there appears to be a version 5 OLEDB Provider for DB2, bundled with SQL Server 2014 Feature Pack, but I am not running SQL 2014.
    Could someone please tell me which version I need to install for Windows Server 2012 R2, running SQL Server 2012 R2?
    Thanks!

    Also, there appears to be a version 5 OLEDB Provider for DB2, bundled with SQL Server 2014 Feature Pack, but I am not running SQL 2014.
    The DB2 OleDB Provider is completly independend of the used SQL Server/SSIS Version; you can use that one.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • SQL Server 2012 Change Data Capture for Oracle by Attunity support for Oracle 12

    I would like to know if there are any plans for SQL Server 2012 Change Data Capture for Oracle by Attunity to support versions of Oracle 12 and if by when.

    I have asked from the author of
    http://blogs.msdn.com/b/mattm/archive/2012/03/26/cdc-for-oracle-in-sql-server-2012.aspx about this.
    I will either ask him to answer here or I would be a messenger.
    Balmukund Lakhani | Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • Can we use SQL Server 2012 Web Edition as a witness server in mirroring?

    Hi All,
    Can we use SQL Server 2012 Web Edition as a witness server in mirroring?
    Grateful to your time and support. Regards, Shiva

    Hi All,
    Can we use SQL Server 2012 Web Edition as a witness server in mirroring?
    Grateful to your time and support. Regards, Shiva
    As Per BOL
    We strongly recommend that the witness reside on a separate computer from the partners. Database mirroring partners are supported only by SQL Server 2005 Standard and later versions and by SQL Server 2005 Enterprise Edition and later versions.
    Witnesses, in contrast, are also supported by SQL Server 2005 Workgroup and later versions and by SQL Server 2005 Express Edition and later versions. Except during an upgrade from an earlier version of SQL Server, the server instances in a
    mirroring session must all be running the same version of SQL Server. For example, a SQL Server 2005 witness is supported when you are upgrading from a SQL Server 2005 mirroring configuration but cannot be added to an existing or new SQL Server 2008 or later
    mirroring configuration.
    A witness can run on any reliable computer system that supports any of these editions of SQL Server. However, we recommend that every server instance that is used as a witness correspond to the minimum configuration that is required for the SQL Server Standard
    version that you are running. For more information about these requirements
    http://technet.microsoft.com/en-us/library/ms175191.aspx#SwHwRecommendations
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Sharepoint 2013 SSRS Interaction with Sql Server 2012 Reporting Services connecting to Sql Server 2008 R2 database

    Hi
    I'm working on upgrading sharepoint 2010 to sharepoint 2013 with sql server 2008 r2. I've ran into some problems but have been able to get a test farm upgraded. However to run SSRS 2013 it seems Sql Server 2012 Reporting Services are required. Upgrading
    to a full sql server 2012 database isn't an option. I know that sql server 2012 reporting services can use sql server 2008 r2 as a catalog and content database so I was wondering could this be a workaround? Importantly would I need a separate machine/virtual
    machine to host sql server 2012 reporting services? or could it live on the sql server 2008 r2 machine? Any pointers appreciated. Thanks Dan

    Remember that SSRS must be deployed on the SharePoint server. Having said that, yes you can install SSRS 2012 SP1 on a server running SQL 2008 R2. And yes, you can use 2008 R2 as your Database Engine server while SSRS 2012 SP1 runs on the SharePoint server.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • SAP IDM 7.1 SP4 and Windows 2008r2 domain controller

    Hello,
    in the PAM and in the SAP NetWeaver Identity Management  IDM Connector Overview  i can't find any information about its possible and supported  to provisioning user and groups to an 2008r2 domain controller?!
    is it supported?
    best regards
    thomas berger

    AllowSSBToAnyVolume isn't a key but a value under the key SystemStateBackup. So make sure you have the following:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wbengine\SystemStateBackup
    Name: AllowSSBToAnyVolume
    Data type: DWORD
    Value data: 1
    Is that the case?
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Windows Server 2012 The licensing mode for the Remote Desktop Session Host server is not configured

    Hi
    I have a standard Windows Server 2012 that is hosted in the cloud by a hosting provider -
    This server has been up and running fir 6 months - recently we have been getting a warning
    "The licensing mode for the Remote Desktop Session Host server is not configured" - The Remote Desktop Session Host server is within its grace period, but the RD Session Host server has not been configured with any license server.
    Yet, we only use this with 2 connections as part of the standard licence agreement and this server is not used as a user's desktop only an ftp and web server- do therefore we do not need to purchase any cal licences (we have another server with the same
    hosting company that does not have this issue and has been up for 18months)
    Please can someone advise how I resolve this issue, the hosting company states that I must resolve it as they only host and resell the server licence
    Thank-you
    Richard Steele

    Hi Richard,
    You need to uninstall Remote desktop session host feature. After removing it, you will default two connections which does not need to purchase RD CALs'.
    Thanks,
    Umesh.S.K

Maybe you are looking for

  • Ipad 4 and itunes and windows 8

    Will IPAD 4 work with itunes 10.7 on windows 8 32-bit ????

  • Filter Orientation is not working correctly

    Hello all, This is my first post so thanks in advance for any help and advice given. I have recieved a CD of images from one of our suppliers and i need to separate them into Portrait, Landscape and Square. I have open the CD in Adobe Bridge via CS5

  • Smoothing not working

    Hi, In flash and illustrator my paint strokes are smoothed out very noticeably which I really like. In photoshop  with smoothing on I cannot notice any difference at all, the lines look jagged I tried on and off next two lines next to each other and

  • Error installing certificate - help

    Hi I am trying to install a webauth certificate on a WLC (5508 6.0.188). I followed the "Generate CSR for Third-Party Certificates and  Download Unchained Certificates to the WLC" document. But when I try to upload the .pem file i get "the" "error in

  • Process chain doesnt run in background! URGENT

    hey i have a issue with process chains.  we are using a meta chain which consists of 5 local chains, when i activate and schedule this meta chain from the RSPC transcation code the meta chain runs fine. But when i schedule this as a job in SM37 than