Setting Internal Server Ports for Mobility
Topic Last Modified: 2011-12-15
The Lync Server 2010 Mobility Service requires two new ports on internal servers: one for the internal Web Services and one for the external Web Services.
To set ports for internal servers
Log on to the computer as a user who is a member of the RTCUniversalServerAdmins group.
Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Management Shell.
Set the port for the internal Web Services. At the command line, type:
Set-CsWebServer -Identity <name of pool> -McxSipPrimaryListeningPort 5086
For example:
Set-CsWebServer -Identity pool01.contoso.com -McxSipPrimaryListeningPort 5086
Where pool01.contoso.com is the pool where the Mobility Service will be installed
Set the port for the external Web Services. At the command line, type:
Set-CsWebServer -Identity <name of pool> -McxSipExternalListeningPort 5087
For example:
Set-CsWebServer -Identity pool01.contoso.com -McxSipExternalListeningPort 5087
Where pool01.contoso.com is the pool where the Mobility Service will be installed
Note
The Set-CsWebServer cmdlet runs Publish-CsTopology to publish the updated topology.
At the command line, type the following:
Enable-CsTopology -verbose