Category Archives: netapp

Netapp Network testing with iperf3

Here’s an interesting NetApp thing I was playing around with. There’s a command in diag mode: “network test-link”, which is ostensibly to test throughput between nodes. In the man page, it mentions that it is based on iperf3 — Just … Continue reading

Posted in netapp, tech, Uncategorized | Leave a comment

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