Friday, 01 June 2018 / Published in Automation, Lab, Networking
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
Saturday, 19 May 2018 / Published in Automation, Lab
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
Sunday, 01 April 2018 / Published in Automation
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
Friday, 16 February 2018 / Published in Automation, Lab, Networking
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
Monday, 11 July 2016 / Published in Automation, Lab, Networking
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