Topic Last Modified: 2013-11-19

When you add a Front End Server to a pool, or remove a Front End Server from a pool, you then need to restart the pool. To prevent any interruption of service to users, use the following procedure when adding or removing a Front End Server.

To add or remove Front End servers

  1. If you are removing any Front End Servers, first stop new connections to those servers. To do so, you can use the following cmdlet:

    Copy Code
    Stop -CsWindowsServices -Graceful
    
  2. When the servers being removed have no current sessions, stop Lync Server services on them.

  3. Open Topology Builder, and add or remove the necessary servers.

  4. Publish the topology.

  5. If the pool has gone from having two Front End Servers to more than two, or gone from more than two servers to exactly two, you need to type the following cmdlet:

    Copy Code
    Reset-CsPoolRegistrarState-ResetType FullReset -PoolFqdn <PoolFqdn>
    

    If the pool has three or more servers, then at least three of those servers must be running when you type this cmdlet.

  6. Restart all Front End Servers in the pool, one at a time.