12 Posts

June 16th, 2015 15:00

I took a long look at the DellStoragePowerShellSDK_v2_0_1_327B that was released with EM 2015 and am pleased to report the 'Get-DellScVolumeConfigurationStorageTypeClassDistributionListAssociation' cmdlet (and possibly the longest named cmdlet I've seen!) outputs the distribution of volume space across storage type classes.

Sample output example (1type):

DiskSpaceActive                   : 0 MB

DiskSpaceCompressed               : 0 MB

DiskSpaceReplay                   : 147.73 GB

DiskSpaceSavedByCompression       : 0 MB

DiskTierNumber                    : 3

DiskTrack                         : FastTrack

PercentCompressed                 : -1

RaidLevel                         : RaidSixTen

StorageTypeClass                  : 30715.1.15 ScStorageTypeClass Assigned - Redundant - 2 MB - Tier 3 RAID 6-10 - Fast

UncompressedToCompressedPageRatio : -1

Volume                            : 30715.5 ScVolume pdc1_01

VolumeSpaceActive                 : 0 MB

VolumeSpaceCompressed             : 0 MB

VolumeSpaceReplay                 : 118.18 GB

ObjectName                        : ScVolumeStorageTypeClassDistribution

No Events found!

Top