1.0

Table Of Contents
DescriptionOption
Causes the new member to trigger a rebalancing operation for all
partitioned tables in the system. The system always tries to satisfy
-rebalance
the redundancy of all partitioned tables on new member startup
regardless of this option.
Comma-separated list of les containing initial SQL commands to
be executed by this member prior to executing any other commands.
-cong-scripts
The format of these les is same as that required by the SQLFire
command shell.
The scripts in "-cong-scripts" should include conguration and
other options, or initial DDL statements to be executed before any
other operation in the member, including execution of initial DDLs
from other members or those persisted in the default disk store of
this member.
As with cong-scripts, this is a comma-separated list of les
containing the initial SQL commands to be executed in the same
-init-scripts
format as that required by the SQLFire command shell. Unlike
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.
361
sqlf Launcher Commands