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
Log on to the server you are upgrading as a member of the CsAdministrator role.
Download the latest installation package from the Microsoft Download Center and extract it to the local hard disk.
Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Management Shell.
Stop Lync Server services. At the command line, type:
Stop-CsWindowsService
Close all Lync Server Management Shell windows.
Stop the World Wide Web service. At the command line, type:
net stop w3svc
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.
Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Management Shell.
Stop Lync Server services again to catch Global Assembly Cache (GAC) –d assemblies. At the command line, type:
Stop-CsWindowsService
Restart the World Wide Web service. At the command line, type:
net start w3svc
Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Management Shell.
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
Restart the Lync Server services. At the command line, type:
Start-CsWindowsService