1.0

Table Of Contents
Default ValueCommentsArgument
any
Space-separated list of valid SSL protocols
for this connection. Specify any protocol that
is enabled by default in the congured Java
Secure Sockets Extension (JSSE) provider.
ssl-protocols
any
Space-separated list of valid SSL ciphers for
this connection. Specify any ciphers that are
enabled by default in the congured JSSE
provider.
ssl-ciphers
true
Indicates whether to require authentication
for communication between members of the
admin distributed system. Valid values are
true and false.
ssl-require-authentication
0TCP port to listen on for distributed system
communications. If set to zero, the operating
tcp-port
system selects an available port. Each process
on a machine must have its own TCP port.
Some operating systems restrict the range of
ports usable by non-privileged users, and
using restricted port numbers can cause
runtime errors in SQLFire startup. Valid
values are in the range 0..65535.
E-mail Notification Properties for the JMX Agent
You can congure the Agent to provide e-mail notication for alerts and membership change events. Specify
the notication properties in the Agent s properties le or as a list of prop=value pairs on the agent command
line. The properties le is the recommended method.
Default ValueCommentsArgument
false
Whether to send e-mail notications.email-notication-enabled
Originating address to put into the e-mail
notications.
email-notication-from
Host where the mail server is running - used
to send the notications. This must be set for
email-notication-host
mails to be sent. The servers default port is
used for the notications.
Comma-separated list of e-mail addresses to
which to send the notications. This must be
set for mails to be sent.
email-notication-to
This example denes properties for a e-mail notication in the Agents properties le:
email-notification-enabled=true
email-notification-from='dashiell.hammett@gemstone.com'
email-notification-host='thinman'
email-notification-to='nick@gemstone.com,nora@gemstone.com,asta@gemstone.com'
The system sends the following types of notications.
E-mail Subject LineNotification Type
[Gemre Alert] Distributed System: <Distributed System Identier>
<System Alert>
System AlertSystem alert that is raised in the members and can
be set by a user.
285
Using Java Management Extensions (JMX)