Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titlecommand output
The encryption key has been changed for cache group "default".

Get encryption key identifiers.

Code Block
languagebash
titlecommand syntax
control.(sh|bat) --encryption cache_key_ids cacheGroupName


Code Block
languagebash
titlecommand output
Encryption key identifiers for cache: default
  Node: d8a5a9bb-057e-41dd-9a50-0a6fd8000001
    1 (active)
    0
  Node: 60bcdb65-2715-4a74-8e93-c6b8cdf00000
    1 (active)
    0



Code Block
languagebash
  Change the encryption key of the cache group:
    control.(sh|bat) --encryption change_cache_key cacheGroupName

  Get encryption key identifiers of the cache group:
    control.(sh|bat) --encryption cache_key_ids cacheGroupName

  Get cache group encryption status:
    control.(sh|bat) --encryption cache_key_ids cacheGroupName

  Start cache group re-encryption:
    control.(sh|bat) --encryption start_reencryption cacheGroupName

  Stop cache group re-encryption:
    control.(sh|bat) --encryption stop_reencryption cacheGroupName

  View/change re-encryption rate limit:
    control.(sh|bat) --encryption reencryption_rate [limit]

    Parameters:
      limit  - decimal value to change rate limit (MB/s)

...