Updating Hyper-V host Integration Service

It seems that I'd get rid of this error log if I uninstall and reinstall the Integration Services from the windows 8.1 that I am running on Hyper-V 2008 R2.
I was wondering though, whether there is a procedure to do it other way around; I mean instead of removing the version 3.3 that came bundled with 8.1 image and downgrading to 3.0 ; upgrade the Hyper-V 2008 R2 to accept 3.3 integration service.
---------------BEGIN LOG ENTRY-----------------------------
Log Name:      Microsoft-Windows-Hyper-V-Worker-Admin
Source:        Microsoft-Windows-Hyper-V-Worker
Date:          3/3/2014 10:48:53 AM
Event ID:      23014
Task Category: None
Level:         Warning
Keywords:     
User:          NETWORK SERVICE
Computer:      HypServer.QSCAudio.com
Description:
Device 'Microsoft Synthetic Display Controller' in 'Windows 8.1' is loaded but has a different version from the server.  Server version 3.0 Client version 3.3 (Virtual machine ID 105358BD-825A-40E6-ABC0-218517297DDC). The device will work, but this is
an unsupported configuration. This means that technical support will not be provided until this problem is resolved. To fix this problem, upgrade the integration services. To upgrade, connect to the virtual machine and select Insert Integration Services Setup
Disk from the Action menu.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-Hyper-V-Worker" Guid="{51DDFA29-D5C8-4803-BE4B-2ECB715570FE}" />
    <EventID>23014</EventID>
    <Version>0</Version>
    <Level>3</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2014-03-03T18:48:53.234733500Z" />
    <EventRecordID>6671</EventRecordID>
    <Correlation />
    <Execution ProcessID="3032" ThreadID="4304" />
    <Channel>Microsoft-Windows-Hyper-V-Worker-Admin</Channel>
    <Computer>HypServer.QSCAudio.com</Computer>
    <Security UserID="S-1-5-20" />
  </System>
  <UserData>
    <VmlEventLog xmlns:auto-ns2="http://schemas.microsoft.com/win/2004/08/events" xmlns="http://www.microsoft.com/Windows/Virtualization/Events">
      <VmName>Windows 8.1</VmName>
      <VmId>105358BD-825A-40E6-ABC0-218517297DDC</VmId>
      <Device>Microsoft Synthetic Display Controller</Device>
      <ServerVersion>3.0</ServerVersion>
      <ClientVersion>3.3</ClientVersion>
    </VmlEventLog>
  </UserData>
</Event>
---------------END LOG ENTRY-----------------------------

