アグリゲートを破棄したあとにSVMルートボリュームを再作成できない
環境
- ONTAP 9
- Storage Virtual Machine(SVM)
- SVMのルート ボリューム
問題
- SVMルートボリュームがリカバリ不能な状態である:
cluster1::> volume show svm1_root
Vserver Volume Aggregate State Type Size Available Used%
--------- ------------ ------------ ---------- ---- ---------- ---------- -----
svm1 svm1_root - - RW - - -
- SVMルートボリュームは、SVMに他のデータボリュームが残っているため削除できません。
cluster1::*> volume delete svm1_root -vserver svm1
Error: command failed: Cannot delete root volume because the Vserver has volumes.
- そのSVMの新しいボリュームを作成しようとすると、次のエラーが表示されて失敗します。
cluster1::> volume create -volume test -vserver svm1 -size 1GB -aggregate cluster1_01_SSD_1
Error: command failed: Unable to get default security-style from the root volume of the Vserver due to root volume offline. Provide security-style.
-vsroot true
オプションを使用して新しいルートボリュームを作成しようとすると失敗します。
cluster1::*> volume create -vserver svm1 -volume svm1_root_1 -aggregate cluster1_02_SSD_1 -size 1GB -vsroot true -security-style ntfs
[Job 238] Job is queued: Create svm1_root_1.
Error: command failed: [Job 238] Job failed: Failed to create the volume in Volume Location Database. Reason: VLDB found an existing Vserver root volume.