Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I wanted to delete the SVM with root volume only but, after it has been renamed :
I followed following steps:
1. I created one SVM
2. Renamed it
3. Trying to delete root volume of renamed SVM
when I am trying to delete root volume, the filter for Vserver is not working when I am serching by name.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Kailas, you can do this in the CLI pretty easily, just make sure you do it to a vserver that you no longer need as all settings will be destroyed and delete!!
For example vserver name = myvserver
::> volume offline -vserver myvserver -volume myvserver_rootvol
::> volume delete -vserver myvserver -volume myvserver_rootvol
::> vserver delete -vserver myvserver
You can then go back into the gui and refresh your svm list and it should be gone.
