PDA

View Full Version : Changing Traverse Server IP addresses (BVE, DGE)



piyushm
December 14 2009, 02:07 PM
Stop all components on the BVE and DGEs.

Please note that in the instructions below, the address need not be changed if the reference is to 127.0.0.1 or to localhost

Change in BVE IP Address

Changes on the BVE

Edit etc/emerald.xml
Locate the following section:

<provisioning name="provisioning"
host=”n.n.n.n”
[....]
and change the old IP address (n.n.n.n) to the new IP address of the
BVE. Also configure the JMS server by updating the IP address in the
following section of the above file:
<jms host=”n.n.n.n”
[....]
Edit etc/emerald.properties and update the

org.quartz.dataSource.myDS.URL section.
org.quartz.dataSource.myDS.URL=jdbc://mysql://n.n.n.n:7663/schedulerdb

Changes on the DGE(s)

Edit etc/emerald.xml
Locate the following section:

<provisioning name="provisioning"
host=”n.n.n.n”
[....]
and change the old IP address (n.n.n.n) to the new IP address of the
BVE. Also configure the JMS server by updating the IP address in the
following section of the above file:
<jms host=”n.n.n.n”
[....]

Change in DGE Address

Changes on the BVE

Log into the web application as superuser and navigat eto Superuser --> DGE MGMT --. click Update for the DGE in question --> enter the new DGE in the Host field --> click 'Update DGE'

Changes on the DGE

No changes need to be made on the DGE



Restart all components on the BVE

Restart all components on the DGE

Please note that firewall configurations that permit communication to/from the Traverse servers with the older IP addresses will need to be reconfigured with the new IP addresses.

Please note that devices monitored by the DGE may have the current IP address of the DGE in the Access Control List (ACL). You may have to add the new IP address of the device to this list.