Exchange Server 2016管理系列课件46.DAG管理之Powershell创建DAG

以下例子来自官方网站,适用于不同的创建DAG的场景

The following example creates a DAG named DAG1, which is configured to use the witness server FILESRV1 and the local directory C:\DAG1. DAG1 is also configured to use DHCP for the DAG‘s IP addresses.

New-DatabaseAvailabilityGroup -Name DAG1 -WitnessServer FILESRV1 -WitnessDirectory C:\DAG1

The next example creates a DAG named DAG2. For the DAG‘s witness server, the system automatically selects an Exchange 2016 server with Client Access services that is in the local Active Directory site. DAG2 is assigned a single static IP address because in this example all DAG members have the MAPI network on the same subnet.

New-DatabaseAvailabilityGroup -Name DAG2 -DatabaseAvailabilityGroupIPAddresses 10.0.0.8

This example creates the DAG DAG3. DAG3 is configured to use the witness server MBX2 and the local directory C:\DAG3. DAG3 is assigned multiple static IP addresses because its DAG members are on different subnets on the MAPI network.

New-DatabaseAvailabilityGroup -Name DAG3 -WitnessServer MBX2 -WitnessDirectory C:\DAG3 -DatabaseAvailabilityGroupIPAddresses 10.0.0.8,192.168.0.8

This example creates the DAG DAG4 that‘s configured to use DHCP. In addition, the witness server will be automatically selected by the system, and the default witness directory will be created.

New-DatabaseAvailabilityGroup -Name DAG4

This example creates the DAG DAG5 that will not have an administrative access point (valid for Windows Server 2012 R2 DAGs only). In addition, MBX4 will be used as the witness server for the DAG, and the default witness directory will be created.

New-DatabaseAvailabilityGroup -Name DAG5 -DatabaseAvailabilityGroupIPAddresses ([System.Net.IPAddress]::None) -WitnessServer MBX4

查询DAG组是否创建成功

Get-DatabaseAvailabilityGroup <DAGName> | Format-List

获取更多IT资讯,您也可以关注下方的微信公众号:

曾垂鑫的网络课堂,曾垂鑫大讲堂 - 51CTO学院

http://edu.51cto.com/lecturer/639838.html

原文地址:http://blog.51cto.com/543925535/2088487

时间: 2024-10-31 19:16:59

Exchange Server 2016管理系列课件46.DAG管理之Powershell创建DAG的相关文章

Exchange Server 2016管理系列课件03.管理邮箱配额限制

备注:本文是Exchange Server 2016管理系列的配套课件,更加详细的讲解请参考视频课程,文章结尾有视频课程主页的链接. 如果不在用户级别做配额限制,那默认将遵从数据库级别的配额设置. 用户级别 打开[收件人],选择[邮箱],然后选择具体的邮箱进行编辑.在邮箱属性里面,查看邮箱使用情况,默认情况下是遵从数据库级别的配额设置.默认有三个配额选项可以设置,具体每个选项代表什么意思,请仔细阅读下面图片的提示信息. 数据库级别 编辑数据库的属性. powershell方式设置单个用户配额限制

Exchange Server 2016 独立部署/共存部署 (四)&mdash;&mdash; 配置DAG(上)

上一章我们完成了Exchange 2016的程序安装,如果顺利的话,我们可以很高兴的在组织内看到我们才安装完成的Exchange Server 2016. 那么今天就来说一下关于服务器的配置问题. 其实我考虑了很久到底写不写关于服务器配置的东西,为什么会犹豫呢? 因为Exchange 2016的配置和 Exchange 2013的配置,几乎一模一样. 其实很多前期细致的配置我在之前 安装部署Exchange 2013 的系列文章中已经写到了,加上我这里是共存部署,所以很多东西都没有新建过程的截图

Exchange Server 2016安装部署系列一:Exchange 简述,环境需求及部署规划

Exchange Server 2016简述 MicrosoftExchange Server 2016 为 Exchange Server(提供电子邮件.日程安排和用于自定义协作与消息传送服务应用程序的工具的消息传送平台)引入了一组新技术.功能和服务.它的目标是支持人们和组织将工作重心从通信转移到协作.同时 Exchange 2016 还可以帮助降低总拥有成本(无论是部署本地 Exchange 2016 还是在云中预配邮箱) Exchange 2016 体系架构中,服务器角色分为: 邮箱服务器

Exchange Server 2016安装部署系列二: 邮箱服务器角色安装

本篇博文进入Exchange server 2016 安装部署系列的第二部分:Exchange server 2016的邮箱服务器安装,本文以exch01.itwish.cn 服务器为例进行演示安装,配置exch01.itwish.cn 服务器与exc02.itwish.cn作为Exchange server 2016 的邮箱服务器角色.对于该文章不完善之处,望在评论区指正,万分感谢 . 计算机准备 1.exch01.itwish.cn服务器定义计算机名exch01,ip 地址  172.16.

Exchange Server 2016安装部署系列三: 边缘传输角色部署及边缘订阅

本篇博文进入Exchange server 2016 安装部署系列的第三部分:Exchange server 2016的边缘传输服务器安装及边缘订阅功能配置,本文以 edge 服务器为例进行演示安装,该服务器将作为Exchange server 2016 的邮箱边缘传输服务器角色.对于该文章不完善之处,望在评论区指正,万分感谢 . 边缘传输服务器简述 边缘传输服务器通过提供邮件中继和智能主机服务为你的 Exchange 组织处理所有入站和出站 Internet 邮件流.运行在边缘传输服务器上的代

使用图形化界面管理 Exchange Server 2016

在日常的工作您将频繁的使用图形化的管理界面管理您的Exchange Server ,它们包括 Exchange 管理控制台(EAC).office 365 管理控制台和 Exchange 工具箱. 在 Exchange Server 2013 时,就不能使用基于 Microsoft Management Console (MMC) 的管理控制台了,我们只能通过 Web 的方式管理Exchange Server.在Exchange Server 2016 也是通用如此.Exchange 管理控制台

Exchange Server 2016 之七:体系结构

新的Exchange Server 2016已经由2013的前后端角色合并在了一台服务上,缩减后的体系架构也让16的高可用架构有了变化!我们来看看Exchange 2016中的架构变成什么样了吧,也看看我们的高可用架构应该怎么去设计. 以下多数内容来自Technet: https://technet.microsoft.com/zh-cn/library/jj150491(v=exchg.160).aspx ------------------华丽的分割线-------------------

Exchange Server 2016 图文安装详解

本文主要介绍新版本的 Exchange Server 2016 的安装及在安装所有中可能会遇到的问题,希望对大家在安装 Exchange Server 2016 时有所帮助,也希望大家积极参与Exchange中文站的相关技术讨论,有问题直接在评论处留言哦.Exchange 2016 的安装并没有很大难度,几乎可以完全按照提示说明安装即可. 本文Exchange中文站(http://www.exchangecn.com)介绍的环境是在Windows Server 2012环境下进行,请确保已经安装

Exchange Server 2016 独立部署/共存部署 (一)&mdash;&mdash; 前期准备

今天很高兴终于开始写关于Exchange 2016的部署文章了,大家从题目应该不难猜出来,其实本次的Exchange Server 2016部署是从Exchange Server 2010升级而来,在我之前的文章中其实也透露过. 但是考虑到Exchange Server 2016如今的这种众人皆知的"简易化"架构体系,我觉得其实共存部署的难度和内容比独立部署内容还要多一些,所以还是准备就不另外搭建测试环境了,就用这个现成的环境吧! 其实这样也挺好,至少说针对那些正要做Exchange升