设置内部服务器端口以实现移动功能

 

上一次修改主题: 2011-12-15

Lync Server 2010 Mobility Service 需要内部服务器上的两个新端口:一个端口用于内部 Web 服务,另一个端口用于外部 Web 服务。

设置内部服务器的端口

  1. 以作为 RTCUniversalServerAdmins 组的成员的用户身份登录计算机。

  2. 启动 Lync Server 命令行管理程序:依次单击“开始”、“所有程序”和“Microsoft Lync Server 2010”,然后单击“Lync Server 命令行管理程序”。

  3. 设置内部 Web 服务的端口。在命令行中键入:

    Set-CsWebServer -Identity <name of pool> -McxSipPrimaryListeningPort 5086
    

    例如:

    Set-CsWebServer -Identity pool01.contoso.com -McxSipPrimaryListeningPort 5086
    

    其中,pool01.contoso.com 是将安装 Mobility Service 的池

  4. 设置外部 Web 服务的端口。在命令行中键入:

    Set-CsWebServer -Identity <name of pool> -McxSipExternalListeningPort 5087
    

    例如:

    Set-CsWebServer -Identity pool01.contoso.com - McxSipExternalListeningPort 5087
    

    其中,pool01.contoso.com 是将安装 Mobility Service 的池

    note注意:
    Set-CsWebServer cmdlet 将运行 Publish-CsTopology 以发布更新后的拓扑。
  5. 在命令行中键入:

    Enable-CsTopology -verbose