Skip to main content
A newer release of this product is available.

security key-manager external show-status

Contributors
Suggest changes

Show the set of configured external key management servers

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

Description

This command displays connectivity information between Data ONTAP nodes and configured external key management servers.

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.

[-node {<nodename>|local}] - Node Name

If you specify this parameter, then the command displays the connectivity information for only the given node.

[-vserver <vserver name>] - Vserver Name

If you specify this parameter, then the command displays the key management servers for only the given Vserver.

[-key-server <Hostname and Port>] - Key Server

If you specify this parameter, then the command displays the connectivity information for only the given key management server with the given name listening on the given port.

[-key-server-status {available|not-responding|unknown}] - Key Server Status

If you specify this parameter, then the command displays the connectivity information for only the key management servers with the given status.

Examples

The following example lists all configured key management servers for all Vservers:

cluster-1::> security key-manager external show-status
Node  Vserver  Key Server                                     Status
     ----  -------  --------------------------------------------   -------------
     node1
           datavs
                    keyserver.datavs.com:5696                      available
           cluster-1
                    10.0.0.10:5696                                 available
                    fd20:8b1e:b255:814e:32bd:f35c:832c:5a09:1234   available
                    ks1.local:15696                                available
     node2
           datavs
                    keyserver.datavs.com:5696                      available
           cluster-1
                    10.0.0.10:5696                                 available
                    fd20:8b1e:b255:814e:32bd:f35c:832c:5a09:1234   available
                    ks1.local:15696                                available
     8 entries were displayed.