ONTAP 9.12.1 commands

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

    Displays the configured key manager key stores.

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

    Description

    This command displays the list of configured key managers.

    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.

    [-vserver <vserver name>] - Vserver

    If you specify this parameter, then the command will list the key manager configured for the given Vserver.

    [-key-store <Key Store>] - Key Store

    If you specify this parameter, then the command displays only the vservers that have the given key-store configured.

    [-state <Key Store state>] - Key Store State

    If you specify this parameter, then the command displays only the vservers that have the given state configured.

    [-keystore-type <Key Store Type>] - Key Store Type (Azure/AWS etc)

    If you specify this parameter, then the command displays only the vservers that have the given keystore-type configured. This parameter is used to specify a particular type of external key manager. If this parameter is specified and 'key-store' is provided as 'onboard', the "security key-manager show-key-store" command will not return any entries.

    [-policy <text>] - Key Manager Policy Name

    If you specify this parameter, then the command displays only the vservers that have the given policy.

    Examples

    The following example shows all configured key managers in the cluster. In the example, the admin vserver has the Onboard Key Manager configured and the data vserver "datavs1" has external key management configured:

    cluster-1::> security key-manager show-key-store
    
    Vserver                Key Store Key Store Type
    ---------------------- --------- --------------
    cluster-1              onboard   -
    datavs1                external  AKV
    Top of Page