Hi Sasi2,
"This is a known issue that occurs when a virtual machine that is running Windows 8 or Windows Server 2012 is hosted in Windows Server 2008 R2. You can safely ignore the warning message. "
For details please refer to following link:
http://support.microsoft.com/kb/2737297
(My server lab has the same warnning too , but without issue)
Best Regards
Elton Ji
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • Poor MySQL Performance after updating Hyper-V Host to 2012R2

    Hi
    I recently updated one of our 2008R2 Hyper-V Hosts (Standalone) to 2012 R2. (64GB Memory, SSD Raid1 at LSI Controller + SAS RAID1 for Host OS)
    Now one of the VMs (2008R2, Generation 1, fixed .vhdx on SSD RAID, 20GB fixed RAM, 4 Cores) performes really bad.
    This VM is running a MySQL Database. The performance is VERY poor over a network as well as on the local system (Same task in our Application takes more than double the time as before).
    The VM itself wasn't changed in any kind.
    While file copy and overall performance of the VM seem to be OK, SQL queries are extremely slow.
    CPU Usage of VM stays nearly idle, it only uses 2GB RAM, but the virtual Disk I/O only reaches about 8 KByte/s!!! (File Copy between 200 and 400 MB/s)
    Checked same VM again on different Hardware -> same result...
    Really have no ideas any more.

    Hi LiwoCN,
    aha "my Application (Sage New Classic)".
    Da kann ich bestimmt in deutsch helfen (otherwise I can translate it to english).
    Sage New CL - das ist genau auch unser Ding. Hier kann ich (evtl.) ein paar Tipps geben:
    Sofern es noch nicht getätigt ist, ist mit MySQL und Sage Classic Line  und HYPER-V folgende Einstellung eklatant wichtig:
    Sowohl den HYPER-V Host wie auch die Gast VM in den Energiesparoptionen auf "Höchstleistung" stellen. Sowie in den "Erweiterten Energieeinstellungen ändern" den Punkt "Prozessorenergieverwaltung" - Maximaler Leistungszustand des Prozessors" auf 100 % stellen.
    Das ist zwar nicht im Sinne eines Energiesparens aber das treibt die Performanz der MySQL & New CL deutlich nach oben.
    Fahren Sie dann in der New CL denn den DMOPERF Test. Optimal sind Werte unter 300. Alles drüber ist für den Nutzer quasi nicht akzeptabel (zu langsam). Wir erreichen mit HYPER-V recht optimale Werte um die 100 herum. Hinweis: Den DMOPERF Test am besten direkt
    auf dem MySQL Server ausführen (also dort auch einen CL Clienten installieren). So grenzt man zumindest ein, ob es sich um ein VM Problem oder um ein LAN Problem handelt.
    Des weiteren sollte man die VHD wo die MySQL DB drauf läuft als VHDX und als SCSI HDD einbinden. Sofern notwendig (abhängig von der Gast VM, wenn diese kleiner als Windows 2012 R2 ist), das Systemlaufwerk per IDE und das Datenlaufwerk (wo die MySQL drauf
    läuft) als SCSI.
    VMQ für die VM sollte eingeschaltet sein - aber Achtung nur richtige Server LAN Karten können dies! Alternativ kann man auch mit SR-IOV Treibern arbeiten. Aber wie gesagt, dass bringt nur Punkte, wenn die VM an sich ordentlich läuft (daher nicht primär wichtig).
    Finetuning kann man dann noch in der sageclmy.ini (?:\Sage\Sage New Classic\MySQL 560\bin\) ausführen. Dies erfolgt aber auf eigenes Risiko, daher bitte vorsichtig mit den Parametern umgehen! Die Original sageclmy.ini zuvor bitte sichern!
    Abhängig von dem VM Gast Werten (vor allem RAM), kann man die innodb Werte optimieren. Für eine VM mit 16 GB RAM haben wir diese Werte als optimal ermittelt.
    innodb_data_file_path           = ibdata1:10M:autoextend
    innodb_buffer_pool_size         = 10G    
    innodb_log_file_size            = 2G     
    innodb_log_buffer_size          = 8M       
    innodb_flush_log_at_trx_commit  = 2
    innodb_lock_wait_timeout        = 50
    innodb_log_files_in_group       = 4        
    innodb_support_xa               = 0        
    innodb_thread_concurrency       = 0
    myisam_max_sort_file_size       = 4M      
    Obiges gibt vor allem dem Buffer Pool 10 GB RAM und den Log-Files 2 GB RAM. Die Sage Original Vorgaben sind deutlich geringer. Trotzdem immer bedenken, zu große Buffer machen sich bei vielen Schreibvorgängen auch negativ bemerkbar. Daher hier evtl. selbst
    ein Optimum ermitteln.
    Ich hoffe das hilft weiter...
    Danke und liebe Grüße Oliver Richter

  • Windows 2012 R2 hyper-v integration services update - error code: 50

    Physical Host is a brand new Windows 2012 R2 with hyper-v role, VM is a Windows Server 2012
    I try to upgrade the integration services update, VM become unresponsive and I lost connection to it,  had to turn it off, afterwards it wouldn't boot.
    Tried F8 on the reboot and then switched to the command prompt to manually upgrade the integration services running the setup, but got an error (Error code: 50 )
    VM halts in the middle of booting up.
    saying: Please wait ...
    Anyone has any idea why it happened and how to fix this?

    Hi Seyed,
    Please try to follow the link below to install integration services manually :
    http://blogs.technet.com/b/virtualization/archive/2013/04/19/how-to-install-integration-services-when-the-virtual-machine-is-not-running.aspx
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Current version of integration services on Hyper V host and ugrading versions on VM's

    Greetings!
    I am looking for where the latest version number of integration services is posted, so I may verify what it should be. I am able to query using powershell the vm's on the hosts and get a return of the current version installed. However, I seem to be
    unable to find out the current version of IS on the hosts themselves. How do I get this information?

    With all current releases of Hyper-V:
    When you patch your Hyper-V Server and reboot, the vmguest.iso is generated dynamically to match the release of the Hyper-V Server.
    This is historic and was designed to ensure compatibility of the ICs in the VM with the Services of the host.
    That said, only Hyper-V 2012 R2 can give you the 'latest' integration components, but they might not function well if VMs are moved to older versions of Hyper-V.  That is why 2012 R2 in a VM is 'not supported' on Hyper-V 2008 R2 or 2008 (for example).
    In the future Integration Components will be through Windows Update (if your Hyper-V Server is 'Windows 10" or later):
    http://blogs.technet.com/b/virtualization/archive/2014/11/11/hyper-v-integration-components-are-available-through-windows-update.aspx
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • Hyper-v integration services needs to be updated.

    Recently we have moved few virtual machines to hyper-v core 2012 R2 (Free version) Now few virtual machines are showing below in hyper-v management console. 
    Do i need to update integration services as this message showing on virtual machines who are hosting mail server and database server. so after upgrading to latest integration services will it impact on VM's. Also
    "Guest Services" option is unchecked. Do need to enable this as well.  
    Akshay Pate

    Yes, you need to update integration service. 
    In Hyper-V Manager, double-click on a VM, click Action/Insert Integration Services Setup Disk, follow installation in the guest VM, reboot.
    Guest Services allows you to copy files to a running VM without using a network connection. It's optional. Integration services need to updated regardless
    of which ones you check/uncheck. 
    Sam Boutros, Senior Consultant, Software Logic, KOP, PA http://superwidgets.wordpress.com (Please take a moment to Vote as Helpful and/or Mark as Answer, where applicable) _________________________________________________________________________________
    Powershell: Learn it before it's an emergency http://technet.microsoft.com/en-us/scriptcenter/powershell.aspx http://technet.microsoft.com/en-us/scriptcenter/dd793612.aspx

  • How to Install Integration service from hyper-v host to a virtual machine ?

    i have around 100 Virtual Machine distributed on a cluster hyper-v cluster so i need to know how to install the upgraded version of integration service from the hyper-v host to all  virtual machines
    that has a mismatched version of the integration service using power-shell script ?

    See this article:
    PowerShell Script
    for Automated Install of Hyper-V Integration Services in a VM running on Windows Server 2012 with Hyper-V V 3.0 Role using PowerShell Remoting
    Mike Crowley | MVP
    My Blog --
    Planet Technologies

  • Windows 2008 Hyper-v Guest - BSOD after Integrated Services updated

    Hi,
    Hyper-V single node with Windows 2012 R2 Datacenter - the VM had its Integrated Services update and rebooted properly. After that, Windows 2008 start and shows BSOD as listed below - safe mode doesn't work. Any tips?
    Vinicius Deschamps

    Hi deschamps,
    Is the VM brand new setup ?
    Did you try to attach the VM's VHDx file to another new created VM ?
    Also you can try to mount the vhdx file and copy Dump File (default path  %SystemRoot%)then analysis it :
    http://blogs.technet.com/b/juanand/archive/2011/03/20/analyzing-a-crash-dump-aka-bsod.aspx
    Best Regards
    Elton JI
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • 2008 R2 Hyper-V Integrated services error 61658...

    Kind of got myself into a bad situation I think. I run a single Windows 2008 R2 Server w/SP1 that hosts 5 VM's that host two Windows Server 2003 SP2 machines and the rest are 2008 R2 Servers w/SP1. On one of the 2003 VM's I was having issues
    with the mouse not being captured. I decided to reinstall the integrated services. The reinstall seemed to complete normally, but when it was done the mouse capture still did not work. So I rebooted just to check and still no mouse capture. 
    So I went into add remove programs and uninstalled it. I rebooted and then noticed the problems that caused. The uninstall made the VM lose the SCSI adapter and the NIC. So after getting a legacy NIC added I was able to be past that issue, but no
    VHDs are accessible that were are connected to the SCSI Controller. When I try to install the Integrated Services, it gets part way through the "Updating Storport Driver" step and then throws this message: [ (X) An error
    occurred: One of the update processes returned error code 61658.] This machine is our Active Directory (Domain) Controller.  Again to mention, this is only machine out of the 5 that is having this problem. Any help would be greatly
    appreciated.
    PS: None of these are installed using Beta or RC's versions of the OS, the Hyper-V server and the VM's have all been in place for 2+ years working fine. 
    Thanks
    Update: A friend of mine looked things over and found a vmg...log file that shows the problem is when the Integrated Services install try's to run the a KB that fails to installed: (KB943295). So I will investigate.  But I did get the
    server up and running again by adding a legacy network adapter and moving the two VHD files that were attached to the problem VM's SCSI controller to the VM's IDE controller.  So a band-aid I know but at least I was able to get 41 users back working
    after 7 hours of pulling out my hair! I do need to know I have this VM functioning 100% as it should so I'll continue to work on it.

    Hi SScott2010,
    Please try the following setps :
    1. backup the problematic VM first
    2. If the VM was migrated from virtual pc , please run "msconfig " --> click the boot tab then click advanced options --> select the Detect HAL check box
    3. make sure the service " cryptographic service " is running  automatically.
    4. restart the VM
    5. Install  the hotfix of kb822798  in the problematic VM :
    http://support.microsoft.com/kb/822798/en-us
    6. try to install the Integrated Service again.
    Hope it helps
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Windows 2012 + hyper-v + mouse not captured in remote desktop session + integrated services installed

    windows 2012 + hyper-v + mouse not captured in remote desktop session + integrated services installed

    Hi,
    I am using Server 2012 R2 with Hyper-V and CentOS 6.5 that installed GNOME.
    Same no mouse on remote desktop session or on the host's Hyper management interface.
    From my knowledge, CentOS from 6.4 build in include the IS, how do I update the IS in CentOS 6.4-6.5 guest OS? Any detail docunment for reference?
    Thank you.

  • Integration Services Fails to Update - Error Code: 1783

    Hi All,
      I moved a 2008R2 VM guest from a 2008R2 host to a 2012R2 host.  Two other VM guests that I moved went without an issue.
       When attempting to install the updated Integration Services for the third it errors...
    Upgrade Hyper-V Integrations Services
    A previous installation of Hyper-V integration services has been detected (version 6.1.7601.17514).  Click Ok to upgrade this installation.
    [I press OK]
    During the process it makes it to: Installing Guest Components....then
    An error has occured:  One of the update processes returned error code: 1783
    Any ideas how to resolve?

    Hi Kisner,
    "The KB 3004394 update that was dated December 10, 2014 can cause additional problems on computers that are running Windows 7 Service Pack 1 (SP1) and Windows Server 2008 R2 SP1. This includes the inability to install future updates. This new update
    is available to remove KB 3004394 from your computer."
    http://support.microsoft.com/kb/3024777
    I would like to check the current state of this issue .
    Best Regards,
    Elton Ji
    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 Subscriber Support, contact [email protected] .
    Thanks for the direct link Elton - that resolved the issue and I could install Integration Services without issue.
    Thanks to you too Mark.

  • What happens when a VM with 2012 Integrations Services migrates to a 2008 R2 Hyper-V server?

    I've been going through our Hyper-V environment to make sure our VMs have the latest, greatest Integration Services installed. I found one 2012 running a 2012 version of Integration Services on this 2008 R2 Hyper-V server. What kind of issues can this
    cause? Should I uninstall the current version and 'downgrade' them to 2008 R2?
    Orange County District Attorney

    Hi,
    No, you should not. If the operating system is supported on a hyper-v version you can use it. This means if Windows Server 2012 is supported on Windows Server 2008 R2 hosts you can use Windows Server 2012 or Windows Server 2008 R2 with the Windows Server
    2012 integration services installed as a guest OS.
    You can find supported guest OS lists here
    http://social.technet.microsoft.com/wiki/contents/articles/2761.hyper-v-supported-guest-os-list.aspx
    http://OpsMgr.ru/

  • Improper Install of Hyper-V 2012 R2 Integration Services on 2008 R2 VMs

    I have two VMs that have one or more missing/broken services after upgrading to Integration Services 6.3.9600.16384.  On one VM the Hyper-V Remote Desktop Virtualization Service is missing and the Hyper-V Data Exchange Service won't start.  The
    other VM was missing the Hyper-V Remote Desktop Virtualization Service.  I was able to create that service by restoring registry entries from another VM with working integration services and re-registering the DLLs from the driver, but the service won't
    start.  Both services that won't start return the error "1083: The executable program that this service is configured to run in does not implement the service".   I also tried an Offline
    Install of Integration Services, but that didn't fix anything.  Since I am running 2008 R2, there is no uninstall available (I did modify the powershell script from the abve link to uninstall, but it didn't work).  I have been un-successful in
    finding a way to trick/force the installer to install again over top of itself.

    Hi Gregg,
    Thank you for posting in Windows Server Forum.
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Thank you for your understanding and support.
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Hyper-V 2012 R2, integration services issue on multiple VMs

    Hello,
    I came to you because we encounter a technical issue on one of our Hyper-V (2012 R2).
    Our backup (Veeam backup in last version) are still failing with error :
    Guest processing skipped (check guest OS VSS state and integration components version)
    After checking integration service states of those VMs on the Hyper-V, we get this result :
    Get-VM | ft Name, IntegrationServicesVersion
    Name                                                       
    IntegrationServicesVersion
    xxx-3REP-01                                                
    6.3.9600.16384
    xxx-ADMIN02
    xxx-BAK02                                                  
    6.3.9600.16384
    xxx-MAIL-01
    xxx-SCOM-01-1                                              
    6.3.9600.16384
    xxx-SQL02                                                  
    6.3.9600.16384
    xxx-VC-01                                                  
    6.3.9600.16384
    xxx-VD01
    xxx-VMM02
    xxx-VMM03
    xxx-WEB01
    Get-VMIntegrationService xxx-vmm02 | Select Name,OperationalStatus
    Name                                                       
    OperationalStatus
    Time Synchronization                                       
    {Ok}
    Heartbeat                                                         
      {Ok, Ok}
    Key-Value Pair Exchange                                  {LostCommunication}
    Shutdown                                                          
    {LostCommunication}
    VSS                                                       
                  {LostCommunication}
    Guest Service Interface                                     {LostCommunication}
    I already try to disable, then enable the operationalStatus :
    Disable-VMIntegrationService -VMName MyVM -Name VSS,Shutdown,"Key-Value Pair Exchange"
    Enable-VMIntegrationService -VMName MyVM -Name VSS,Shutdown,"Key-Value Pair Exchange"
    The status is OK, but If I retry my backup I have the same error.
    So, is there a way to reinstall integration service component without rebooting ?
    Many thanks for your help.

    On the Windows VMs that are not 2012 R2, insert the Integration media ISO, install it, and reboot.
    When all is done, run this:
    # Input:
    $HVHost = "YourHostHere"
    # Processing:
    $VMInfo = @()
    Get-VM -ComputerName $HVHost | where { $_.State -eq "Running" } | % {
    $Info = New-Object -TypeName psobject
    $Info | Add-Member "VMName" $_.Name
    $Info | Add-Member "IntegrationServicesVersion" $_.IntegrationServicesVersion
    $OS = Invoke-Command -ComputerName $_.Name { (Get-CimInstance Win32_OperatingSystem).version } -ErrorAction SilentlyContinue
    $Info | Add-Member "OSVersion" $OS
    $VMInfo += $Info
    # Output:
    $VMInfo | Out-GridView
    $VMInfo | FT -AutoSize
    $VMInfo | Export-Csv .\VMInfo.csv -NoTypeInformation
    Sam Boutros, Senior Consultant, Software Logic, KOP, PA http://superwidgets.wordpress.com (Please take a moment to Vote as Helpful and/or Mark as Answer, where applicable) _________________________________________________________________________________
    Powershell: Learn it before it's an emergency http://technet.microsoft.com/en-us/scriptcenter/powershell.aspx http://technet.microsoft.com/en-us/scriptcenter/dd793612.aspx

  • Hyper v virtual Machines should have installed integrated services or not ?

    Hi
    In my prodcution found hyper v virtual machines have no integrated services was installed should we installed on production servers is any impact if we didnt installed them.
    if it should installed then what is the best approch to installed.
    Thanks

    You posted in the Group Policy forum...
    That's a good question for the Hyper-V forum:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=winserverhyperv
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Hyper-V Integration Services - DriverPackage or Application

    Hello SCCM community,
    currently we are deploying the Driver for Hyper-V Integration Services (Windows6.x-HyperVIntegrationServices-x64.cab) as Driver Package. The deployment is OK. But if I look into Device Manager the drivers are not digitally signed. This is somehow
    strange.
    Deploying via DISM will result in same issue.
    I did then a research and found out that the package can be deployed via Application by using the MSI file. http://social.technet.microsoft.com/Forums/en-US/dd58b4cf-a954-4525-9a05-a84ebb073002/install-integration-components-hyperv-30-with-sccm-2012?forum=configmanagergeneral
    I tested the installation via MSI it works fine and the Device Manager is not complaining about not signed drivers.
    Do you face the same issue? Are you also deploying via Application?
    Many thanks in advance.
    Guitarman

    Ok, guys I did like described in the link. I used the setup.exe and deployed it as application.
    As detection method I used one of the sys-files which where installed.
    As uninstallation command I used: dism /online /Remove-Package /PackagePath:\\share\software$\Windows6.x-HyperVIntegrationServices-x64.cab
    /norestart

Maybe you are looking for