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

1.3 KiB

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

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

influxd-ctl ldap warm-cache [flags]

Flags

Flag Description
-cancel Cancel an in-progress cache warm
-status Print cache warm status

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

Examples

Warm the LDAP cache

influxd-ctl ldap warm-cache

View the status of cache warm operations

influxd-ctl ldap warm-cache -status

Cancel an in-progress cache warm operation

influxd-ctl ldap warm-cache -cancel