Users Guide
Database Timeout | Database Management
OMNM 6.5.3 Installation Guide 149
For Oracle:
owbusdb ( specified during installation)
lportal : netview/dorado
synergy: synadmin/dorado
For loaddb, use the system user’s password. For the portal databases (lportal, synergy) access, set
the password in
oware\synergy\tomcat-X.X\webapps \ROOT\WEB-
INF\classes\portal-ext.properties.
The property
com.dorado.jdbc.password.encrypted
specifies whether the database
password is encrypted between OpenManage Network Manager and the database.
Database Security
The properties that control the default user and password for application server’s database are in
oware/lib/owdatabase.properties
They are these properties with their default values:
## Database logon name
com.dorado.jdbc.user=oware
## Database logon password
com.dorado.jdbc.password=dorado
##******
You can change the password after installation, but not the username. If you change the password
in a database tool for either Oracle (after setting it to the original during installation) or the
embedded database, you must change it in these properties.
CAUTION:
Best practice is to change the default password. You must change it in both the database and the above
properties.
As always, properties in
owareapps/installprops/lib/installed.properties
override those in other property files, and are preserved if you upgrade your software.
Database Timeout
When managing large networks or equipment with many interfaces, you may have to increase a
timeout property: the
com.dorado.bom.lock_timeout
property in
owareapps\installprops\lib\installed.properties
(originally in
owdatabase.properties
).
Copy that property into
installed.properties
, then increase this setting based on the
equipment managed. Generally, you should set this value to the maximum number of interfaces
you expect your network elements to have. For example, if the element is expected to have 500
logical interfaces then the timeout value should be set to 500. The minimum recommended
timeout value is 60 seconds.