0% found this document useful (0 votes)
67 views4 pages

How To Change The GUID of Management and Spooler Controller Servers in SafeQ 6-v2-20230307 - 025506

Uploaded by

Snake red
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views4 pages

How To Change The GUID of Management and Spooler Controller Servers in SafeQ 6-v2-20230307 - 025506

Uploaded by

Snake red
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

YSOFT SAFEQ 6

HOW TO CHANGE THE GUID OF MANAGEMENT AND SPOOLER


CONTROLLER SERVERS IN SAFEQ 6

Y SOFT SAFEQ 6 DOCUMENTATION WWW.YSOFT.COM


CONTENT

1 Management GUID procedure 3


2 Spooler Controller GUID procedure 4
1 MANAGEMENT GUID PROCEDURE
1. Stop Management service on the server to be updated.

2. Open <SAFEQ DIR>\Management\conf\safeq.properties file.

3. Locate and update the communicator.cml.guid = your_new_GUID (under # COMMUNICATOR


section) to the desired value. Save & close the file.

4. Open the <SAFEQ DIR>\SPOC\conf\modules\spoc.conf file.

5. Locate and update the serverGUID1=your_new_GUID (under # Connections to CML server


nodes: GUID, IP and PORT section) to the desired value. Save & close the file.

6. View the database and locate the cluster_mngmt.cluster_server table.

7. Backup the table using the following query (for MSSQL):


SELECT
*
INTO
cluster_mngmt.cluster_server_backup_yyyymmdd
FROM
cluster_mngmt.cluster_server

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'

10. Restart the Management service.

11. Log into the management UI and validate your change has taken effect by reviewing the
System info widget.

Y SOFT SAFEQ ENTERPRISE WORKFLOW PLATFORM 3


2 SPOOLER CONTROLLER GUID PROCEDURE
1. Stop all Spooler Controller services (SPOC, TS, WPS, JS, JSDL, SPLR, FSP, EUI, YPS, IMS) that
are active on the server to be updated.

2. Open the <SAFEQ DIR>\SPOC\conf\modules\guid.conf file.

3. Locate and update the localGUID = your_new_GUID (under # COMMUNICATOR section) to the
desired value. Save & close the file.

4. View the database and locate the tenant_1.spooler_controllers table.

5. Backup the table using the following query (for MSSQL):


SELECT
*
INTO
tenant_1.spooler_controllers_yyyymmdd
FROM
tenant_1.spooler_controllers

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'

8. Restart the Management service.

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.

Y SOFT SAFEQ ENTERPRISE WORKFLOW PLATFORM 4

You might also like