1.1

Table Of Contents
[-locators=<addresses>]
[-mcast-port=<port>] [-mcast-address=<address>]
[-skip-accessors] [-<prop-name>=<prop-value>]*
The table shows arguments and options for sqlf shut-down-all.
DescriptionOption
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.
-bind-address
List of locators used to discover members of the distributed system.
Supply all locators as comma-separated host:port values.
-locators
Multicast address used to discover other members of the distributed
system. This value is used only if the -locators option is not
specied.
-mcast-address
The default multicast address is 239.192.81.1.
Multicast port used to communicate with other members of the
distributed system. If zero, multicast is not used for member discovery
(specify -locators instead).
-mcast-port
Valid values are in the range 065535, with a default value of 10334.
Include this option to leave SQLFire accessor members (members
that were started with host-data=false) running after
executing the shut-down-all command.
-skip-accessors
Any other SQLFire distributed system property.
-prop-name
If no multicast or locator options are specied on the command-line, then the command uses the
sqlfire.properties le (if available) to determine the distributed system to which it should connect.
Description
This command provides an orderly shutdown for all SQLFire data store and accessor members. Locators are left
running to ensure an orderly shut down of the system; shut down locators only after data stores have stopped.
On the next startup, data store members will still need to wait until the member with the most recent copy of
persisted data joins the distributed system.
Example
This command shuts down data store and accessor members in a system that uses multicast for discovery:
sqlf shut-down-all -mcast-port=3000
Connecting to distributed system: mcast=/239.192.81.1:3000
Successfully shut down 2 members
sqlf stats
Displays statistics values from the statistics archive.
Syntax on page 399
Restoring an Online Backup on page 398
393
sqlf Launcher Commands