I have to re-seed several databases and am looking into opportunities to reduce my bandwidth requirements.
When I issue the command get-DatabaseAvailabilityGroup
there is a feature called "Third party replication"
[PS] C:\Scripts\Windows>Get-DatabaseAvailabilityGroup nfpdag01 | fl
RunspaceId : 28ca92b9-f397-4de4-a299-c0ff2d430dd7
Name : dag1
WitnessServer : nycexcas01.company.com
WitnessDirectory : c:\data\FileShareWitnessForExchange
AlternateWitnessServer : txvmexcas01.company.com
AlternateWitnessDirectory : c:\data\FileShareWitnessForExchange
NetworkCompression : InterSubnetOnly
NetworkEncryption : InterSubnetOnly
DatacenterActivationMode : DagOnly
StoppedMailboxServers : {}
AllowCrossSiteRpcClientAccess : False
OperationalServers :
PrimaryActiveManager :
ServersInMaintenance :
ServersInDeferredRecovery :
ThirdPartyReplication : Disabled <----------- SEE THIS HERE
ReplicationPort : 0
NetworkNames : {}
WitnessShareInUse :
AdminDisplayName :
ExchangeVersion : 0.10 (14.0.100.0)
ObjectCategory : nfp.com/Configuration/Schema/ms-Exch-MDB-Availability-Group
ObjectClass : {top, msExchMDBAvailabilityGroup}
WhenChanged : 7/5/2013 5:44:25 PM
WhenCreated : 5/27/2011 11:32:21 AM
WhenChangedUTC : 7/5/2013 9:44:25 PM
WhenCreatedUTC : 5/27/2011 3:32:21 PM
OrganizationId :
Will any third party replication technology allow for lower bandwidth usage on a stretched DAG? What technologies enable this?