ONTAP 9.12.1 commands

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

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

    Description

    This command removes an entry from the key table.

    Parameters

    -key-id <Hex String> - Key ID

    Use this parameter to specify the key ID of the entry that you want to remove from the key table.

    Examples

    The following example deletes an entry from the key table:

    cluster-1::> security key-manager key key-table show
    
    Key ID                                                                            Key Type Encryption   Creation Time
    --------------------------------------------------------------------------------- -------- ------------ --------------------
    00000000000000000200000000000100239c17902e7515ed397892f75f52e38e0000000000000000  NSE-AK   AES-256      2/8/2022 10:54:46
    00000000000000000200000000000a00a7af571b8397e7df297128fdeb83f4ba0000000000000000  SVM-KEK  AES-256      1/1/2022 01:01:59
    2 entries were displayed.
    
    cluster-1::*> security key-manager key key-table delete -key-id 00000000000000000200000000000100239c17902e7515ed397892f75f52e38e0000000000000000
    
    cluster-1::> security key-manager key key-table show
    
    Key ID                                                                            Key Type Encryption   Creation Time
    --------------------------------------------------------------------------------- -------- ------------ --------------------
    00000000000000000200000000000a00a7af571b8397e7df297128fdeb83f4ba0000000000000000  SVM-KEK  AES-256      1/1/2022 01:01:59
    1 entry was displayed.
    Top of Page