How to configure DSERIES if necessary to move the database to another machine?
book
Article ID: 38650
calendar_today
Updated On:
Feedback
Subscribe
Products
DSERIES- SERVER
ESP dSeries Workload Automation - Scheduler (dSeries)
ESP dSeries Workload Automation
Show More
Show Less
Issue/Introduction
Steps to migrate Workload Automation DE (dSeries) database to another machine/server.
Environment
Workload Automation DE (dSeries)
Resolution
Follow these steps in the sequence below:
Take a backup of <DSERIES install folder>/conf/db.properties in both DSERIES servers (primary/standby).
Stop DSERIES service in both DSERIES servers (standby first), to avoid DB updates during the process.
Take a backup of DSERIES DB and restore it in the new DB server (keep the original DB until the process is completed).
At primary server, run the "setdbparm" utility to configure DSERIES to connect on the "new" DB.
Windows: <DSERIES install folder>\bin\setdbparm.bat jdbc.URL
Unix/Linux : <DSERIES install folder>/bin/setdbparm jdbc.URL
NOTE: Please refer to DSERIES documentation to get instructions about how to use it.
Run the "validatedbconnection" utility to validate if DSERIES primary server is able to connect on DB. If some problem occurs, please check for errors displayed in the screen. After this, fix the problem(s) and run it again.
Windows: <dseries install folder>\bin\validatedbconnection.bat
Unix/Linux: <dseries install folder>/bin/validatedbconnection
After validating connection, copy "db.properties" file to same folder location in standby server.
Start DSERIES service in both servers (Primary first) and run tests to evaluate if everything is ok.
For some reason, If you need to revert back the process, the rollback plan is described below:
Stop DSERIES service in both DSERIES servers (standby first).
Restore "db.properties" files backed up in step 1.
Run "validatedbconnection" utility in both DSERIES servers, and check if the connection is ok.
Start DSERIES service in both servers (Primary first).
Feedback
thumb_up
Yes
thumb_down
No