Component Command-Line Parameters

All three executable components -- state keeper, node, and proxy -- accept the same set of command-line parameters, as documented here.

Parameter Description
-n name

--name name

Required. Process name.

Supply one of the names you assigned in Defining a Data Grid.

-r realm_server_URL

-rs realm_server_URL

--realmserver realm_server_URL

Required. Realm server location.

Supply the realm server URL in the form http://host:port. Use the values of host and port that you supplied as the -ht argument in Starting a Realm Server. If running a secure realm server, use https instead of http.

If running a backup realm server, the URL of the backup realm server can be specified by separating the primary realm server's URL and backup realm server's URL with a | (pipe) character. For example:

-r realm_server_URL|backup_realm_server_URL

-s realm_server_URL

--secondary-realmserver realm_server_URL

Optional.

URL of the backup realm server. See alternate method of specifying the backup realm server's URL in the row above.

If the regular realm server is unavailable, the process contacts the backup realm server at this location.

-g name

--grid name

Optional.

Required when a data grid has been configured with a name. The name of the data grid as specified in Defining a Data Grid.