Microsoft Virtualization Discussions

Lun in volumes

saranraj456
9,736 Views

Hi All,

Is there any command or a way to find out how many luns are there in a volume?

In my firm, we use to create a volume name propotional to the host name.so that would be easy to find the no.of.luns. My concern is how we find out generally?

Cheers,

saran

6 REPLIES 6

thomas_glodde
9,736 Views

"lun show" will give you a list of all LUNs in the system. You can then check if LUNs share the same volume.

saranraj456
9,737 Views

Hi Thomas,

Thanks for the info.

In some filers we are having numerous luns (more than 200) in that case it was tedious for me to verify how many luns are associated with a volume?

thomas_glodde
9,737 Views

There is no command like "lun vol count" which tells you it has 4 volumes with 10 luns each, you would need to script that.

saranraj456
9,737 Views

if you dont mind,can you provide me the model shell script for that?

SSADIQ
9,736 Views

Ø  lun show –l volumname (Will show all LUNs inside a specific volume)

Public