Installing Cumulative Update for Lync Server 2010: November 2011

 

Topic Last Modified: 2012-10-18

Before you can install the Lync Server 2010 Mobility Service and Lync Server 2010 Autodiscover Service, you need to install cumulative update for Lync Server 2010: November 2011. Install the cumulative update on all server roles in your deployment. You can find the cumulative update for Lync Server 2010: November 2011 installation package in the Microsoft Download Center at https://go.microsoft.com/fwlink/p/?LinkID=208564.

To install cumulative update for Lync Server 2010: November 2011

  1. Log on to the server you are upgrading as a member of the CsAdministrator role.

  2. Download the latest installation package from the Microsoft Download Center and extract it to the local hard disk.

  3. Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Management Shell.

  4. Stop Lync Server services. At the command line, type:

    Stop-CsWindowsService
    
  5. Close all Lync Server Management Shell windows.

  6. Stop the World Wide Web service. At the command line, type:

    net stop w3svc
    
  7. Install the cumulative update for Lync Server 2010: November 2011 by running LyncServerUpdateInstaller.exe.

    Note

    Restart the computer if you are prompted to do so.

  8. Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Management Shell.

  9. Stop Lync Server services again to catch Global Assembly Cache (GAC) –d assemblies. At the command line, type:

    Stop-CsWindowsService
    
  10. Restart the World Wide Web service. At the command line, type:

    net start w3svc
    
  11. Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Management Shell.

  12. Apply the changes made by LyncServerUpdateInstaller.exe to the SQL Server databases by doing one of the following:

    • If Enterprise Edition Back End Server databases are not collocated with any other databases, such as Archiving or Monitoring databases, at the command line, type the following:

      Install-CsDatabase -Update -ConfiguredDatabases -SqlServerFqdn <SQL Server FQDN> 
      
    • If Enterprise Edition Back End Server databases are collocated with other databases, such as Archiving or Monitoring databases, at the command line, type the following:

      Install-CsDatabase -Update -ConfiguredDatabases -SqlServerFqdn <SQL Server FQDN>  -ExcludeCollocatedStores
      
    • For Standard Edition, type the following:

      Install-CsDatabase -Update -LocalDatabases
      
  13. Restart the Lync Server services. At the command line, type:

    Start-CsWindowsService