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
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
I received another warning on a drive today about not being able to read the SMART info. So as I normally do I check run smartctl against it. This turned up some reallocation entries. Hmm how do I eas...Read More
I really like the Aldehyde theme when it updated and it’s standard blog view. Trouble is I couldn’t easily customise it via the GUI so I guess I’ll have to dive into the code. After ...Read More
I’ve created a small Digital Ocean Droplet using their pre-built WordPress application image and now that DNS has fully propagated my blog is up and running. I’ve moved from a hosting prov...Read More