15.0k views
1 vote
Troubleshooting a job failure which syncs files from prod to DR for which you have simultaneous access to prod and DR env. You need to re-sync the job. What are the considerations you should have?

a. Network latency
b. Data integrity
c. Resource availability
d. All of the above

User Fcarreno
by
8.4k points

1 Answer

1 vote

Final answer:

Option A, B and C: When troubleshooting a job failure that syncs files from production to a disaster recovery (DR) environment, consider network latency, data integrity, and resource availability.

Step-by-step explanation:

When troubleshooting a job failure that syncs files from production to a disaster recovery (DR) environment, there are several considerations you should have:

  1. Network latency: Check the network speed and stability between the production and DR environments. High latency can affect the file synchronization process.
  2. Data integrity: Ensure that the files being synced maintain their integrity during the process. Check for any data corruption or loss.
  3. Resource availability: Make sure that both the production and DR environments have the necessary resources, such as storage space and processing power, to handle the file synchronization.

Considering all of these factors is crucial in re-syncing the job successfully and maintaining a reliable and efficient synchronization process.

User Inti
by
8.0k points