暗号化されたボリュームのボリューム移動が次のエラーで失敗しました:ボリュームの作成:内部エラー
- Views:
- 18
- Visibility:
- Public
- Votes:
- 0
- Category:
- ontap-9
- Specialty:
- core<a>2008738835</a><a>(翻訳用</a>
- Last Updated:
環境
ONTAP 9
NetApp Volume Encryption(NVE)
問題
- 暗号化されたボリュームをクラスタ内の別のノード上のアグリゲートに移動しようとすると、次のエラーが発生します。
"Creating volume: Internal error (1)."
cluster1::> volume move start -vserver vs0 -volume volume_test -destination-aggregate dest_aggr
[Job 8867] Job is queued: Move "volume_test" in Vserver "vs0" to aggregate "dest_aggr".
Use the "volume move show -vserver vs0 -volume volume_test" command to view the status of this operation.
cluster1::*> vol move show -vserver vs0 -volume volume_test
Vserver Name: vs0
Volume Name: volume_test
Actual Completion Time: Tue Feb 05 09:43:22 2019
...
Detailed Status: Creating volume: Internal error
- ジョブのステータスを確認します。ジョブ ID は、 volume move start コマンドの実行時に出力されます。
cluster1::> job show -id 8867 -fields progress,id,vserver
id vserver progress
-- ---------------- ---------
8867 vs0 Complete: Creating volume: Internal error [1]
- イベントログを確認します。
cluster1::> event log show -message-name *jobcomplete.failure*
Tue Feb 05 11:09:28 PST [vs0-02: mgwd: mgmtgwd.jobmgr.jobcomplete.failure:info]: Job "Volume
Move" [id 8867] (Move "volume_test" in Vserver "vs0" to aggregate "dest_aggr") completed
unsuccessfully: Creating volume: Internal error (1).