If the DR system was brought online to test the disaster recovery scenario, this section describes how it is brought back to the original Disaster Recovery mode. In a nutshell it involves:
1. Stop the Web service on the DR Web server.
2. Stop the Back4 service on the DR Back4 server.
3. Restore the last full backup of the live system.
•The database has to be left in the "Standby / Read-Only" mode. This is done by the "RESTORE WITH STANDBY" option
•You will probably also need to use the "WITH REPLACE" option since the database has been modified since it was backed up last time
•This should take about 30 minutes
•The full database backups are stored on E:\FullbackupsFromL-GN4SQL folder
4. Re-enable the two SQL Server Agent jobs on the DR system, which were disabled.
•Enable "LSCopy" first so it will copy the latest transaction log files from the live server.
•You can enable "LSRestore" once "LSCopy is enabled. It will start restoring all the old transaction files since the full backup.