Posts

Showing posts with the label Cumulative Update

Skype for Business Cumulative Update List (10.03.2017)

Image
It is now the 7th Update (some may say it's CU 7, but it is only called the 7th update, the correct name is:  CU4HF1 ) Note: Windows 2016 Server is not supported for Skype for Business Server 2015 yet. Version Cumulative Update KB Article 6.0.9319.277 February 2017: CU4 HF1 http://support.microsoft.com/kb/3207506 6.0.9319.272 November 2016: CU4 http://support.microsoft.com/kb/3199093 6.0.9319.259 June 2016: CU3 http://support.microsoft.com/kb/3149227 6.0.9319.235 March 2016: CU2 http://support.microsoft.com/kb/3134260 6.0.9319.102 November 2015: CU1 http://support.microsoft.com/kb/3097645 6.0.9319.88 September 2015: RTM HF2 http://support.microsoft.com/kb/3098601 6.0.9319.55 June 2015: RTM HF1 http://support.microsoft.com/kb/3061059 6.0.9319.0 RTM NA Author: Thomas Poett MVP, Business Unit Lead...

Cumulative Update List (Skype for Business Server 2015)

Version Number, Release Date, Download Link 6.0.9319.235 (CU2) March 2016 http://support.microsoft.com/kb/3134260 6.0.9319.102 November 2015 http://support.microsoft.com/kb/3097645 6.0.9319.88  September 2015 http://support.microsoft.com/kb/3098601 6.0.9319.55  June 2015 http://support.microsoft.com/kb/3061059 6.0.9319.0   RTM NA You can verify the installed component version: Get-CsServerPatchVersion Author: Thomas Poett MVP, Business Unit Lead Microsoft Unified Communication 

Cumulative Update (Lync 2013)

Version Number, Release Date, Download Link 5.0.8308.945 January 2016 http://support.microsoft.com/kb/3126637 5.0.8308.941 December 2015 http://support.microsoft.com/kb/3120728 5.0.8308.933 September 2015 http://support.microsoft.com/kb/3081740 5.0.8308.920 July 2015 http://support.microsoft.com/kb/3066655 5.0.8308.887 May 2015 http://support.microsoft.com/kb/3051949 5.0.8308.872 February 2015 http://support.microsoft.com/kb/3031061 5.0.8308.857 December 2014 http://support.microsoft.com/kb/3018158 5.0.8308.834 November 2014 http://support.microsoft.com/kb/3010032 5.0.8308.831 October 2014 http://support.microsoft.com/kb/3001616 5.0.8308.815 September 2014 http://support.microsoft.com/kb/2987510 5.0.8308.738 August 2014 http://support.microsoft.com/kb/2937310 5.0.8308.577 January 2014 http://support.microsoft.com/kb/2905048 5.0.8308.556 October 2013 http://support.microsoft.com/kb/2881684 5.0.8308.420 July 2013 http://support.microsoft.com/kb/2819565 5.0.8308.291 Febru...

Summary Lync 2013 Cumulative Updates and Database Updates

Do not forget and update the Lync backend databases. ;) We need to patch all the databases, and the LIS / XDS from CMS. First we remember, the Standard Edition has its own local SQL Server containing all databases necessary for its related Frontend Services, therefore a single command similar as for the SQL Backends is required. If you have an Enterprise setup, you need to identify which features are installed, e.g. only native or incl. Archiving/ Monitoring, or even Persistent Chat. This separated databases require their own commands. For the entire process based on Enterprise Deployment, please enumerate your Topology and identify the configured components. Lync Standard Edition: Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn SE.FQDN -Verbose Lync Server 2013 Enterprise Edition Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn FEBE.FQDN -DatabasePaths "D:\LOGS","D:\DATA"  -SqlInstanceName   DBInstance -Verbose   Lync Server 20...

Lync 2013 CU1 Error : "Cannot find any suitable disks for database files. You must manually specify database paths."

Image
If you are running the second step in upgrading Lync Server 2013 CU1: Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn SE.FQDN -Verbose You might run into an error: Error: An error occurred: "Microsoft.Rtc.Management.Deployment.DeploymentExecption" "Cannot find any suitable disks for database files. You must manually specify database paths." Solution: This error is simply a problem with your disk space. You only need to make sure you have sufficient disk space left. As far as I figured out, you need at least 20GB left on your HDD.   Author: Thomas Pött Managing Consultant Microsoft UC

Lync 2013 Cumulative Update with mirrored database

Beside some Client Updates also the Server components are updated and some issues were addressed. Caution: if you are updating the Lync 2013 Server installation and you have Database Mirroring installed, you need to break the mirror and initiate the update, afterwards you have to reestablish the mirror again: Get-CsDatabaseMirrorState -PoolFqdn Pool.FQDN -Verbose Uninstall-CsMirrorDatabase -DatabaseType Application -SqlServerFQDN EEBE.FQDN -SqlInstanceName SQLInstanceName -DropExistingDatabasesOnMirror -Verbose Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn EEBE.Fqdn -Verbose Install-CsMirrorDatabase -DatabaseType Application -SqlServerFQDN EEBE.Fqdn -SqlInstanceName SQLInstanceName -FileShare MirrorFileshare -Verbose Get-CsDatabaseMirrorState -PoolFqdn Pool.FQDN -Verbose Cumulative Updates & Administrative Tools Lync Server 2013, February 2013 CU1 Lync Server 2013 Resource Kit Tools Lync Server 2013 Debugging Tools Lync Server 2013 Whiteboard...

Lync 2013 Client CU1 released

Image
Just for some clarification: You need to identify your download package, depending which version you have installed.   How to obtain and install the update The following files are available for download from the Microsoft Download Center: Lyncloc (THIS MEANS: LYNC 2013 BASIC CLIENT - downloadable version) Download the x86 package now.       Download the x64 package now.   Msores (THIS MEANS: LYNC 2013 FULL CLIENT with OFFICE 2013) Download the x86 package now.           Download the x64 package now.     Author: Thomas Pött Managing Consultant Microsoft UC