Upgrading a Cluster
- Before upgrading, be sure to read the release notes for the new version. The release notes contain a list of known issues, important compatibility information, supported upgrade paths, and module-specific data backup recommendations.
- Apply all the latest updates available for your operating system, especially those that resolve issues with Java.
- Make sure that you follow the appropriate upgrade path for the currently installed version of Spectrum that you want to upgrade.
- Important: We recommend that you create a backup before upgrading so that if an error occurs during the upgrade you can recover your flows, security settings, and other settings and customizations.
To retain customized settings in the wrapper.conf file located in the SpectrumDirectory\server\bin\wrapper directory, you will need to compare the contents of wrapper.conf installed during the upgrade with the contents of the backed up copy of the file. Before upgrading make sure you have backed up all models and property files. You can then manually copy customizations that you want to retain after the upgrade into the updated version of the file. This is particularly important for changes to the initial and maximum Java heap sizes. This release requires Java 11, so corresponding updates to JVM properties should be used.
This procedure is for upgrading a cluster where the Spectrum Technology Platform server and configuration database are installed on each node of the cluster. To upgrade a cluster, you upgrade one node at a time. The first node you upgrade is handled slightly differently than the other nodes because you must point the node to itself as a seed node since no other nodes will be running in the cluster when it starts up.
The following scenarios have special procedures for upgrading a cluster.
For this scenario | Use this information |
---|---|
Separate clusters for server nodes and configuration database nodes | Upgrading a Cluster with a Separated Database. |
Upgrading a cluster for Spatial only | Upgrading a Cluster with Spatial |
Upgrading both Spectrum and Spatial clusters | Upgrading a Cluster with Spatial |
Upgrading a cluster running Context Graph | Before shutting down all nodes in the cluster, see Upgrading a Cluster with Context Graph. |
If none of the scenarios apply to your installation of Spectrum, complete the following steps to upgrade your cluster.
- Back up the server.
For instructions on creating a backup, see the Administration Guide.
- Back up module-specific data for any of these modules if you have them installed.
-
Stop all the nodes in the cluster.
For more information, see Stopping a Cluster.
-
Check that all Spectrum Java processes on each machine are stopped before you start the upgrade.
Note: If you have Global Sentry installed, stop the Global Sentry database server by opening the Windows Services Manager and stopping the Global Sentry Database Server service.
-
If you have applied the 2020.1 S54 patch or later, install the Upgrade_s54to20221_Windows.zip file on each node before you upgrade Spectrum.
For more information, see Upgrade from 2020.1 S54 patch or later.
-
Upgrade each node in the cluster.
For more information, see Spectrum Server Upgrade.
-
On each node, perform the following steps.
-
Perform the following steps to copy the graphdb from one node to the other nodes in the cluster.
- Check again that all Spectrum Java processes on each machine are stopped before you start the cluster.
-
Start each node in the cluster consecutively.
To start a server, right-click the Spectrum Technology Platform icon on the Windows task bar, and click Start Spectrum. Do not wait for one node to start before starting another node. All nodes must be started at the same time.For more information, see Starting a Cluster.
-
After you have upgraded and started all the nodes, make the following changes on each node.
- Open the file SpectrumDirectory\index\elasticsearch.template, and insert the hash character
#
to comment out the following line:# cluster.initial_master_nodes: node-1,node-2,node-3,...
Important: Comment out this setting after you start the upgraded cluster for the first time. It should then remain commented out for all subsequent restarts of the upgraded cluster, as Elasticsearch handles adding and removing nodes for subsequent restarts of the upgraded cluster.
- Open the file SpectrumDirectory\index\elasticsearch.template, and insert the hash character