How To Change The GUID of Management and Spooler Controller Servers in SafeQ 6-v2-20230307 - 025506
How To Change The GUID of Management and Spooler Controller Servers in SafeQ 6-v2-20230307 - 025506
8. Validate the backup is present by right-clicking the database and selecting 'Refresh' (you may
need to collapse the table directory and re-expand it.)
9. Update the server_guid value by running the following query (for MSSQL):
UPDATE
cluster_mngmt.cluster_server SET server_guid = 'your_new_GUID'
WHERE
server_guid = 'old_GUID'
11. Log into the management UI and validate your change has taken effect by reviewing the
System info widget.
3. Locate and update the localGUID = your_new_GUID (under # COMMUNICATOR section) to the
desired value. Save & close the file.
6. Validate the backup is present by right-clicking the database and selecting 'Refresh' (you may
need to collapse the table directory and re-expand it.)
7. Update the spooler_controller_guid value by running the following query (for MSSQL):
UPDATE
tenant_1.spooler_controllers SET spooler_controller_guid = 'your_new_GUID'
WHERE
spooler_controller_guid= 'old_GUID'
9. Start all Spooler Controller services (SPOC, TS, WPS, JS, JSDL, SPLR, FSP, EUI, YPS, IMS) that
are active on the server, beginning with SPOC.
10. Log into the management UI and navigate to the Devices > Spooler Controller groups page.
11. Validate your change was successful by viewing the Spooler Controllers listed on the page.