This document outlines the steps needed to migrate or move your Spectrum installation from one system to another.
A common example of this is when the environment requires OS upgrades. These will often entail standing up new physical or virtual systems with new resources to support the OS upgrade.
How to migrate SpectroSERVER servers when the OS is upgraded?
How to migrate the OneClick servers when the OS is upgraded?
All supported DX NetOps Spectrum releases
Environmental requirements for OS upgrades on a regular basis.
This covers a scenario where we are tied to OS upgrades requiring new systems. OS in-place upgrades are not possible in this scenario.
NOTES:
Complete these steps.
Backup steps for SS
Backup steps for OC
Backup steps for the SpectrumDataPublisher
On your new OneClick if you had SSO and/or LDAP configured you may need to reconfigure it.
There may be instances in which the locserver map does not properly update with the primary and secondary host information. To resolve that you need to save the SSdb on the primary, load it on the secondary, save it on the secondary and reload it on the primary. You can ignore the install comments in the steps below if you have already installed:
Made sure to keep the SS down in the new env and ran through this:
Save the SSdb on the original production boxes
Move it to the new box - unzip it, rename it to dbsavefile.SSdb and put it in the $SPECROOT/SS directory
Run the install and once complete do not start the SS
mkdir SS-DB-Backup on the primary
Manually save the SSdb from the SS directory:
../SS-Tools/SSdbsave -cm ../SS-DB-Backup/db_fromprimary.SSdb
Install on the secondary
mkdir SS-DB-Backup on the secondary
Move that file to the secondary and load it:
../SS-Tools/SSdbload -ilr 20 ../SS-Tools/db_fromprimary.SSdb
Now save that SSdb on the secondary:
../SS-Tools/SSdbsave -cm ../SS-DB-Backup/db_fromsecondary.SSdb
Move that SSdb to the primary and load it:
../SS-Tools/SSdbload -il ../SS-DB-Backup/db_fromsecondary.SSdb
Start the primary - once it's 100% active, start the secondary SS