Users Guide

Installing Server Manager | Completing Post-Installation Tasks
OMNM 6.5.3 Installation Guide 75
Network Manager User Guide
for more on overriding properties
).
These are active for each
execution of the server (even a Mediation server) on the machine where the override exists.
Command line arguments override these properties.
The following are properties you can set in
owareapps\installprops\lib\
installed.properties
to configure servers:
Default server partition name also used by client and mediation to locate a server
oware.client.partition.name=demo1
Default interface used by servers and direct access cut-thru sessions.
oware.local.ip.address=192.168.0.10 [for example]
The IP address also appears in database connection properties:
com.dorado.meta_database.name=//192.168.0.10:3306/owmetadb
com.dorado.jdbc.database_name.mysql=//192.168.0.10:3306/owbusdb
To change the IP address, stop the server, set these properties to the new IP address and delete
the content of the
oware/temp
directory. Then restart the server.
ipaddresschange
If the server or VM IP address changes, the Software also requires an update so the application
server can bind out the new address. It is recommended to use the
ipaddresschange
script. If you were to install this application on a machine on one network, then move your
machine to another network, the IP address from your original network remains hard-coded.
You must change the application’s IP address to reflect the new network for the software to
function correctly. Here is how to do it, once you have connected the Application server
machine to the new network:
a. First, shut down the Oware Server Manager. Open a command shell (
Start > Run
cmd
, in
Windows) then type:
net stop owprocman
b. Next, find out what your new IP address is. To do this type
ipconfig
in the command
shell you just opened, and make note of the IP Address that appears. You will need that
number in a subsequent step.
c. Type
oware
at the command line. This sets the environment.
d. In the same shell, type
ipaddresschange -n [the IP address discovered
in b]
e. Restart Oware Server Manager by typing:
net start owprocman
. Also restart the web
service by typing: net stop synergy followed by: net start synergy.
Your machine should then be able to connect to other devices on this network and function
correctly.
Set to true when there is no graphics adaptor available for server
java.awt.headless=false
Primary cluster member (must be running for members to join) (HA installs only)
oware.config.server=localhost
Cluster peer to peer multicast address (HA installs only)
oware.cluster.multicast.address=226.10.20.30
Subnet mask for mediation device coverage (HA installs only)
oware.mediation.subnet.mask=255.255.255.0