- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
g虚拟机的准备:
使用Hyper-v在模板基础上做了三台Windows 2008 R2 Enterprise 64 bit的虚拟机。
41
42
43
这里需要注意的是,在cmd窗口使用命令:whoami /user查看下计算机的SID号,如果都一样,需要使用C:\Windows\System32\sysprep\sysprep /oobe /generalize /reboot 命令重新初始化一下虚拟机的SID,否则在后面安装部署会碰到很多问题。
配置为域名服务器:
使用本机administrator帐号登录,在命令行运行命令:dcpromo提升该机为主域名服务器
(新林中新建域,域名为→林、域功能级别均为windows server 2008→此域控制器作DNS服务器全局编录,DNS站点:Default-First-Site-Name→目录服务还原模式的administrator密码为zxc?123)
登录用户名:Shu\shuadmin
为lync系统配置域名:
41 A mh-live-test1 (DC、DNS、CA)
42 A mh-live-test2(Lync server 2010)
43 A mh-live-test3 (lync client)
D 42
M 42
A 42
_sipinternaltls 5061 _tcp SRV mh-live-test2
Configure a DNS SRV record
1. On the DNS server, click Start, click Administrative Tools, and then click DNS.
2. In the console tree for your SIP domain, expand Forward Lookup Zones, and then right-click the SIP domain in which Lync Server 2010 will be installed.
3. Click Other New Records.
4. In Select a resource record type, click Service Location (SRV), and then click Create Record.
5. Click Service, and then type _sipinternaltls.
6. Click Protocol, and then type _tcp.
7. Click Port Number, and then type 5061.
8. Click Host offering this service, and then type the FQDN of the Standard Edition Server ().
9. Click OK, and then click Done. Create a DNS A record
1. On the DNS server, click Start, click Control Panel, click Administrative Tools, and then click DNS.
2. In the console tree for your domain, expand Forward Lookup Zones, and then right-click the domain in which your Lync Server will be installed.
3. Click New Host (A).
4. Click Name (uses parent domain name if blank), and then type the name of the Standard Edition Server.
5. Click IP Address, and then type the IP address of the Standard Edition Server.
6. Click Add Host, and then click OK.
7. To create an additional A record, repeat steps 4 and 5.
8. When you are finished creating all the A records that you need, click Done.
配置证书服务器
使用域管理员帐号登录进去,安装证书服务
(1)在一台Windows Server 2008虚拟机中(未安装IIS、未升级到AD,其他任务服务都没有安
文档评论(0)