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


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

View encryption key identifiers.

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


bash
Code Block
language
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

View cache group encryption status.

bash
Code Block
language
titlecommand syntax
control.(sh|bat) --encryption cache_group_encryption_status cacheGroupName


bash
Code Block
language
titlecommand output
Encryption status for cache group: default
  Node: 7518757e-7a8c-4abb-bbfd-d82438700000
    left=387 total=389 (memory pages), completed=0.5%
  Node: 329808a8-3003-4661-ae45-0c3d23700001
    left=387 total=389 (memory pages), completed=0.5%

Stop cache group re-encryption.

bash
Code Block
language
titlecommand syntax
control.(sh|bat) --encryption stop_reencryption cacheGroupName


bash
Code Block
language
titlecommand output
Node 53401f0d-b9b8-48ff-a9b7-40f091800000: re-encryption of the cache group "default" has been stopped.
Node d81b23a8-4988-4334-a131-11e1cd700001: re-encryption of the cache group "default" has been stopped.

Start cache group re-encryption.

bash
Code Block
language
titlecommand syntax
control.(sh|bat) --encryption start_reencryption cacheGroupName


bash
Code Block
language
titlecommand output
Node 5debe2e9-fad9-48cb-934a-3260c3600000: re-encryption of the cache group "default" has been started.
Node de3b4dbd-b01e-4472-aa31-39554c600001: re-encryption of the cache group "default" has been started.

View/change re-encryption rate limit.

bash
Code Block
language
titlecommand syntax
control.(sh|bat) --encryption reencryption_rate [limit]

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


bash
Code Block
language
titlecommand output
Node acb45f4b-9f3c-47ea-816b-548995400000: reencryption rate is limited to 0.01 MB/s.
Node 107f080d-2dc5-4629-95a0-048090a00001: reencryption rate is limited to 0.01 MB/s.

...