ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • security key-manager policy show

    Display key manager policy

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    This command displays the defined key management key policies.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-policy <text>] - Policy name

    If you specify this parameter, then the command will list the key manager policy with the given name.

    [-check-key-on-online {true|false}] - Pull key from key manager during volume online?

    If you specify this parameter, then the command displays only the key manager policies with the given check-key-on-online value.

    [-purge-key-on-offline {true|false}] - Purge key from memory during volume offline?

    If you specify this parameter, then the command displays only the key manager policies with the given purge-key-on-offline value.

    [-support-on-admin-vserver {true|false}] - Support policy on admin Vserver?

    If you specify this parameter, then the command displays only the key manager policies with the given support-on-admin-vserver value.

    [-key-manager-attribute-required {true|false}] - Key manager attribute required for volume?

    If you specify this parameter, then the command displays only the key manager policies with the given key-manager-attribute-required value.

    Examples

    The following example lists all configured key management policies:

    cluster-1::*> security key-manager policy show
    
    Policy             Check Key on Online?  Purge Key on Offline?
    -----------------  --------------------  ---------------------
    IBM_Key_Lore       true                  true
    Top of Page