Executing Python scripts from crontab
Sunday, 01 April 2018
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
- Published in Automation
No Comments
Upgrade a VMware ESXi host that VCSA is running on
Sunday, 25 March 2018
How do you upgrade a VMware ESXi host that VCSA is running on? well, you can not use VCSA VUM (vCenter Server Appliance, VMware Update Manager). In this case we have a chicken and the egg problem. This is due to maintenance mode required on the host prior to patching but maintenance mode requires VCSA
- Published in Lab, Networking, Security
Cisco SG300 backup python script
Friday, 16 February 2018
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
- Published in Automation, Lab, Networking
StarTech USB To RS232 Serial Adaptor
Tuesday, 27 June 2017
It can be tricky finding a reliable USB to serial adaptor. I’ve recently brought a new as I’ve replaced my laptop and my old adaptor was not compatible with Windows 10. Fortunately I found one that works on my first purchase, the StarTech USB to serial Adaptor. The Adaptor was recognised by Windows 10 with
- Published in Networking