cancel
Showing results for 
Search instead for 
Did you mean: 

Separation of DB host

Former Member
0 Kudos

Hello Frnds,

I have a solution Manager installed on a physical server with CI and DB on the same host. [ Windows]

Now we are planning to separate the DB to a new host [Linux].

The DB instance has been created on that host.

So in order for it to start Functioning properly, what all changes [where all] needs to be done on CI ?

Please let me know if anyone has already performed such separation.

Also suggest me if you guys know?

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In configtool,

Under secure store --> change admin/host/<SID> to the corresponding new value. If you have changed the hostname of the database as well, correct also the jdbc/pool/<SID>/Url value.

Instance_IDXXXX -> Dispatcher_IDXXX -> managers -> Cluster Manager. Change ms.host property so that it points to the new hostname. Perform the same for the server node.

Go to instance -> dispatcher -> Locking manager and change enqu.host to point to the new hostname. If you have changed the profile names modify also the enq.profile.filename accordingly.Perform the same steps for the server node.

Choose Instance_IDXXX on the tree on the left side and change Message server host parameter to the new value.

Hope it helps..

Regards

Suresh

Former Member
0 Kudos

Hello Suresh,

Thanks for the information.

I have a small doubt.

Why do we need to change the ms* properties, when we are just moving our DB?

Please correct me if i am wrong.

Regards

Sameer

Edited by: Sameer Gupta on Jul 27, 2010 8:06 AM