The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
security key-manager health policy modify
Contributors
-
PDF of this doc site

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Modify the health monitor policy of the given keystore-type
Availability: This command is available to cluster administrators at the admin privilege level.
Description
This command modifies the health monitor policy
Parameters
-keystore-type <Key Store Type>
- Keystore Type-
Use this parameter to specify the keystore-type of the health monitor policy to be updated.
[-enabled {true|false}]
- Health Monitor Enabled?-
Use this parameter to specify if the health monitor is enabled.
[-manage-volume-offline {true|false}]
- Automatically Manage Volume Offline?-
Use this parameter to specify if the health monitor can automatically offline the volumes if the key manager cannot be reached.
Examples
The following example updates the AWS 'keystore-type' health monitor policy "enabled" and "manage-volume-offline" values.
cluster-1::> security key-manager health policy modify -keystore-type AWS -enabled false -manage-volume-offline false