1.1

Table Of Contents
pc29(23611)<v2>:52031/53106 |datastore(normal)
pc29(24021)<v5>:58510/43678 |accessor(normal)
pc29(23503)<v1>:30307/36105 |datastore(normal)
6 rows selected
-- also check for server groups
sqlf> select ID, KIND, SERVERGROUPS from sys.members;
-- example output
ID |KIND
|SERVERGROUPS
-----------------------------------------------------------------
pc29(23372)<v0>:28185/36245 |locator(normal)
|
pc29(23742)<v3>:19653/33509 |datastore(normal)
|CUSTOMERS,ORDERSDB
pc29(23880)<v4>:37719/51114 |accessor(normal)
|CUSTOMERS,ORDERSDB
pc29(23611)<v2>:52031/53106 |datastore(normal) |CUSTOMERS
pc29(24021)<v5>:58510/43678 |accessor(normal)
|CUSTOMERS,ORDERSDB
pc29(23503)<v1>:30307/36105 |datastore(normal) |ORDERSDB
6 rows selected
sqlf show-disk-store-metadata
Display the disk store metadata for a specied disk store directory.
Syntax
sqlf show-disk-store-metadata <disk-store> <directory>+
[-mcast-port=<port>]
[-mcast-address=<address>]
[-locators=<addresses>]
[-bind-address=<address>]
[-<prop-name>=<prop-value>]*
The table describes options and arguments for sqlf show-disk-store-metadata. If no multicast or locator options
are specied on the command-line, the command uses the sqlfire.properties le (if available) to
determine the distributed system to which it should connect.
DescriptionOption
(Required.) Species the name of a disk store for which you want
to display metadata. The disk store must be ofine.
<disk-store>
(Required.) Species one or more disk store le directories.<directory>
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.
391
sqlf Launcher Commands