ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system node hardware nvram-encryption modify

    Configure NVRAM device encryption

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

    Description

    The system node hardware nvram-encryption modify command configures the encryption feature for the NVRAM or NVMEM data that is destaged to non-volatile flash storage.

    This feature might be restricted in some countries due to local regulations concerning encrypted data.

    Parameters

    -node {<nodename>|local} - Node

    Specifies the node containing the NVRAM or NVMEM subsystem.

    [-is-enabled {true|false}] - Is Encryption Enabled

    Specifies whether the NVRAM or NVMEM encryption is disabled or enabled.

    Examples

    The following commands enable or disable the NVRAM encryption:

    cluster1::> system node hardware nvram-encryption modify  -node node1 -is-enabled false
          cluster1::> system node hardware nvram-encryption modify  -node node1 -is-enabled true
    Top of Page