Skip to main content

security key-manager health policy modify

Contributors
Suggest changes

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