ONTAP 9.12.1 commands

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

    (DEPRECATED)-Display key management servers

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

    Description

    This command is deprecated and may be removed in a future release. Use security key-manager external show instead.

    This command displays the key management servers configured on the cluster. This command is not supported when the Onboard Key Manager is enabled.

    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.

    | [-status ]

    If you specify this parameter, the command displays the status of each key management server.

    | [-instance ] }

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

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

    This parameter specifies the name of the node that you want to retrieve key management server status for. If parameter is not specified, all nodes will retrieve the key management servers status.

    [-address <IP Address>] - IP Address

    Shows only a key management server registered with the input address. It is also possible to show multiple key management servers.

    [-server-port <integer>] - Server TCP Port

    If you specify this parameter, the command displays only key servers listening on this port.

    Examples

    The following example lists all configured key management servers:

    cluster-1::> security key-manager show
    
    Node                    Registered Key Manager
    ----------------------  ---------------------------
    node1                   10.225.89.33
    node2                   10.225.89.33

    The following example lists all configured key management servers, the TCP port on which those servers are expected to listen for incoming KMIP connections, and their server status:

    cluster-1::> security key-manager show -status
    
    Node                    Port    Registered Key Manager       Status
    ----------------------  ------  ---------------------------  ---------------
    node1                   5696    10.225.89.33                 available
    node2                   5696    10.225.89.33                 available
    Top of Page