メインコンテンツへスキップ

NVMe SED ドライブの bootarg 、 storageencryption.support について、正しい設定は何ですか。

Views:
156
Visibility:
Public
Votes:
1
Category:
ontap-9
Specialty:
core
Last Updated:

環境

  • ONTAP 9.6以降
  • NetAppハードウェアベースの暗号化
    • NVMe SEDドライブ(FIPS 140-2または140-3 認定なし

回答

次のいずれかの例のように、環境変数bootarg.storageencryption.supportFALSE またはUNSET設定する必要があります。

方法1

LOADER> setenv bootarg.storageencryption.support false LOADER> printenv bootarg.storageencryption.support Variable Name Value -------------------- -------------------------------------------------- bootarg.storageencryption.support false

方法2

LOADER> unsetenv bootarg.storageencryption.support LOADER> printenv bootarg.storageencryption.support Variable Name Value -------------------- -------------------------------------------------- bootarg.storageencryption.support *** Undefined ***

変数が正しいことを確認したら、必ず環境を保存してください。

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.