Första Lync 2013 uppdateringen har kommit 26 februari CU1
Komihåg : Detta är inte en hel ServicePack utan en samlad uppdatering = CU ,
Nu finns Lync 2013 patchar från 26 Februari 2013 tillgängliga från Microsoft
Dessa innehåller uppdateringar för Core, Webbkomponenter, konferenstjänster, telefonitjänster, funktioner i Call park tjänsten för Lync 2013
Lync Server 2013 KB 2809243 | 4.0.2013 | http://www.microsoft.com/en-us/download/details.aspx?id=36820 |
Vad är fixat?
- 2793014 Error message when you try to join a Lync Online meeting that is created by a user in a non-federated organization in Lync 2010
- 2796746 You cannot join a Lync Online meeting that is created by a user in a non-federated organization in Lync 2010
- 2793344 “Server not compatible. Live Meeting cannot connect to the version of server” error message when you try to join a meeting by using Office Live Meeting
OBS, databasen måste uppdateras efter att du har installerat uppdateringen, annars startar inte tjänsterna!.
Efter du har installerat uppdateringen för Core Components server rollen på en Lync Server 2013 Enterprise Edition front end server eller på en Lync Server 2013 Standard Edition server, så droppas den uppdaterade SQL databasen.
För att fixa databasen kör följande kommando:
Lync Server 2013 Standard Edition
Lync Server 2013 Enterprise Edition
OBS Olika typer av Lync Server 2013 Enterprise Edition back end server har en spegelkopia och det finns också mirrored Enterprise Edition back end servrar som har Central Management Server collocated.
-
Ingen Spegel (No Mirror)
Om Lync Server 2013 Enterprise Edition back end servers inte har SQL mirroring configured, kör kommando:
Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn Sqlserver.company.local -UseDefaultSqlPaths -Verbose
Note In a Lync Server 2013 Enterprise Edition environment in which the archiving or monitoring services are collocated with a Lync Server 2013 Enterprise Edition back end server, run this cmdlet on the Enterprise Edition front end server.
-
Med Spegel (With Mirror)
Om Lync Server 2013 Enterprise Edition back end servers har SQL mirroring, kör dessa kommando:
- ta reda på mirror database status:
Get-CsDatabaseMirrorState -PoolFqdn Pool.FQDN -Verbose
- In the returned results, the value of the StateOnPrimary field should be “Principal” for all the databases that are associated with the server pool.
- If an SQL database mirroring witness is deployed, some databases may fail over to the primary database, and other databases may fail over to the mirror database. If you do not configure all databases to fail over to the primary database before you run the Uninstall-CsMirrorDatase cmdlet, the databases are split across both servers.
- ta bort spegel information mirror (gör sönder spegeln):
Uninstall-CsMirrorDatabase -DatabaseType Application -SqlServerFQDN EEBE.FQDN -SqlInstanceName SQLInstanceName -DropExistingDatabasesOnMirror -Verbose
- Uppdatera master databasen:
Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn EEBE.Fqdn -UseDefaultSqlPaths -Verbose
Note In a Lync Server 2013 Enterprise Edition environment in which the archiving or monitoring services are collocated with an Enterprise Edition back end server, run this cmdlet on the Lync Server 2013 Enterprise Edition back end server.
- Laga spegeldatabasen:
Install-CsMirrorDatabase -DatabaseType Application -SqlServerFQDN EEBE.Fqdn -SqlInstanceName SQLInstanceName -FileShare MirrorFileshare -UseDefaultSqlPaths -Verbose
- Kontrollera status på spegel mirror databasen:
Get-CsDatabaseMirrorState -PoolFqdn Pool.FQDN -Verbose
- ta reda på mirror database status:
http://www.microsoft.com/en-us/download/details.aspx?id=36820
KB heter KB 2809243