Server Command-Line Options for Grid Stores

When starting the EMS server with grid stores, the server must be pointed to the data grid where message data and configuration information will be stored and retrieved from. This is done via the following server command line options.
Option Description
-grid_url url The realm service URL of the data grid to connect to.
-grid_name datagrid_name The name of the data grid to connect to.
-config key The key specified while uploading the JSON configuration to the data grid.
-module_path path_list List of paths to lib directories of ActiveSpaces and FTL installations.
-grid_trust_file path Path to the plaintext file that contains the FTL server’s public certificate. Required for TLS communication with a secure FTL server.

-grid_user user

User name to use when connecting to an FTL server that has authentication enabled.
-grid_password password

Password to use when connecting to an FTL server that has authentication enabled.

Refer to the Password Security section of the TIBCO FTL Administration product guide for details on the full syntax.

The syntax for starting the EMS server with grid stores is as follows:
tibemsd -grid_url <url> -grid_name <datagrid_name> -config <key> -module_path <path_list> [-grid_trust_file <path> -grid_user <user> -grid_password <password>]

Examples

Example 1

tibemsd -grid_url http://hostname:8080 -grid_name devgrid -config uniquekey -module_path AS_HOME/lib:FTL_HOME/lib

Example 2

tibemsd -grid_url https://hostname:8080 -grid_name devgrid -config uniquekey -module_path AS_HOME/lib:FTL_HOME/lib -grid_trust_file ftl-trust.pem -grid_user user1 -grid_password password