stores.conf Parameters

The following table describes the stores.conf parameters required for FTL stores. Any stores.conf parameters not listed here are unsupported when using FTL stores.

Parameter Name Description
[store_name] [store_name] is the name that identifies this store configuration.

Note that the square brackets [ ] DO NOT indicate that the store_name is an option; they must be included around the name.

type=ftl

Identifies the store type. This parameter is required for all store types. The type corresponding to FTL stores is ftl.

Other available store types are as follows:

  • file – for file-based stores.

  • as – for grid stores.

EMS does not support configuration of multiple store types in the same server. If using FTL stores, all stores in the configuration must be of type ftl.