Skip to main content
NetApp Knowledge Base

What is the correct setting for bootarg.storageencryption.support for NVMe SED drives?

Views:
2,837
Visibility:
Public
Votes:
1
Category:
ontap-9
Specialty:
core
Last Updated:

Applies to

  • ONTAP 9.6 and later
  • NetApp hardware-based encryption
    • NVMe SED drives (not FIPS 140-2 certified)

Answer

The environment variable bootarg.storageencryption.support should be set to either FALSE or should be UNSET as in one of the examples below:

Method 1

LOADER> setenv bootarg.storageencryption.support false
LOADER> printenv bootarg.storageencryption.support

Variable Name        Value
-------------------- --------------------------------------------------
bootarg.storageencryption.support        false

Method 2

LOADER> unsetenv bootarg.storageencryption.support
LOADER> printenv bootarg.storageencryption.support

Variable Name        Value
-------------------- --------------------------------------------------
bootarg.storageencryption.support        *** Undefined ***

After the variable is verified correct be sure to save the environment:

LOADER> saveenv

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.