Published at LXer:
The other day I was told to check and see if VMware Tools was installed on every Virtual Machine in our Cluster. I figured this was the perfect time for me to write another script to do this. Here are a list of things that I want to have in the script... List all Virtual Machines and the VMstatus and Version if installed 1- Check for toolsOK 2- Check for toolsNotInstalled 3- Check for toolsNotRunning 4- Check for toolsOld 5- And last but not least, able to do this either on a per Virtual Machine or on the entire Cluster
Read More...