Versions Compared

Key

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

...

The following commands should be added to the control.sh utility:

Rotate encryption key.

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


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



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)

...