Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Sheldon_Cooper
Contributor
Contributor

Disaster Recovery Plan for Qlik Replicate

We want to establish disaster recovery for Qlik replicate. The plan we have is to unmount and mount the EBS volumes from unhealthy EC2 server to a healthy server. (We are using VMs).

Is this plan feasible? If yes, then what shall be the process for it? If not, then what are the alternatives?

Any guidance on it would be helpful.

 

Thanks.

Labels (1)
2 Solutions

Accepted Solutions
Jonathan_V
Support
Support

Hi team,

 

The scope of the master user key is bound to the original machine where the product is installed. There is always the possibility to do a hard copy of the data directory and reset the repository but this implies that you will need to manually enter the product license and endpoint passwords, which is definitely not recommended for DR scenarios.

The best solution for this purpose would be to work with a cluster instead. This is documented here:

https://help.qlik.com/en-US/replicate/May2022/Content/Replicate/Main/Clusters/app_cluster.htm#Settin...

 

Best regards,

Jonathan.

View solution in original post

avidary_qlik
Support
Support

Hi Sheldon,

There is no existing diagram for this besides the one presented on System Architecture here:
https://help.qlik.com/en-US/replicate/May2022/Content/Replicate/Main/Introduction/replicat_concepts....

In a cluster installation, the concept is to have 1 cluster composed of 2 or more nodes running the same service initiated by the cluster manager, and the task repository files being isolated on a block device (physical, virtual or iSCSI-based).

In this scenario, let's say you have 2 VMs in AWS, you need to mount a cluster, then install the software on each node. During the installation, you need to point the data directory to your block device, EBS or any preferred/suggested by the vendor that is compatible with our product.

For instance for Windows cluster installation, the step 1 states the same:
https://help.qlik.com/en-US/replicate/May2022/Content/Replicate/Main/Clusters/install_replication_in...

"Run the Qlik Replicate setup wizard on the first node that is part of your cluster. Install Qlik Replicate to a local folder. The default is:
C:\Program Files\Attunity\Replicate."
The first default folder for the product binaries could be the same drive holding the operating system for instance.

"In the setup wizard, specify a shared storage location for the "data" folder; for example, F:\Replicate\data."
Then it points you to the documentation "Setting up Qlik Replicate on Windows."

Which details can be found in this section:
https://help.qlik.com/en-US/replicate/May2022/Content/Replicate/Main/Installation/windows_setup.htm

 

For linux, the clustering solutions are of your choice, we supply a high level list of examples.
https://help.qlik.com/en-US/replicate/May2022/Content/Replicate/Main/Clusters/set_up_replicate_in_li...

 

Thank you

Avidar

View solution in original post

3 Replies
Jonathan_V
Support
Support

Hi team,

 

The scope of the master user key is bound to the original machine where the product is installed. There is always the possibility to do a hard copy of the data directory and reset the repository but this implies that you will need to manually enter the product license and endpoint passwords, which is definitely not recommended for DR scenarios.

The best solution for this purpose would be to work with a cluster instead. This is documented here:

https://help.qlik.com/en-US/replicate/May2022/Content/Replicate/Main/Clusters/app_cluster.htm#Settin...

 

Best regards,

Jonathan.

Sheldon_Cooper
Contributor
Contributor
Author

Hi , I've read the documentation but the implementation is still not clear.

Can you please share the detailed document for the same, which might also contain a diagram to help understand it better.

We have our Qlik setup on AWS infrastructure. Maybe a lambda function can help with the automation of the process. If you can provide a lead on that.

avidary_qlik
Support
Support

Hi Sheldon,

There is no existing diagram for this besides the one presented on System Architecture here:
https://help.qlik.com/en-US/replicate/May2022/Content/Replicate/Main/Introduction/replicat_concepts....

In a cluster installation, the concept is to have 1 cluster composed of 2 or more nodes running the same service initiated by the cluster manager, and the task repository files being isolated on a block device (physical, virtual or iSCSI-based).

In this scenario, let's say you have 2 VMs in AWS, you need to mount a cluster, then install the software on each node. During the installation, you need to point the data directory to your block device, EBS or any preferred/suggested by the vendor that is compatible with our product.

For instance for Windows cluster installation, the step 1 states the same:
https://help.qlik.com/en-US/replicate/May2022/Content/Replicate/Main/Clusters/install_replication_in...

"Run the Qlik Replicate setup wizard on the first node that is part of your cluster. Install Qlik Replicate to a local folder. The default is:
C:\Program Files\Attunity\Replicate."
The first default folder for the product binaries could be the same drive holding the operating system for instance.

"In the setup wizard, specify a shared storage location for the "data" folder; for example, F:\Replicate\data."
Then it points you to the documentation "Setting up Qlik Replicate on Windows."

Which details can be found in this section:
https://help.qlik.com/en-US/replicate/May2022/Content/Replicate/Main/Installation/windows_setup.htm

 

For linux, the clustering solutions are of your choice, we supply a high level list of examples.
https://help.qlik.com/en-US/replicate/May2022/Content/Replicate/Main/Clusters/set_up_replicate_in_li...

 

Thank you

Avidar