Exchange2013 服务器配置-- DAG(四)

前期我们介绍了在Exchange2010下如何通过多台Mailbox Server部署DAG实现Mailbox的高可用性,同时我们在前几篇文章又介绍到如何部署一个全新的Exchange2013环境,而且实现了内部邮件的互发,那今天呢,我们就介绍一下,Exchange2013如何实现Mailbox的高可用性-----DAG,具体功能咱们就不多介绍了,具体操作见下:

我在我的两台Mailbox服务器上安装两块网卡。一块网卡传递心跳信号,一块网卡用于生产环境。如果其中一个网卡有故障都不会出现断线或复制错误的现象,具体操作见下;

1. 环境介绍

2. 配置服务器信息(网卡信息)

3. 安装Exchange2013所需角色,部署环境内的第一台Mailbox服务器(同时将数据库名称更改为:Ex2013-MB01)

4. 安装Exchange2013所需角色,部署环境内的第二台Mailbox服务器(同时将数据库名称更改为:Ex2013-MB02)

5. 安装Exchange2013所需角色,部署环境内的第一台CAS服务器(同时将数据库名称更改为:Ex2013-CAS01)

6. 配置见证服务器路径及权限

7. 创建DAG

8. 管理DAG成员

9. 添加数据库副本

10. DAG环境的测试及总结

一、环境介绍:

Domain name: abc.com

Hostname:abc-dc

Ip:192.168.100.2

Roles:DC、DHCP、CA、见证服务器

Hostname:Ex2013-MB01

Ip:192.168.100.10

Heart-line:100.100.100.10

Roles:Mailbox Server

Hostname:Ex2013-MB02

Ip:192.168.100.11

Heart-line:100.100.100.11

Roles:Mailbox Server

Hostname:Ex2013-CAS01

Ip:192.168.100.20

Heart-line:100.100.100.20

Roles:CAS Server

Hostname:Ex2013-CAS02

Ip:192.168.100.21

Heart-line:100.100.100.21

Roles:CAS Server

群集虚拟IP: Ex2013-DAG=192.168.100.100

Exchange2013 服务器配置-- DAG(四)_exchange2013

第一、网卡配置:Ex2013-MB01

Exchange2013 服务器配置-- DAG(四)_exchange2013_02

地址:192.168.100.10 DNS:192.168.100.2

Exchange2013 服务器配置-- DAG(四)_exchange2013_03

更改心跳线网卡属性----除了Internet协议版本4(tcp/ip)以外全部去掉勾选

Exchange2013 服务器配置-- DAG(四)_exchange2013_04

心跳地址:100.100.100.10

Exchange2013 服务器配置-- DAG(四)_exchange2013_05

去掉勾选-附加主DNS后缀的父后缀、在DNS中注册此链接的地址

Exchange2013 服务器配置-- DAG(四)_exchange2013_06

去掉勾选—启用LMHOSTS查找、禁用TCP/IP上的NETBIOS

Exchange2013 服务器配置-- DAG(四)_exchange2013_07

设置网卡优先级---组织—布局---菜单栏

Exchange2013 服务器配置-- DAG(四)_exchange2013_08

高级—高级设置

Exchange2013 服务器配置-- DAG(四)_exchange2013_09

将本地网络设置优先级高即可

Exchange2013 服务器配置-- DAG(四)_exchange2013_10

将计算机命名为:Ex2013-MB01的独立服务器加入到ABC.COM域内

Exchange2013 服务器配置-- DAG(四)_exchange2013_11

同时设置Ex2013-MB02

Ip:192.168.100.11 DNS:192.168.100.2

Exchange2013 服务器配置-- DAG(四)_exchange2013_12

设置心跳线,除了Internet协议版本4(tcp/ip)去除全部勾选

Exchange2013 服务器配置-- DAG(四)_exchange2013_13

心跳地址:100.100.100.11

Exchange2013 服务器配置-- DAG(四)_exchange2013_14

去除勾选---在DNS中注册此链接的地址

Exchange2013 服务器配置-- DAG(四)_exchange2013_15

切换到wins选项---去除启用LMHOSTS查找、禁用TCP/IP上的Netbios

Exchange2013 服务器配置-- DAG(四)_exchange2013_16

设置本地网络优先级高

Exchange2013 服务器配置-- DAG(四)_exchange2013_17

将命名为Ex2013-MB02的独立服务器加入到ABC.COM

