As the title says, a simple Bash script to create a flexgroup qtree and a reporting quota rule. You’ll need to be running ONTAP 9.3GA: #!/bin/bash # # This script takes cluster, vserver, ...Read More
I’ve retired my Digital Ocean VM and moved to a hosted solution. It was an interesting technical exercise running my own web server however I just don’t have the time to maintain it, secur...Read More
Had an interesting issue that I’ve resolved just now. Because of my history in networking and Windows administration I’m not that aware of Linux and NFS legacy stuff like I maybe am with W...Read More
Preamble The following is a summary of what we’re monitoring of a NetApp cluster: Auto Discovery of Flexgroups Auto Discovery of Infinite Volumes Auto Discovery of Aggregates Storage utilisation...Read More
Aggregate Stats #!/bin/bash # # script expects to be supplied the following values: # $1 = cluster name # cluster=$1 ssh monitor@$cluster statistics aggregate show -iterations 1 -interval 10 | sed -...Read More
Below assumes you have passwordless ssh setup Sometimes a new NetApp system comes in without the disk assignment not how you want. First disable autoassign on all cluster nodes: ssh disk options modif...Read More
Preamble Either curl and jq or a python script is needed to handle the data returned when polling the DSNet Manager as the data is returned in JSON format. SNMP support for querying the DSNet system d...Read More
So real quick, been very bad at updating my blog for a long time! Had real issues with the LACP bonding as I’ve never setup a Procurve before. Basically creating a LACP bond via the obvious (to ...Read More
Just a real quick post. So I did something you really shouldn’t, especially to a work system, so thank god it was only my personal blog server. I decided do an OS upgrade just before holidays! S...Read More