Owner's Manual

136 Database Management
The
emergenyContacts
attribute is a comma-separated list of e-mail addresses for the
recipients of emergency notifications. The following describes where to set these:
Open the file
$OWARE_USER_ROOT/oware/jboss-3.2.7/owareconf/oware-
service.xml
in a text editor. The following section contains the configuration for the
email MBean:
<!-- Email MBean -->
<!-- Change the SMTP Host attribute below to point to the right SMTP server
-->
<mbean code="com.dorado.mbeans.OWEmailMBean"
name="oware:service=OWEmailMBean">
<attribute name="SMTPHost">smtp.MyMail.com</attribute>
<attribute name="Port">25</attribute>
<attribute name="UserName"></attribute>
<attribute name="EmergencyContacts"></attribute>
<attribute name="DefaultSenderAddress">Me@MyMail.com</attribute>
<attribute name="MaxRatePerMinute">200</attribute>
<depends>jboss:service=@PART_NAME@Partition</depends>
<depends>oware:service=ClusterPrimaryDesignator</depends>
<depends>jboss.j2ee:jndiName=RuleEngine,service=EJB</depends>
</mbean>
This file’s settings override the Graphical User Interface settings for mail described in the
Properties
chapter of the
Administration Section
.
Embedded Database Sizing
The initially installed Embedded Database is a relatively small instance—possibly too small for
your application. This is important to note because errors occur when you reach the size limit of
the database. Therefore, after installing, you may want to resize the Embedded Databases to fit
your application. See Modifying the MySQL File Systems for instructions about modifying an
existing, installed system.
NOTE:
If you are planning to use your system for Active Performance Monitoring, best practice is to store
performance data in a separate database. This improves performance. See Creating or Updating a
Monitor on page 771 in that chapter in the User Guide.