Aplicar parches a servidores front-end o actualizarlos en Skype Empresarial Server 2015Patch or update Front End Servers in Skype for Business Server 2015
Resumen: obtener información sobre cómo aplicar actualizaciones o revisiones a servidores frontales en Skype para Business Server.Summary: learn how to apply upgrades or patches to Front End Servers in Skype for Business Server.
Cuando la revisión en los servidores de un grupo de servidores Front-End, hacer por lo que un servidor en un momento.When you patch the servers in a Front End pool, you do so one server at a time.
Para aplicar una actualización a los servidores front-end de un grupo de servidoresTo apply an upgrade to the Front End servers in a pool
Escriba el siguiente cmdlet:Type the following cmdlet:
Get-CsPoolFabricState -PoolFqdn <PoolFQDN>
Si este cmdlet muestra alguna réplica que falte, ejecute el siguiente cmdlet para recuperar el grupo antes de aplicar cualquier parche:If this cmdlet shows any missing replicas, then run the following cmdlet to recover the pool before you apply any patches.
Reset-CsPoolRegistrarState -ResetType QuorumLossRecovery
Ejecute el siguiente cmdlet en el primer servidor al que desee aplicar un parche:On the first server you want to patch, run the following cmdlet:
Invoke-CsComputerFailOver -ComputerName <Front End Server to be patched>
Este cmdlet mueve todos los servicios a otros servidores frontales en la agrupación y desconecta este servidor.This cmdlet moves all services to other Front End Servers in the pool, and takes this server offline.
Aplique la actualización o revisión en el servidor desconectado.Apply the upgrade or patch to this server.
En el servidor actualizado, ejecute el cmdlet siguiente:On the upgraded server, run the following cmdlet:
Invoke-CsComputerFailBack -ComputerName <Front End Server to be patched>
El servidor vuelve al servicio.The server is returned to service.
Repita los pasos 2 a 4 para cada servidor que necesite una actualización.Repeat Steps 2-4 for each server that needs to be upgraded.