Exchange2013 服务器配置-- DAG(四)_exchange2013_18

加域后重启后在Ex2013-MB01测试心跳线及本地网络之间的网络通信

Exchange2013 服务器配置-- DAG(四)_exchange2013_19

安装前准备:邮箱角色服务器安装

1.通过Windows Powershell中运行Install-WindowsFeature RSAT-ADDS安装ADDS管理工具。

Exchange2013 服务器配置-- DAG(四)_exchange2013_20

2.接下来进行邮箱角色的先决条件准备,在Windows Powershell中运行以下脚本进行安装相应服务,然后重启服务器。

Install-WindowsFeature AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation

Exchange2013 服务器配置-- DAG(四)_exchange2013_21

Exchange2013 服务器配置-- DAG(四)_exchange2013_22

重启后安装以下应用程序;Exchange2013必备程序;具体程序下载链接见:Exchange2013 RTM初体验(一)

Exchange2013 服务器配置-- DAG(四)_exchange2013_23

Exchange2013 服务器配置-- DAG(四)_exchange2013_24

Exchange2013 服务器配置-- DAG(四)_exchange2013_25Exchange2013 服务器配置-- DAG(四)_exchange2013_26

Exchange2013 服务器配置-- DAG(四)_exchange2013_27

Exchange2013 服务器配置-- DAG(四)_exchange2013_28

Exchange2013 服务器配置-- DAG(四)_exchange2013_29

Exchange2013 服务器配置-- DAG(四)_exchange2013_30

运行appwiz.cpl打开添加删除程序,卸载Microsoft Visual C++ 2008、2012 Redistributable (x64)

Exchange2013 服务器配置-- DAG(四)_exchange2013_31

Exchange2013 服务器配置-- DAG(四)_exchange2013_32

Exchange2013 服务器配置-- DAG(四)_exchange2013_33

安装Exchange2013应用程序

Exchange2013 服务器配置-- DAG(四)_exchange2013_34

Exchange2013 服务器配置-- DAG(四)_exchange2013_35

Exchange2013 服务器配置-- DAG(四)_exchange2013_36

我们仅仅只勾选Mailbox roles即可

Exchange2013 服务器配置-- DAG(四)_exchange2013_37

Exchange2013 服务器配置-- DAG(四)_exchange2013_38

Exchange2013 服务器配置-- DAG(四)_exchange2013_39

Exchange2013 服务器配置-- DAG(四)_exchange2013_40

开始安装Exchange2013

Exchange2013 服务器配置-- DAG(四)_exchange2013_41

在我们大概30分钟的等待下安装成功

Exchange2013 服务器配置-- DAG(四)_exchange2013_42

我们接下来部署第二台Mailbox Server;具体方法跟上面一样

Exchange2013 服务器配置-- DAG(四)_exchange2013_43

Exchange2013 服务器配置-- DAG(四)_exchange2013_44

一、邮箱角色服务器安装

1.在Windows Powershell中运行Install-WindowsFeature RSAT-ADDS安装ADDS管理工具。

Exchange2013 服务器配置-- DAG(四)_exchange2013_45

2.接下来进行邮箱角色的先决条件准备,在Windows Powershell中运行以下脚本进行安装相应服务,然后重启服务器。

Install-WindowsFeature AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation

Exchange2013 服务器配置-- DAG(四)_exchange2013_46

重启后安装以下应用程序;Exchange2013必备程序

Exchange2013 服务器配置-- DAG(四)_exchange2013_47

Exchange2013 服务器配置-- DAG(四)_exchange2013_48

Exchange2013 服务器配置-- DAG(四)_exchange2013_49

Exchange2013 服务器配置-- DAG(四)_exchange2013_50

Exchange2013 服务器配置-- DAG(四)_exchange2013_51

Exchange2013 服务器配置-- DAG(四)_exchange2013_52

Exchange2013 服务器配置-- DAG(四)_exchange2013_53

Exchange2013 服务器配置-- DAG(四)_exchange2013_54

Exchange2013 服务器配置-- DAG(四)_exchange2013_55

开始安装Exchange应用程序

Exchange2013 服务器配置-- DAG(四)_exchange2013_56

Exchange2013 服务器配置-- DAG(四)_exchange2013_57

Exchange2013 服务器配置-- DAG(四)_exchange2013_58

Exchange2013 服务器配置-- DAG(四)_exchange2013_59

我们还是选择Mailbox role

