Categories
How-To Software Technical

Quest to automate snapshots in ESXi

I am looking for a way to run a instance and have it revert back to its snapshot every 24 hours. I started toying around with the idea to use the vim-cmd features however there doesn’t seem to be a way to set a task for this. So far here are the steps I used […]

Categories
How-To Software Technical

Command-line + ESXi Fun

I had some time to tinker after an upgrade of my system Wanted to learn something new, and play I found some useful commands The first useful command i could run is to list all registered guest on my host. vim-cmd /vmsvc/getallvms Get power state of a VM vim-cmd /vmsvc/power.getstate <Vimid> From the image above you […]