Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1535

September 30th, 2014 10:00

Virtual volume

What is the command to list the storage view/s for a particular virtual volume ?

57 Posts

October 2nd, 2014 19:00

Use

export storage-view checkconfig to get a list volumes exported in more than one view.

Then

export storage-view find --volume "virtual volume found above

Steve

Sent from my iPad

278 Posts

October 1st, 2014 01:00

Good morning Snalluri,

to see all the VV in a Storage View from CLI:

ls -t /clusters/cluster-1/exports/storage-view/view_name:virtual-volumes

The -t tells ls to list the specific attribute (virtual-volumes_ of the object

Hoe that this will help you

278 Posts

October 1st, 2014 01:00

Also you can use the following:

VPlexcli:/clusters/cluster-1/exports/storage-views> ls -f /clusters/cluster-1/exports/storage-views/ :

28 Posts

October 2nd, 2014 09:00

Hi Yankee- Thanks for your reply,

one more question here , If a V.volume is part of multiple storage Views , then is there a command to list for the virtual volumes ?

28 Posts

October 7th, 2014 14:00

Thanks Steve, that really helped me a lot !!

57 Posts

October 7th, 2014 15:00

Your welcome.

Sent from my iPhone

No Events found!

Top