Exchange2013 服务器配置-- DAG(四)_exchange2013_60

Exchange2013 服务器配置-- DAG(四)_exchange2013_61

Exchange2013 服务器配置-- DAG(四)_exchange2013_62

Exchange2013 服务器配置-- DAG(四)_exchange2013_63

安装完成

Exchange2013 服务器配置-- DAG(四)_exchange2013_64

接下来呢,我们需要部署一台CAS服务器,我们前面说了,Exchange2013优化到了两种角色,一个是Mailbox一个是CAS服务器,而CAS角色包括了:CAS、HUB等角色,具体操作见下:ip:192.168.100.20 DNS:192.168.100.2

Exchange2013 服务器配置-- DAG(四)_exchange2013_65

计算机命名:Ex2013-CAS01,同时加入到ABC.COM域内

Exchange2013 服务器配置-- DAG(四)_exchange2013_66

安装前准备--CAS服务器安装

1.在Windows Powershell中运行Install-WindowsFeature RSAT-ADDS安装ADDS管理工具、部署客户端访问服务器

1.安装客户端访问服务器时,在Windows Powershell中执行以下脚本,安装所需的服务和功能。

Install-WindowsFeature AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation

Exchange2013 服务器配置-- DAG(四)_exchange2013_67

Exchange2013 服务器配置-- DAG(四)_exchange2013_68

重启后安装一下三个软件

Exchange2013 服务器配置-- DAG(四)_exchange2013_69

Exchange2013 服务器配置-- DAG(四)_exchange2013_70

Exchange2013 服务器配置-- DAG(四)_exchange2013_71

Exchange2013 服务器配置-- DAG(四)_exchange2013_72

Exchange2013 服务器配置-- DAG(四)_exchange2013_73

Exchange2013 服务器配置-- DAG(四)_exchange2013_74

Exchange2013 服务器配置-- DAG(四)_exchange2013_75Exchange2013 服务器配置-- DAG(四)_exchange2013_76

Exchange2013 服务器配置-- DAG(四)_exchange2013_77

安装Ex2013应用程序

Exchange2013 服务器配置-- DAG(四)_exchange2013_78

Exchange2013 服务器配置-- DAG(四)_exchange2013_79

Exchange2013 服务器配置-- DAG(四)_exchange2013_80

Exchange2013 服务器配置-- DAG(四)_exchange2013_81

Exchange2013 服务器配置-- DAG(四)_exchange2013_82

选择安装CAS角色

Exchange2013 服务器配置-- DAG(四)_exchange2013_83

Exchange2013 服务器配置-- DAG(四)_exchange2013_84

Exchange2013 服务器配置-- DAG(四)_exchange2013_85

开始安装

Exchange2013 服务器配置-- DAG(四)_exchange2013_86

安装完成

Exchange2013 服务器配置-- DAG(四)_exchange2013_87

到此为止,我们的环境已满足部署DAG了,下面就需要我们进行DAG相关的配置了,

通过IE访问CAS服务器的FQDN打开 Exchange管理中心

https://CAS(FQDN)/ecp

https://Ex2013-CAS01.ABC.COM/ECP

角色单独安装的话,需要访问CAS服务角色

Exchange2013 服务器配置-- DAG(四)_exchange2013_88

Exchange2013 服务器配置-- DAG(四)_exchange2013_89

我们切换到服务器标签---服务器选项---我们看见,我当前的环境有两台MAILBOX Server一台CAS server。

Exchange2013 服务器配置-- DAG(四)_exchange2013_90

我们切换到服务器选项----数据库,发现有两个默认的数据库,因为每台Mailbox server上都有一个默认的数据库

Exchange2013 服务器配置-- DAG(四)_exchange2013_91

为了更好的区分,我需要对数据库进行重命名,选定数据库进行编辑

我们对数据库的命名根据当前Mailbox Server的Hostname进行命名的。

Exchange2013 服务器配置-- DAG(四)_exchange2013_92

Exchange2013 服务器配置-- DAG(四)_exchange2013_93我们用同样的方法对第二个数据库进行编辑重命名

Exchange2013 服务器配置-- DAG(四)_exchange2013_94

Exchange2013 服务器配置-- DAG(四)_exchange2013_95因为我用环境内的DC做为mailbox Server的见证服务器,所以我要在我当前的DC上创建DAG路径(可选);我已在DC的D盘下创建一个DAG名称的文件夹;现在需要将该文件夹授权,设置共享,然后添加abc\administrator的可写权限;添加 Exchange Trusted subsystem的可读写权限

