Users Guide

Installing Distributed/HA Deployments | Installing Distributed and HA Deployments
60 OMNM 6.5.3 Installation Guide
(SERVER = DEDICATED)
(SERVICE_NAME = MYDB)
)
)
b. Run the following commands on the primary Application server:
loaddb -u [dba user] -w [dba password] -s -g
dbpostinstall
NOTE:
If you have a MySQL database on a separate host, you must also run
dbpostinstall
on the primary
Application server.
c. Test DATABASE connectivity from the Application server (appserver):
pingdb -u <username> -p <password>
For example, use the following for MySQL:
pingdb -u root -p dorado
d. Enable Oracle RAC on all Application servers by adding the following to the /owareapps/
installprops/lib/installed.properties file:
Add com.dorado.oracle.rac.connect.url=@(DESCRIPTION=(ADDRESS_LIST=\
(ADDRESS=(PROTOCOL=TCP)(HOST=[hostname1])(PORT=1521))\
(ADDRESS=(PROTOCOL=TCP)(HOST=[hostname2])(PORT=1521)))\
(FAILOVER=on)(LOAD_BALANCE=on)(CONNECT_DATA=(SERVER=DEDICATED)\
(
SERVICE_NAME=[Oracle service name])))
3
Add the following property to the owareapps/installprops/lib/installed.properties file on each
Application server (appserver) if you are clustering the appserver.
oware.config.server=
primaryAppserver
For the primaryAppserver, use either the fully qualified primary appserver name or its IP
address. For example:
oware.config.server=10.10.0.1
Here is the appserver portion in the installed.properties file:
#************************************************************
# The following properties override those found in *
# oware/lib/*.properties in order to establish valid *
# properties for this installation. *
#************************************************************
oware.config.server=my_server
oware.installed.package.name=RedCell
...
oware.client.partition.name=my_redcell_cluster
oware.local.ip.address=193.35.184.175
oware.mediation.subnet.mask=255.255.255.0
com.dorado.bom_dbms.name=oracle