Groundplex migration to another region
Overview
This procedure outlines the steps to do in the SnapLogic® Classic IIP when the JCC node VM of the Groundplex is migrated to another region. For example, you can use these steps to migrate the VM from the US West region to the US East region (Azure platform).
Prerequisite
Ensure the firewall rules are updated with the new host names and IP addresses to enable inter-node communication. For more information, refer to Groundplex Deployment Planning.
Steps to migrate the Groundplex
As an Org admin, log in to SnapLogic and open Monitor from the Apps menu on the right side of the header. The SnapLogic Monitor System overview displays information about Snaplexes and their nodes. This is as shown in the images below:
Open the System overview from the Infrastructure link in the navigation pane. Click a node to view its details in the node map or list view. The Node details include the current status, resource usage, and the associated pipeline execution history. Learn more at Infrastructure
From the header of the node details panel:
Click the Snaplex name to open and view the details.
For Groundplexes, the Org admins can click the gear icon to restart or put the node in maintenance mode.
Setting Maintenance mode completes any current jobs on the node and prevents additional jobs from running on that node. (In Classic IIP, this is under the Snaplex Health tab on the Dashboard).
Ensure that there are no running pipelines by checking the pipeline wall of the Snaplex Dashboard.
Â
Â
Log in to the Linux server as a root or sudo user, and execute the below commands to stop the JCC node and the service:
$ sudo /opt/snaplogic/bin/jcc.sh stop
$ sudo systemctl stop snaplogic.service
Use the command/opt/snaplogic/etc
directory and backup the*.properties files
(if any) and the.slpropz
file.Complete the region migration to the required region for the Linux server/VM. Learn more on Azure region migration at https://learn.microsoft.com/en-us/azure/resource-mover/tutorial-move-region-virtual-machines.
If the migration is not performed using the Azure move utility, then install JCC on the new VM. (i.e., If a new VM is being provisioned in the new region). Learn more Installing a Snaplex on Linux
Download the
Configuration
file for the Groundplex from the Manager > Project Spaces > shared > Snaplex > Downloads tab.
Update the load balancer URL under the Snaplex Settings tab only if there is a change to the load balancer host name.
Use the following commands to restart the JCC node and service by logging in to the migrated or new Linux server:
$ sudo /opt/snaplogic/bin/jcc.sh start
$ sudo systemctl stop snaplogic.service
Verify the migration by successfully executing a few Triggered and Scheduled tasks.
Repeat the steps from 1 to 10 for the other Snaplex nodes.
For the migration, no additional license configurations are required.
Â
Related content:
Have feedback? Email documentation@snaplogic.com | Ask a question in the SnapLogic Community
© 2017-2024 SnapLogic, Inc.