天天看點

部署高可用的Lync Server 2013 Part 5 準備LYNC伺服器

好,一切準備就緒,現在開始準備我們正式的lync伺服器:

2台前端伺服器

2台邊緣伺服器

2台中介伺服器

2台持久聊天伺服器

2台office web app伺服器

2台控制器伺服器

2台反向代理伺服器,我們用Haproxy+keepalived

所有伺服器安裝好系統,打好所有更新檔

前端伺服器需要安裝的功能powershell:

Add-WindowsFeature RSAT-ADDS, Web-Server, Web-Static-Content, Web-Default-Doc, Web-Http-Errors, Web-Asp-Net, Web-Net-Ext, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Http-Logging, Web-Log-Libraries, Web-Request-Monitor, Web-Http-Tracing, Web-Basic-Auth, Web-Windows-Auth, Web-Client-Auth, Web-Filtering, Web-Stat-Compression, Web-Dyn-Compression, NET-WCF-HTTP-Activation45, Web-Asp-Net45, Web-Mgmt-Tools, Windows-Identity-Foundation,Web-Scripting-Tools, Web-Mgmt-Compat, Desktop-Experience, Telnet-Client, BITS,RSAT-DNS-Server,MSMQ-Server,MSMQ-Directory -source F:\sources\sxs -restart

邊緣伺服器需要安裝的功能powershell

Add-WindowsFeature Web-Asp-Net45, Web-Mgmt-Tools,Windows-Identity-Foundation,Telnet-Client -source F:\sources\sxs -restart

中介伺服器需要安裝的功能powershell

Office Web App伺服器需要安裝的功能Powershell

Add-WindowsFeature Web-Server,Web-Mgmt-Tools,Web-Mgmt-Console,Web-WebServer,Web-Common-Http,Web-Default-Doc,Web-Static-Content,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Security,Web-Filtering,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext45,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,InkandHandwritingServices -source F:\sources\sxs -restart

控制器伺服器需要安裝的功能powershell

Add-WindowsFeature RSAT-ADDS, Web-Server, Web-Static-Content, Web-Default-Doc, Web-Http-Errors, Web-Asp-Net, Web-Net-Ext, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Http-Logging, Web-Log-Libraries, Web-Request-Monitor, Web-Http-Tracing, Web-Basic-Auth, Web-Windows-Auth, Web-Client-Auth, Web-Filtering, Web-Stat-Compression, Web-Dyn-Compression, NET-WCF-HTTP-Activation45, Web-Asp-Net45, Web-Mgmt-Tools, Windows-Identity-Foundation,Web-Scripting-Tools, Web-Mgmt-Compat, Desktop-Experience, BITS,MSMQ-Server,MSMQ-Directory -source F:\sources\sxs -restart

除此之外,邊緣伺服器的配置較多:

配置網卡:

内網網卡不配置網關和DNS

外網網卡配置公網IP和公網DNS

配置網卡路由:

當需要通路的IP為内部IP時,走内部網卡:

檢視好網卡的裝置名稱:

在powershell輸入route print,記住對應的内網網卡的ID号:

添加一條永久路由,讓所有内網通路都走内網網卡:

Route add 192.168.1.0 mask 255.255.255.0 192.168.1.201 if 12 –p

配置主機名:

邊緣伺服器不加域,且修改DNS字尾為contoso.com

同時我們需要在内部DNS伺服器上添加兩天邊緣伺服器的A記錄和邊緣池的記錄。

本文出自 “” 部落格,請務必保留此出處