EMC VNX: LUN migration & provisioning using NAVISECCLI

Being able to migrate LUNs between Storage Pools or Raid Groups is a useful feature that has been around for a long time. It’s non-disruptive so you can do it anytime, but be careful with the rate. It’s A bit like SVMotion for array side storage ! (even though it predates VMWare of course). It’s also easily executed using Naviseccli.

Firstly I’m going to create a target LUN on a different Storage Pool on the Array. The target LUN must be the same size or larger than the source.

This new LUN is going to be 2TB, thin provisioned and be called “target_mig” into a Storage Pool with ID “5“. The tiering policy will be set to “Auto-Tier” and the initial data placement will be “Highest Available” which in this case will be SAS. After the migration completes, the name, id etc will be transferred across to the new LUN.

One point which can be useful. To execute this, you must know the ID of the Storage Pool where the target LUN will be created. Not often referred to, if you’re like me, you normally refer to the Pools by their “name”. Gold, Production Platinum, Tier 1, Slow, Angus….whatever !

To get a quick list, list the Storage Pool metadata to a text file, then retrieve the names using the powershell ‘get-content’ cmd piped through the ‘select-string’ cmd.

(I’m searching for ID and using the Context switch to retrun 2 lines before and after any match)

lm-1

Groovy. Pool ID 5 it is. Now let’s create our target LUN;

lm2

No error returned so we’re good to check.

same from Unisphere;

lm3

Launch the migration task;

lm4a

Read any warning, act if necessary…then GO AT IT !

At 2TB and with the default priority of medium, it’s going to take a while, so strap yourself in. Or not.

Check the initial status;

lm5

I ain’t got time for this. Let’s crank it up a bit by raising the priority to ‘High’

lm6a

Better, so I’ll let it complete at that rate. Time for a sleep.

All finished;

lm10

How does it look from Unisphere? It looks sweet.

lm8

As part of the process, when the migration completes, the original source LUN will be deleted;

lm9

Enjoy.

Related Post

4 thoughts on “EMC VNX: LUN migration & provisioning using NAVISECCLI

  1. Thanks so much regarding giving me an update on this matter on your site. Please realize that if a new post appears or when any modifications occur to the current article, I would want to consider reading more and finding out how to make good using of those techniques you talk about. Thanks for your efforts and consideration of others by making this blog available.

  2. When i ran the below command, i am getting the error, can you please help?
    PS C:\Program Files (x86)\EMC\Navisphere CLI> naviseccli -h 192.XXX.XXX.XXX -user sysadmin -password sysadmin -scope 0 storagepool -list > D:\spool.txt ; get-content “spool.txt” | select-string -Pattern ‘ID’ -Context 2
    Get-Content : Cannot find path ‘C:\Program Files (x86)\EMC\Navisphere CLI\spool.txt’ because it does not exist.
    At line:1 char:120 naviseccli -h 192.168.100.192 -user sysadmin -password sysadmin -scope 0 storagepool -list > D:\spool.txt ; get-content <<<

    can you please help?

    1. Hi Sandeep, just check your path and make sure your creating (via the tee >) the spool.txt to a valid location.

Leave a Reply to Brett Sinclair Cancel reply

Your email address will not be published. Required fields are marked *

%d bloggers like this: