Link to home
Start Free TrialLog in
Avatar of WilsonJohn
WilsonJohn

asked on

DAG

Please let me know the proedure for creating database availability group
Avatar of Swamish Naik
Swamish Naik
Flag of India image

EMS commands to create DAGs.

1)      Create A DAG:

New-databaseAvailabilitygroup –Name DAG1 –witnessserver Hub01 –DagAvailabilitygroupipaddress "10.0.1.100"

2)      Adding members to DAG:

Add-DatabaseAvailabilityGroupServer -Identity DAG1 -MailboxServer EX01


3)      Creating Databasecopy MDB02 in EX01 and Ex03:
“EX01”,“EX03” | Add-MailboxDatabaseCopy –Identity MDB02


Creating databasecopy MDB03 in Ex01 and EX02:
      
      “EX01”, “Ex02” | Add-Mailboxdatabasecopy –Identity MDB03

ASKER CERTIFIED SOLUTION
Avatar of R--R
R--R
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of WilsonJohn
WilsonJohn

ASKER

really good article . Sorry for late reply.
thks