Link to home
Start Free TrialLog in
Avatar of aihaiai
aihaiai

asked on

Microsoft, Exchange, 2007, Standby Continous Replication (SCR)

I was setup SCR configuration in test lab. After sucessfully setup the Source and Target servers. So i run this command:
Source Database :C:\SCR\Database
Source Log: C:\SCR\log

Step1. Enable-StorageGroupCopy -Identity Server05\SG2 -ReplayLagTime 0.0:5:0 -TruncationLagTimes 1.0:0:0 -StandbyMachince Server10

Same path will created in Target Server.

Step2: Suspend-StorageGroupCopy -Identity Server05\SG2 -StandbyMachince Server10

Step3:Update-StoragegroupCopy -Identity Server05\SG2 -StandbyMachine Server10 [run on Target server]

*there is error saying that seeding error due to log files already exist in C:\SCR\Log (Target Machince), please run -DeleteExistingFiles

Step4:Update-StoragegroupCopy -Identity Server05\SG2 -StandbyMachine Server10  -DeleteExistingFiles

*then the seeding will run.

One more thing, everytime i run update-StorageGroupCopy command at Tareget server, only newest logs files were shipped from Source to Target server

What was found out that there are no .jrs and .chk in Target server, the .log and .edb do exist.

Please help
SourceLogs.JPG
SourceDatabase.JPG
TargetLogs.JPG
TargetDatabase.JPG
Shell1.JPG
Shell2.JPG
ASKER CERTIFIED SOLUTION
Avatar of Exchange_Geek
Exchange_Geek
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