My Profile Photo

Matthew Hodgkins Blog


❤️er of Platform Engineering, SRE, K8s, Golang, Observability and working with nice humans. Aussie living in the Netherlands.


  1. Automating with Jenkins and PowerShell on Windows - Part 2

    After reading Automating with Jenkins and PowerShell on Windows Part – 1, you should have a grasp on the basics of Jenkins and be excited to start doing more automation! Let’s start reaching out into our network with Jenkins and take actions on remote machines. Jenkins provides a means to do this, which is to install a Jenkins agent onto each machine you want to reach out to. This is a decent option, but instead...…


  2. Automating with Jenkins and PowerShell on Windows - Part 1

    Take a minute think about how many PowerShell scripts you have written for yourself or your team. Countless functions and modules, helping to automate this or fix that or make your teams lives easier. You spend hours coding, writing in-line help, testing, packaging your script, distributing it to your team. All that effort, and then a lot of the time the script is forgotten about! People just go back to doing things the manual way....…


  3. Using PowerShell To Send Metrics To Graphite

    One side of monitoring that is difficult or expensive in the Windows world is performance monitoring. Windows comes with Performance Monitor, but that is only useful for short term monitoring or for troubleshooting a live performance problem. If you want to keep historic metrics, you might use something like SCOM, but it can be expensive and is a fairly complex product. There is a tool that has been around for a few years in the...…


  4. Replacing a Failed Disk in Windows Server 2012 R2 Storage Spaces with PowerShell

    Failed hard disks are in-evadable. There are many ways to provide resiliency for hard disk failure, and Windows Server 2012/Windows Server 2012 R2’s build in feature to provide this is Storage Spaces. A hard disk failed inside my Storage Pool, so lets switch over to PowerShell to get this resolved. Diagnosis Retiring the Failed Disk Adding a New Disk Repairing the Volumes Remove the Lost VirtualDisks Removing the Failed Disk from the Pool Summary Diagnosis...…


  5. How to fix a Timeout Erorr while mounting a LUN in NetApp SnapDrive

    When you are trying to mount a LUN (by using Connect Disk) in SnapDrive, you may get an error saying: A timeout of 120 secs elapsed while waiting for volume arrival notification from the operating system. This generally occurs when you have created a LUN using the NetApp System Manager first, and then tried to connect to it in SnapDrive. The reason for this error message is that when SnapDrive is connecting to a disk,...…