Modifying your RDBMS server
About this task
If you want to upgrade your database version, change the instance owner, or relocate it to a
different host, complete the following steps:
- If you are changing DB2®, check the
node directory and database directory and make a note of the current configuration. To
do this, issue the following commands at the DB2® command-line:
where thedb2 list database directory
show detail
attribute is specified to give the full information in the directory.Make a note of the displayed details.
- Stop the application server, using the command
conman stopappserver ;wait
- Make the upgrade, instance owner change, or relocation, of the database following the instructions from your database supplier.
- If you have changed the database host, port, or database name, you will need to update the application server's data source properties, as described in Changing the properties for the database.
- If you have changed the database access credentials, you will need to update the application server's security properties, as described in Changing the security settings.
- Reconfigure the database for HCL Workload Automation, as follows:
- DB2®
- Oracle
- Check the Oracle Listener and make sure that the service name is correctly specified.
- Restart the database.
- Restart the application server, using the command:
conman startappserver ;wait