More
Page 2

Development

Development related blog posts

VMware tools on Linux CentOS 6.x

By Antti Hurme 14/10/2013 5 Comments 1 Min Read

Installing VMware Tools on Centos 6.x is quite simple, here is a short reminder on how to do it. The examples below are for the base version of ESXi 5.1 and 5.5. If you have 5.1 Update 1, change the repository accordingly. You can also use the “latest” repository. You can browse the VMware tools repository with the following URL: http://packages.vmware.com/tools/esx/index.html   CentOS 6.x 64-bit vSphere ESXi 5.1 yum -y install…

Continue Reading

Automatic Virtual Machine Consolidation

By Antti Hurme 10/09/2013 No Comments 2 Min Read

I’ve worked on the previous script that allowed you to run trough which VMs require consolidation and approve them. As some backup systems leave VMs in the need on consolidation, there is no point to run that script manually yourself. Here is a script that automatically does the consolidation and send an e-Mail with the success/fail information in a HTML table. That way you can automate the process using task…

Continue Reading

Get VM’s that require consolidation and approve consolidation

By Antti Hurme 16/08/2013 No Comments 2 Min Read

Wrote a small script that checks if there are any VM’s that require consolidation and asks for user action to consolidate them. You can choose between Yes and No on single VM’s or All to make the action automatic. It’s fairly simple to modify this script to make it automatic, if you so want to. It also catches any issues with consolidation so you don’t need to look at the…

Continue Reading

VMware PowerCLI – Get All Thick Provisioned Disks #2

By Antti Hurme 17/05/2013 4 Comments 1 Min Read

Las time I found a nice script that allowed to get all thick provisioned disks and listed them out. The script utilized the get-vm commandlet that isn’t exactly effective and is quite slow. Unforionately I managed to delete the commends while fiddling with the database from that post and thus lost the suggestion fromt he commends. Here’s my second take on the problem and is a lot faster than the…

Continue Reading