Results 1 to 5 of 5

Thread: Time Synchronization On Guest Machine With SQL Server

  1. #1
    Join Date
    Jan 2010
    Posts
    31

    Time Synchronization On Guest Machine With SQL Server

    Hello, in my office there are number of Windows Server 2008 R2 virtual servers running on a number of Hyper-V R2 hosts. And while making use of it, lots of time the synchronization issues occurs. As all of the servers are running in the AD with the help of the non-virtualized PDC emulator syncing against an external time source. While performing the setting I have done some changes which are giving me error message as "The system time has changed". I want to solve this problem. So, if you are having any solution for Time Synchronization On Guest Machine With SQL Server then please help me.

  2. #2
    Join Date
    Apr 2008
    Posts
    2,139

    Re: Time Synchronization On Guest Machine With SQL Server

    Hello, simply select the reliable time source and then simply make use of the script below:
    Code:
    w32tm /config /manualpeerlist:pool.ntp.org /syncfromflags:MANUAL
    w32tm /config /update
    w32tm /resync
    Now you need to run it, it will reset your time to the one which you are having as the source.

  3. #3
    Join Date
    Apr 2008
    Posts
    4,088

    Re: Time Synchronization On Guest Machine With SQL Server

    Hello, for Time Synchronization On Guest Machine With SQL Server you may need to perform the SQL Trace Flag Setting. For that you must need to make settings on your startup options as below:
    1. Open the SQL Server Configuration Manager.
    2. Click on the SQL Server Services.
    3. Here you will able to get the SQL Server (<instance_name>) on which you must need to right click.
    4. Select to the Properties from the option.
    5. Now in the advanced tab you will get the Startup Parameters box in which you need to type parameters with the separated by semicolon.
    6. Then click on OK.
    7. Simply restart your database engine.

  4. #4
    Join Date
    Jan 2008
    Posts
    3,755

    Re: Time Synchronization On Guest Machine With SQL Server

    Hello, It is needed to make use of the hotfixes for solving the problem of your Time Synchronization on guest machine with SQL Server. It is provided by the Microsoft and you can simply solve them by making use of the Microsoft website. You just need to download them and then simply install them on your server. So, that you will able to get solved for your problem. It will simply solve your problem. So, simply download it from the link below and install it :

    FIX: The SQL Server database engine and SQL Server Reporting Services

  5. #5
    Join Date
    May 2008
    Posts
    3,316

    Re: Time Synchronization On Guest Machine With SQL Server

    Hello, I was also searching for the same solution. I have got the solution from which I will able to disable time synchronization from guest to host. You just need to use the command below and then you will able to get the solution for your problem. You need to replace the <vmname> with the target Virtual Machine:
    VBoxManage setextradata <vmname> "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" "1"

Similar Threads

  1. Time Synchronization with iPhone
    By Disha N in forum Portable Devices
    Replies: 3
    Last Post: 16-12-2010, 08:22 PM
  2. Each time Getting Synchronization Log in outlook
    By mich43 in forum Technology & Internet
    Replies: 4
    Last Post: 27-11-2010, 12:56 AM
  3. Networking between Host and Guest Machine
    By neekunj in forum Networking & Security
    Replies: 3
    Last Post: 18-03-2009, 03:27 PM
  4. Replies: 1
    Last Post: 31-12-2008, 01:08 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,564,254.23066 seconds with 17 queries