Tag Archives: powershell

Quick Little Powershell Script

Here’s a quick little powershell script I wrote to illustrate the relationship between Aggregates, Shelves, and raid-groups for a student who was a little confused as to their relationship: $raidGroup = 0; $shelf=1; $rgSize=8; $shelfBays = 24 $numShelves = 2 … Continue reading

Posted in netapp, programming, tech | Tagged , , | Leave a comment