Yearly Archives: 2009


Reporting Server Consolidation Numbers

It seems that anytime someone speaks or writes about how VMs they have, they always tend to say how many VMs per server.  This information is almost irrelevant  unless you know how big was that server.  I much prefer if people would report how many VMs per CPU core they have.  That’s meaningful, but what […]


vSphere as a VM on VI3

Have a VI3 Infrastructure setup?  Need to test vSphere before you install it on your prod systems, but don’t have the hardware resources lying around to do so?  Then running vSphere as a VM is what you need.  I found several articles that detail how to do this if you’re running VMware Workstation but not […]


Easy Setup of Active Directory Authentication for Linux

I have painstakingly been through numerous ‘How To’ articles for setting up AD authentication for my Linux servers all of which have never worked perfectly. If you’ve had similar experiences then just forget all those ‘How To’ articles.  Download the open source utility from Likewise that does all the work for you.  It simply works!


Installing Development Tools on CentOS / Red Hat

If you missed installing the Development Tools in the initial install, there is a quick way to load them without installing them individually. yum groupinstall ‘Development Tools’ This will install gcc, make, automake plus otther tools with all their dependencies and libraries.


Quick Zabbix Agent install for CentOS

extract source on host create user zabbix set passwd for zabbix switch user to zabbix run  ./configure –enable-agent switch user to root run make install mkdir /etc/zabbix edit zabbix_agentd.conf and change hostname mv /home/zabbix/zabbix_agentd.conf /etc/zabbix/ mv /home/zabbix/zabbix-agent.init /etc/init.d/zabbix-agent chkconfig –add zabbix-agent chkconfig zabbix-agent on service zabbix-agent start


Do your VMs have all the resources you think they have?

I have a ‘well established’ VMware infrastructure that started back in ESX 1.51. So obviously I have been through many upgrades and/or migrations, but even though my ESX servers have been rebuilt, my VMs from older versions were not. I don’t remember which revision or which combination of upgrade/migration caused it, but it did warn […]