Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

4228

September 13th, 2011 04:00

Delete a disk\volume from NS120 using Unisphere GUI

How can I delete\remove a volume from NS120 using Unisphere GUI?

I ensure that no filesystem exists on the volume\disk that I want to delete, however after this, when I select the disk\volume it seems that the delete button is greyed-out. I though this could have been user permissions, but logging in with root, I am still unable to delete.

I am capable of deleting this using the nas_disk delete command in the CLI - with both accounts (nasadmin or root).

September 13th, 2011 23:00

The referenced Primus above is specific to the VNX (Unisphere v1.1).  Unlike in Unisphere v1.0 (or "Celerra Manager" for those that haven't yet upgraded) which had as part of the system initialization created a "root" user that could be used to log into the GUI, the VNX did not do the same and had to be manually created per the KB article.

Without the "root" user, in Unisphere (or Celerra Manager), you'd find certain tasks couldn't be performed in the GUI such as:

  • modifying Control Station properties
  • updating Connect Home settings

    

The user would simply be presented with uneditable text fields.

As for the original poster's observations, even as "root", the GUI never allowed for the deletion of any system generated volumes such as those of type: disk (and meta or slice as created automatically when creating filesystems); and therefore, attempts to delete a dvol would be halted as the "Delete" button or context-menu entry is greyed out.  Therefore, if you need to delete a dvol to in turn free up the underlying LUN, your only option is to do so from the CLI as follows:

  1. nas_disk -delete d# -perm
  2. remove LUN from underlying storage group
  3. (optionally) delete LUN

    

or, simply

  1. nas_disk -delete d# -perm -unbind

          (-unbind) effectively consolidates steps #2 and #3 above

As for the "Delete" in the GUI in reference to Volumes, it is only available for user-created volumes such as those of type: stripe, meta, or slice manually created from existing volumes.

9 Legend

 • 

20.4K Posts

September 13th, 2011 05:00

take a look at this solution

emc258105

4 Operator

 • 

8.6K Posts

September 14th, 2011 02:00

Good explanation

4 Posts

September 14th, 2011 03:00

Thanks Christopher - that makes sense!

September 17th, 2011 21:00

This week I was working with a client to reconfigure their storage pools (for file) on a VNX and thought I'd give it a try in the GUI to see if anything changed.  Turns out that Unisphere v1.1 lets you now delete the freed up disk volumes.  You still need to manually remove the associated LUNs from the ~filestorage storage group and then unbind the LUNs to reclaim that space.

Personally will stick with building my scripts and running the nas_disk command with the -unbind parameter as noted above, but wanted to share this as something to look forward to.

No Events found!

Top