Instructs all SQLFire members to disconnect from the distributed system and shut down.
sqlf shut-down-all [-mcast-port=<port>] [-mcast-address=<address>] [-locators=<addresses>] [-bind-address=<address>] [-skip-locators] [-skip-accessors] [-<prop-name>=<prop-value>]*
The table shows arguments and options for sqlf shut-down-all.
| Option | Description |
|---|---|
| -mcast-port |
Multicast port used to communicate with other members of the distributed system. If zero, multicast is not used for member discovery (specify -locators instead). Valid values are in the range 0–65535, with a default value of 10334. |
| -mcast-address |
Multicast address used to discover other members of the distributed system. This value is used only if the -locators option is not specified. The default multicast address is 239.192.81.1. |
| -locators |
List of locators used to discover members of the distributed system. Supply all locators as comma-separated host:port values. |
| -bind-address | 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. |
| -skip-locators | Include this option to leave standalone locator members running after executing the shut-down-all command. |
| -skip-locators | Include this option to leave SQLFire accessor members (members that were started with host-data=false) running after executing the shut-down-all command. |
| -prop-name |
Any other SQLFire distributed system property. |
If no multicast or locator options are specified on the command-line, then the command uses the sqlfire.properties file (if available) to determine the distributed system to which it should connect.