Users Guide
Step-By-Step Application Server Clustering | Clustering
OMNM 6.5.3 Installation Guide 121
8
Specify the database access information (User, Password, Host, Port, SID).
9
Click the
Install
button.
10
For Linux, when prompted, run the command
/opt/dorado/install/root/setup.sh
as root, and then click on
Next
.
NOTE:
You may see benign errors during the root portion of the Linux installation. Installation always attempts to
find the CWD (current working directory). If another process deleted it, an error appears before the script
runs. The error is benign and the script still runs, using a temp location controlled by the operating
system.
11
If you have elected to autostart, select
No
when asked to start the server now.
12
In Linux, run the command
/etc/init.d/synergy stop
as root to shutdown the web
server. The web server auto starts with the auto start installation option. The previous step
only applied to the application server.
13
Test the database connection with pingbd.
pingdb -u system -p d0rad0
The
d0rad0
password is an example in these steps.
14
For an installation that upgrades from a previous version (whether Oracle or a separate
MySQL host), run
dbpostinstall
on the (primary) application server.
For a fresh installation, create OpenManage Network Manager tablespaces with this
command:
loaddb -u system -w d0rad0
Seed the OpenManage Network Manager tables with this one:
ocpinstall -s
with the
-s
parameter, the installer will creates two new tablespaces for OpenManage
Network Manager and portal called
owsynergy01
and
owportal01
. Without -
s
it drops
and recreates the OpenManage Network Manager tablespaces called
owdata01
and
owidx01
. Dropping
owdata01
results in the loss of all existing OpenManage Network
Manager data.
NOTE:
You only need to run loaddb commands once, on one database or application server.
If you want to install a cluster of application servers with a MySQL database server, then run
loaddb -s on that database to create the databases and tables needed for OpenManage
Network Manager. See
Preparation for Clustering
on page 117 for more about setting up /
upgrading MySQL. If you do not do this, you will see the following message:
======== Setting up the Remote MySQL Database===============
2. If the server does not have to receive traps (typical for a distributed application where the
mediation server receives the traps), comment the following properties in
oware/lib/
owappserverstartup.properties file,
oware.server.startup.class=\
#com.dorado.core.mediation.snmp.OWSnmpSRTrapListenerMBean,\
#com.dorado.core.mediation.snmp.OWSnmpSRInformListenerMBean,\
Insert a blank line between property name and the properties as shown above.