How to migrate Database schemas and how to modify CLM components to points them to the new Database? |
Below are the changes that needs to be done on each CLM components :
1) On Note: Atrium Web Services 8.x uses Apache Derby as its Registry. So no database changes are require for Atrium Web Services
Make following changes in BPPM leaf servers to point them to the new database as follows. a) Go to command prompt or BPPM pw command prompt and use following commands:- In order to change DB configuration , please use the following command.
b) Below command will test the input parameters in the command
c) Check if new DB configurations are set correctly using below command
d) Now start the BPPM service
e) Check whether all services are started.
Make following changes in BPPM Central server to point them to the new database as follows.
a) Go to command prompt or BPPM pw command prompt and use following commands:-
In order to change DB configuration , please use the following command.
b) Below command will test the input parameters in the command
c) Check if new DB configurations are set correctly using below command
d) Now start the BPPM service
e) Check whether all services are started.
f) Login to the admin console of BPPM Central and Leaf Servers using credentials.
a: Stop BCO service
b: Modify following files and update DB connection with new Database hostname and instance name:
Change CLM-DB2 (old DataBase host) with new Oracle DB hostname
Change BCODB with new DB instance name
Here are the files:
- /web/conf/ds.properties
- /web/conf/ds_dash.properties
- /datahub/jboss/server/all/deploy/caplan-ds.xml
- /datahub/conf/ds.properties
- /env.sh
- /scheduler/conf/ds.properties
- Update /data1/product/11.1.0/client_1/network/admin/tnsnames.ora file update TNS entry with new Database hostname and service name/Instance name.
BCO =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = <Oracle Server host>)(PORT = <DB Port>))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = <Inst1 Service name>)
)
)
e: Start BCO service.
f: Check BCO service is started properly by logging into the BCO console.
g: After logging into the console go to
h: Select General tab
i: Click on Edit and update new DB details in Database JDBC URL field.
j: Provide dummy/actual values for SMTP Server and Administrator Email fields.
k: Click on Save button.
Related Products:
|