This article provides steps to migrate the Workload Automation DE (dSeries) database to a new server or machine. This process includes updating connection properties for both primary and standby servers, validating database connectivity, and a rollback procedure for environment recovery. Use these instructions when moving from existing database instances (Oracle, Microsoft SQL Server, or PostgreSQL) to a new infrastructure.
Follow these steps in the exact sequence provided:
Backup Configuration: Take a backup of the db.properties file located in the /conf/ directory on both the primary and standby DSERIES servers.
Stop Services: Stop the DSERIES service on both servers. Stop the standby server first to avoid database updates during the migration process.
Database Migration: Perform a full backup of the DSERIES database and restore it on the new database server. Retain the original database until the migration is fully validated.
Configure Connection: On the primary server, run the setdbparm utility to point DSERIES to the new database URL.
Note: For detailed utility parameters, refer to the Modify the Database Connection Properties.
Validate Connectivity: Run the validatedbconnection utility to ensure the primary server can reach the new database.
If errors occur, resolve the network or credential issues and re-run the utility. For persistent issues, see Contact Broadcom Support.
Sync Standby: After a successful validation, copy the updated db.properties file from the primary server to the same directory on the standby server.
Restart Services: Start the DSERIES service on both servers, starting with the primary server first. Run functional tests to confirm the environment is stable.
To revert the migration and reconnect to the original database:
db.properties files from the backups created in Step 1.validatedbconnection utility on both servers to confirm the original connection is active.