1.1.1

Table Of Contents
DescriptionOption
cong-scripts, these commands are executed after completing the
initial DDL replay from persisted data in this member or from existing
members. This brings the meta-data to consistent state with the cluster
before executing the script.
In the script le, you can include commands that require the existence
of tables and other objects. For example, you might include DML
statements that to load initial data into existing tables.
The address to which this peer binds for receiving peer-to-peer
messages. By default sqlf uses the hostname, or localhost if the
hostname points to a local loopback address.
-client-address
Address to which the network controller binds for client connections.
This takes effect only if "-run-netserver" option is not set to false.
-client-bind-address
Port that the network controller listens on for client connections,
1-65535 with default of 1527. This takes effect only if
"-run-netserver" option is not set to false.
-client-port
Resource Manager's critical heap threshold in percentage of the old
generation heap, 0-100.
When this limit is breached, the system starts canceling
memory-intensive queries, throws low memory exceptions for new
-critical-heap-percentage
SQL statements, triggers data rebalancing, and so forth, to avoid
running out of memory.
Multicast port used to communicate with other members of the
distributed system. If zero, multicast is disabled for both member
-mcast-port
discovery and distribution. Valid values are in the range 0..65535
with default of 10334. This value must be consistent across all the
members of cluster.
Multicast address used to discover other members of the distributed
system. Only used if mcast-port is non-zero.
The default multicast address is 239.192.81.1 as assigned by IANA
(http://www.iana.org/assignments/multicast-addresses).
-mcast-address
This must be consistent across all the members of cluster.
List of locators as comma-separated host:port values used to
communicate with running locators in the system and thus discover
-locators
other peers of the distributed system. The list must include all locators
in use, and must be congured consistently for every member of the
distributed system.
The default is no locators, so the system uses multicast for peer
discovery.
Use of locators is recommended for production systems.
Species an embedded locator in this server that is started and
stopped automatically with this server. The locator is specied as
-start-locator
<address>[<port>] (note the square brackets), or just <port>. When
address is not specied, the one specied in "-bind-address" is used,
if set. Otherwise the machine's default address is used.
395
sqlf Launcher Commands