You set configuration options for the Sentinel provisioning application using a properties file. On startup, the Sentinel provisioning server tries to read this file:

${REM_HOME}/sentinel-provisioning-config.properties

By default, this file does not exist, and Sentinel uses default options. To configure provisioning options:

  1. create this file

  2. add the property definitions you want to customize.

You can also configure Sentinel EM to provision data in an external database.

Provisioning configuration options

sentinel.<featurename>.default-page-size

Description

The default page size used when listing entries in this resource collection.

Java type

int

Default value

10

Example

sentinel.promotions.default-page-size=50

sentinel.homezone.configuration.cache.timeout

Description

The cache timeout (in milliseconds) to use for HomeZone configuration data used by the provisioning services. The HomeZone zones provisioning services will cache the configured lookup type (profile, dbquery) for a particular Sentinel selection key value for this amount of time.

Java type

long

Default value

60000 (1 minute)

Example

sentinel.homezone.configuration.cache.timeout=10000

sentinel.homezone.sql.cache.timeout

Description

The cache timeout (in milliseconds) to use for HomeZone SQL configuration data used by the provisioning services. The HomeZone zones provisioning services will cache the configured SQL statements for a particular Sentinel selection key value for this amount of time (only applicable if zones are being stored in an external database).

Java type

long

Default value

60000 (1 minute)

Example

sentinel.homezone.sql.cache.timeout=10000

sentinel.subscriberdata.configuration.cache.timeout

Description

The cache timeout (in milliseconds) to use for Subscriber Data configuration data used by the provisioning services. The Subscriber Data provisioning services will cache the lookup type (profile, dbquery, cassandra) for a particular Sentinel selection key value for this amount of time.

Java type

long

Default value

60000 (1 minute)

Example

sentinel.subscriberdata.configuration.cache.timeout=10000

sentinel.subscriberdata.fields.cache.timeout

Description

Description The cache timeout (in milliseconds) to use for Subscriber Data fields configuration data used by the provisioning services. The Subscriber Data provisioning services will cache the configured fields for a particular Sentinel selection key value for this amount of time.

Java type

long

Default value

60000 (1 minute)

Example

sentinel.subscriberdata.fields.cache.timeout=10000

sentinel.subscriberdata.sql.cache.timeout

Description

The cache timeout (in milliseconds) to use for Subscriber Data SQL configuration data used by the provisioning services. The Subscriber Data provisioning services will cache the configured SQL statements for a particular Sentinel selection key value for this amount of time (only applicable if records are being stored in an external database).

Java type

long

Default value

60000 (1 minute)

Example

sentinel.subscriberdata.sql.cache.timeout=10000

sentinel.promotions.configuration.cache.timeout

Description

The cache timeout (in milliseconds) to use for Promotions configuration data used by the provisioning services. The Promotion bucket provisioning services will cache the configured lookup type (profile, dbquery, cassandra) for a particular Sentinel selection key value for this amount of time.

Java type

long

Default value

60000 (1 minute)

Example

sentinel.promotions.configuration.cache.timeout=10000

sentinel.promotions.sql.cache.timeout

Description

The cache timeout (in milliseconds) to use for Promotions SQL configuration data used by the provisioning services. The Promotion bucket provisioning services will cache the configured SQL statements for a particular Sentinel selection key value for this amount of time (only applicable if bucket data is being stored in an external database).

Java type

long

Default value

60000 (1 minute)

Example

sentinel.promotions.sql.cache.timeout=10000

sentinel.core.configuration.cache.timeout

Description

The cache timeout (in milliseconds) to use for Sentinel configuration data used by the XCAP API.

Java type

long

Default value

6000 (1 minute)

Example

sentinel.promotions.sql.cache.timeout=10000

Provisioning data in an external database

If any of the Sentinel data (such as subscriber data records, home zone zones, or promotion buckets) is stored in an external database, Sentinel EM will need to be configured to connect to it directly.

See:

Previous page Next page
Sentinel Express Version 4.1