This is a follow up post to the last one about backing up VMware host configurations. This post details how to Restore VMware ESXi Host Configuration. Restoring a configuration requires the host to be running the same product and build version that the backup was taken from. This was harder than I thought to work out
This post details a VMware ESXi host backups Python Script I use in my home lab. VCSA does not backup the configuration for the hosts it manages. Config items like vswitch, vnic, MTU settings, kernel interfaces and various other settings would be lost if the host fails. Re-building a host manually, especially hosts with complex
I’ve been slowly converting my bash scripts to Python. This post details how I solved an issue with executing Python scripts from crontab. Most of my bash scripts are scheduled to run daily using crontab and work fine. The first script I converted to Python was a bash script used to backup the configurations of my
New script published to GitHub, a Cisco SG300 backup python script used to backup my SG300’s in my home lab. The script uses Netmiko to handle the ssh connection. The configuration from each switch is saved to a TFTP server in my home lab. I’ll shortly be adding an alternative version of the script which
This is the first post of many detailing the scripts I use to backup devices in my home lab. This post details a Palo Alto configuration backup API script. Eventually i’ll move to using Ansible but for now some simple scripts work nicely. Almost all the the backups in my lab are now automated. The script
Here is an overview of the Home networking lab setup. You might ask why even have a home lab these days? You can build a fairly grown up enterprise grade topology using virtualization? Agreed, especially if you have high spec workstation or choose a cloud provider for the compute. Why I built a home lab
I’ve just completed a project for my home network / lab to automate the graceful shutdown of my VMware Esxi hosts. Project Configure APC Powerchute Network Shutdown (PCNS) objective was to solve a problem with accounting for input power failure to my UPS. We rarely experience utility power outages but we had an incident recently