Select to view content in your preferred language

Active-Passive HA Multi Machine

716
3
06-09-2023 01:18 AM
MuhammadNaufalIhsan
New Contributor III

Hello,

Does anyone have experience in implementing active passive high availability in a multimachine environment? The architecture is shown below:

MuhammadNaufalIhsan_0-1686298337844.png

If so, do you have any guidelines that I can read? Because the guideline provided by Esri is not really clear.

Thank you.
Naufal

 

0 Kudos
3 Replies
JakeSkinner
Esri Esteemed Contributor

Hi @MuhammadNaufalIhsan ,

What I recommend doing is using the WebGISDR utility to create a FULL backup, and then INCREMENTAL backups afterwards.  For example, you could create a FULL backup once a week, and then an INCREMENTAL backup each night.  The FULL backup would need to imported into the Passive environment first, and then the INCREMENTAL backup afterwards.

 

Here is a script example on how to automate a WebGISDR backup.  You could update the script to perform the import as well.

0 Kudos
MuhammadNaufalIhsan
New Contributor III

Hi @JakeSkinner 

Does it work for all enterprise components (Portal, Server, Datastore)? Does it also work for data from EGDB?

Regards,
Naufal

0 Kudos
JakeSkinner
Esri Esteemed Contributor

@MuhammadNaufalIhsan 

Does it work for all enterprise components (Portal, Server, Datastore)?

Yes

Does it also work for data from EGDB?

No, another workflow (i.e. database backup/restore) would be required to keep the Enterprise Geodatabases in-sync.

0 Kudos