オリジンが暗号化され、キャッシュクラスタに暗号化ライセンスがない場合にFlexCacheの作成が失敗する
- Views:
- 6
- Visibility:
- Public
- Votes:
- 0
- Category:
- ontap-9
- Specialty:
- core<a>暗号化</a><a>FlexCache</a>
- Last Updated:
環境
- ONTAP 9
- FlexCache
- ONTAP暗号化
問題
- FlexCacheを作成しようとすると、次のエラーが報告されます。
::> volume flexcache create -volume cache -aggr-list aggr1 -origin-volume origin -origin-vserver svm1
[Job 126] Job is queued: Create FlexCache volume cache..
Error: command failed: [Job 126] Job failed: Failed to inherit the encryption property of
origin volume "" due to invalid VE (Volume Encryption) license.
- ただし、Volume Encryption (VE)ライセンスをインストールすると、報告されるエラーが変更されます。
::> system license add xxxx
License for package "VE" installed.
::> volume flexcache create -volume cache -aggr-list aggr1 -origin-volume origin -origin-vserver svm1
[Job 127] Creating FlexCache volume
Error: command failed: [Job 127] Job failed: Failed to create the FlexCache volume. Reason:
Failed to create the volume on node "node1". Reason: Key management
is not configured for the admin Vserver or for data Vserver "svm1".
Use the "security key-manager external enable -vserver <vserver_name>"
command to configure external key management or "security key-manager
onboard enable -vserver <vserver_name>" command to configure the Onboard Key Manager for the appropriate Vserver. Resolve the issue, and then try the creation again.