Users Guide
Installing Distributed/HA Deployments | Installing Distributed and HA Deployments
OMNM 6.5.3 Installation Guide 61
com.dorado.jdbc.user=redcell
com.dorado.jdbc.password=mypwd
com.dorado.jdbc.database_name.oracle=@my_server:1521:MYDB
...
NOTE:
If you plan to change the database name, you must change the relevant portion of your Application
servers’ installed.properties files. Similarly, if you use a database tool to change the default user’s
password, you must change that password in the com.dorado.jdbc.password property.
4
Add the Mediation server (medserver) cluster config server to the installprops/medserver/lib/
installed.properties file on all Mediation servers if you are clustering Mediation servers.
The following example installation does not cluster Mediation servers. However, to bypass
multicast communication with Application servers, configure this file with the
oware.application.servers property. Multicast may be restricted by a firewall,
/installprops/medserver/lib/installed.propertes
#************************************************************
# The following properties override those found in *
# oware/lib/*.properties and *
# oware/medserver/lib/*.properties in order to establish *
# valid mediation properties for this installation. *
#************************************************************
## This property defines whether mediation listeners should make use
## of high availablity or not.
## Possible values true - Listener come up in high availability
mode(Forwarding/Standby)
## false - Listener come up independently.
com.dorado.mediation.listener.use.high.availability=false
##
##multicast message communication between agents for working in a peer
environment.
com.dorado.mediation.listener.multicast.intercomm.address=226.0.0.26
oware.application.servers=193.35.184.175,193.35.184.170
This modification is typical for secure environments where multicast is restricted by a firewall.
NOTE:
If you are using the oware.application.servers property, you must (comma-separated) list all available
servers wherever you use it to bypass multicast. For example:
oware.application.servers=
appserver_A_IPaddress
,
appserver_B_IPaddress
Refer to the OpenManage Network Manager User Guide for more details on disabling multicast.
An HA cluster consists of only two Mediation servers. You can have more than two, but that
just means more than one standby server exists. If you set the HA property to false, all
clustered Mediation servers are active at the same time, and any number of Mediation servers
can be in the same cluster.