設定行動的內部伺服器連接埠

 

上次修改主題的時間: 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