@JimmyYang-MSFT Dear Jummy,
This comment is to confirm that we were able to complete the CU update task by using the given article. For everyone's visibility, I'm sharing the steps that we took to complete the same.
- Downloaded and save the installer file in C:\Lync2013_update on each Lync server
- Installed the CU for all FE servers
- Did the same for the Lync Edge Server
- Rebooted each server at a time (just after completing each server update)
- From the Lync Management Shell on one of the Frontends ran the following command to update the backend databases
Get-CsDatabaseMirrorState -PoolFqdn Pool.FQDN -Verbose
- Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn lync01.yourdomain.local -Verbose
- Install-CsDatabase -CentralManagementDatabase -SqlServerFqdn lync01.yourdomain.local -Verbose
- To enable the Mobility service, run the following cmdlet:
Enable-CsTopology
- Enable the Unified Communications Web API
%ProgramFiles%\Microsoft Lync Server 2013\Deployment\Bootstrapper.exe *Note- This environment has not been configured with a database mirroring feature.