Add Database Availability Group Server operation
The Add Database Availability Group Server process adds a mailbox server to a database availability group (DAG). A DAG is a set of mailbox servers that use continuous replication and managed availability to provide automatic database-level recovery from database, server, or network failures.
The adapter request parameters may differ according to the Microsoft Exchange Server version.
For the list of all supported parameters, refer to the Add-DatabaseAvailabilityGroupServer cmdlet in the Microsoft Exchange documentation specific to your version.
The following figure shows a sample adapter request for the Add Database Availability Group Server operation for Microsoft Exchange version 2016:
<command>
<command-name>Add-DatabaseAvailabilityGroupServer</command-name>
<format-option/>
<verbose-logging/>
<parameters>
<parameter>
<name>Identity</name>
<value>DAG1</value>
</parameter>
<parameter>
<name>MailboxServer</name>
<value>CLM-PUN-020811</value>
</parameter>
</parameters>
</command>
</microsoft-exchange-request>
The following figure shows the response for the adapter request:
<metadata>
<status>success</status>
</metadata>
<targets-output>
<target-output host="clm-pun-020413.bmc.com">
<metadata>
<os-id>Windows Server 2008</os-id>
<os-version>6.3.9600</os-version>
<status>success</status>
</metadata>
<commands-output>
<command-output>
<metadata>
<command>Add-DatabaseAvailabilityGroupServer -Identity:DAG1 -MailboxServer:CLM-PUN-020811 -confirm:$false</command>
<line-count>5</line-count>
<execution-milliseconds>135286</execution-milliseconds>
<exit-code>0</exit-code>
<status>success</status>
</metadata>
<output>
<line index="1">Attempting to connect to remote host...</line>
<line index="2">Initialising rctrlx server component...</line>
<line index="3">Executing remote application: cmd /c "echo . | powershell -PSConsoleFile "C:\Program Files\Microsoft\Exchange Server\V15\Bin\exshell.psc1" -NonInteractive -Command Add-DatabaseAvailabilityGroupServer -Identity:DAG1 -MailboxServer:CLM-PUN-020811 -confirm:$false "</line>
<line index="4">Stdout:</line>
<line index="5">Remote application exited with code: 0</line>
</output>
</command-output>
</commands-output>
</target-output>
</targets-output>
</microsoft-exchange-response>