VMware Ansible – Getting Started Examples

Infrastructure as Code (IaC) is managing infrastructure using a DevOps type methodology. Where the current configuration of your infrastructure is represented in code, any additions, changes or deletions are also made through this code. There are various methods to codify your infrastructure, some proprietary like AWS Cloudformation, others are generic like Ansible or Terraform. The […]

More...

VMware Software and Firmware Upgrade Strategy (HPE Focussed)

Keeping a VMware ecosystem up to date is a challenge. Ensuring you are running a supportable and stable combination of VMware ESXi, device drivers, extensions and hardware firmware is a lot of moving parts to keep “in synch”. Essentially the version of the device drivers needs to be supported by VMware ESXi, the version of […]

More...

VMware vLCM with HPE iLO Amplifier Error Adding Service Pack for Proliant (SPP)

A fairly common error with a fairly easy fix. When adding the Service Pack for Proliant (SPP) I was seeing this error message: “some error occured while online deport registration” The error appears here, the “important notes” gives you the clue to the fix. You need to ensure that your iLO Amplifier appliance(s) are not […]

More...

SNMPWalk 101

SNMP (Simple Network Management Protocol) is a protocol that can be used for monitoring and managing network connected devices. Personally I use it primarily for monitoring, it is a useful way to interrogate network connected devices for information about their status. For example querying to identify if a power supply has failed on a switch, […]

More...

NagiosXI – REST API to Manipulate Objects

NagiosXI has a REST API that can be used to add, edit and remove objects from the configuration. Full details of the configuration and use of this can be found on your installation at: http://nagiosserver.domain.com/nagiosxi/help/?xiwindow=api.php (or you can find it through the Advanced Configuration menu). Each user has an APIKey which can also be found via […]

More...

Quick Guide – SSH Public Key Authentication (Ubuntu Linux)

A quick guide to setting up SSH Public Key Authentication. SSH Public Key Authentication means you can authenticate to a remove server via SSH without needing to enter your username and password. Instead you create a public-private key pair, then place the public key on the target server. Then when you SSH to the server […]

More...