ONTAP 9.12.1 commands

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

    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>] - Primary Key Server

    If you specify this parameter, then the command displays the connectivity information for only the key management servers with the given primary key server host name or IP address 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.

    [-status-details <text>] - Key Server Status Details

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

    [-secondary-key-servers <text>,…​] - Secondary Key Servers

    If you specify this parameter, then the command displays the connectivity information of only the primary key management servers that have the given secondary key management servers.

    Examples

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

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