Back to Influxdb

influxd-ctl ldap warm-cache

content/enterprise_influxdb/v1/tools/influxd-ctl/ldap/warm-cache.md

latest1.0 KB
Original Source

The influxd-ctl ldap warm-cache command downloads LDAP group membership and loads the cache on all InfluxDB Enterprise data nodes with that information.

Usage

sh
influxd-ctl ldap warm-cache [flags]

Flags

FlagDescription
-cancelCancel an in-progress cache warm
-statusPrint cache warm status

{{% caption %}} Also see influxd-ctl global flags. {{% /caption %}}

Examples

Warm the LDAP cache

sh
influxd-ctl ldap warm-cache

View the status of cache warm operations

sh
influxd-ctl ldap warm-cache -status

Cancel an in-progress cache warm operation

sh
influxd-ctl ldap warm-cache -cancel