Exchange2013 服务器配置-- DAG(四)_exchange2013_96

然后在我域内-Builtin---administrator下的成员添加Exchange Trusted subsystem、Ex2013-MB01的计算机账户

Exchange2013 服务器配置-- DAG(四)_exchange2013_97

Exchange2013 服务器配置-- DAG(四)_exchange2013_98

同时在添加Ex2013-MB01的计算机账户

Exchange2013 服务器配置-- DAG(四)_exchange2013_99

首先设置对象类型---勾选计算机选项

Exchange2013 服务器配置-- DAG(四)_exchange2013_100

然后输入Mailbox server的计算机名称即可

Exchange2013 服务器配置-- DAG(四)_exchange2013_101

Exchange2013 服务器配置-- DAG(四)_exchange2013_102

接下来是创建 DAG(高可用性组)

切换到服务器标签----数据库可用性组----添加

Exchange2013 服务器配置-- DAG(四)_exchange2013_103

群集虚拟名称:Ex2013-DAG

见证服务器:ABC-DC.ABC.COM

见证目录:D:\DAG

群集虚拟ip:192.168.100.100

Exchange2013 服务器配置-- DAG(四)_exchange2013_104

DAG创建完成

Exchange2013 服务器配置-- DAG(四)_exchange2013_105

接下来我们需要为刚才创建的DAG组内添加成员服务器—单击管理成员服务器

Exchange2013 服务器配置-- DAG(四)_exchange2013_106

Exchange2013 服务器配置-- DAG(四)_exchange2013_107

我们可以看见有两台可添加的Mailbox server

Exchange2013 服务器配置-- DAG(四)_exchange2013_108

我们均添加两台Mailbox server到DAG这个组

Exchange2013 服务器配置-- DAG(四)_exchange2013_109

单击保存

Exchange2013 服务器配置-- DAG(四)_exchange2013_110

开始添加成员服务器

Exchange2013 服务器配置-- DAG(四)_exchange2013_111

Exchange2013 服务器配置-- DAG(四)_exchange2013_112

成员添加完成

Exchange2013 服务器配置-- DAG(四)_exchange2013_113

Exchange2013 服务器配置-- DAG(四)_exchange2013_114

我们查看DNS记录会自动添加一条DAG虚拟群集管理记录

Exchange2013 服务器配置-- DAG(四)_exchange2013_115

Exchange2013 服务器配置-- DAG(四)_exchange2013_116

同时创建了一个虚拟群集计算机

Exchange2013 服务器配置-- DAG(四)_exchange2013_117

更改网络设置

Exchange2013 服务器配置-- DAG(四)_exchange2013_118

Exchange2013 服务器配置-- DAG(四)_exchange2013_119

Exchange2013 服务器配置-- DAG(四)_exchange2013_120

Exchange2013 服务器配置-- DAG(四)_exchange2013_121

Exchange2013 服务器配置-- DAG(四)_exchange2013_122

Exchange2013 服务器配置-- DAG(四)_exchange2013_123

接下来我们添加邮箱数据库副本;

Exchange2013 服务器配置-- DAG(四)_exchange2013_124

我们将Ex2013-MB01的Mailbox 数据库副本挂在到其他服务器上---浏览

Exchange2013 服务器配置-- DAG(四)_exchange2013_125

我们选择Ex2013-MB02

Exchange2013 服务器配置-- DAG(四)_exchange2013_126

Exchange2013 服务器配置-- DAG(四)_exchange2013_127

开始安装数据库副本—将Ex2013-MB01上的数据库副本安装到Ex2013-MB02上实现高可用性

Exchange2013 服务器配置-- DAG(四)_exchange2013_128

添加完成

Exchange2013 服务器配置-- DAG(四)_exchange2013_129

同样我们将Ex2013-MB02的数据库副本安装到Ex2013-MB01上

Exchange2013 服务器配置-- DAG(四)_exchange2013_130

Exchange2013 服务器配置-- DAG(四)_exchange2013_131

Exchange2013 服务器配置-- DAG(四)_exchange2013_132

Exchange2013 服务器配置-- DAG(四)_exchange2013_133

Exchange2013 服务器配置-- DAG(四)_exchange2013_134

Exchange2013 服务器配置-- DAG(四)_exchange2013_135

Exchange2013 服务器配置-- DAG(四)_exchange2013_136