Replicating to DR from PRD

We have a distributed environment set up for our Production instance. F5 load balanced to 2 web servers, 2 app servers (active-passive), & clustered db. Our DR, on the other hand, is F5 to 1 web server, 1 app server, & 1 db server. Looking through the documentation on backup/replication, it mentions that it is necessary to have the exact same setup/configurations between DR and PRD.

We are not able to do that because our domain name and url for the DR will be different so we are not able to replicate the whole <APPIAN_HOME> directory. We have all engines & app data on a SAN that we plan to backup and replicate to our DR including RDBMS. Does anyone see any problems with this since the application setup will be different? Also I will be running the checkpointing script before every backup. Should we only be replicating the top 2 highest kdb files over to DR along with all app data and RDBMS?

Th...

OriginalPostID-244571

  Discussion posts and replies are publicly visible

Parents
  • The reason for the recommendation is so that the DR site can handle PROD load but from your description it sounds like it would be.
    You do have to have the same software configuration on the DR machine (e.g. the number of process execution engines).
    I do not see a problem with replication, and 2 highest kdbs (current + 1 closed one) is sufficient. Are you replicating only the backed up kdbs? How frequently are you doing that? Is it going to satisfy your RPO?
Reply
  • The reason for the recommendation is so that the DR site can handle PROD load but from your description it sounds like it would be.
    You do have to have the same software configuration on the DR machine (e.g. the number of process execution engines).
    I do not see a problem with replication, and 2 highest kdbs (current + 1 closed one) is sufficient. Are you replicating only the backed up kdbs? How frequently are you doing that? Is it going to satisfy your RPO?
Children
No Data