Everything for vmware

compare CPU for VMware or other

By |2016-03-10T19:34:27+01:00February 14th, 2015|Vmware|

As a senior systems engineer i took the responsibility to also design VMware environments. So far it been a lot of fun but also sometimes a lot of headaches. Since some customers insist to keep prices low they choose for low CPU like E5-2609 but I prefer the E5-2620 v2 or higher for basic virtualization. so I found I site to compare all the CPU. I think its pretty good one so you can get some stats to tell to your customer why you should take higher CPU level. here is the compare of E5-2609 v2 and a E5-2620 v2 Compare [...]

VMware ESXi unresponsive

By |2016-10-26T12:43:02+01:00February 13th, 2015|IBM, Vmware|

Did you ever run into an unresponsive ESXi hosts? well I did this month and it gave me a lot of headache this past weeks I want to share my finding so others can learn from it and also solve it faster and not to have to restart your hosts and all your VM's. So let me tell a little bit of the environment. The customer had a IBM blade H chassis and 3 HS23 blade each 48 GB. All blades are connecting to a fiber IBM DS3524 and for replication we chose for an iSCSI qnap system to keep it cheap. [...]

Vmware product build nubers

By |2016-10-26T12:43:02+01:00February 13th, 2015|Vmware|

Ever wonder what version of vmware vsphere you running or what verion your ESXi host is? here a short overview of 5.5 products Version Release Date Build Number Installer Build Number ESXi 5.5 Patch 4 2015-01-27 2403361 N/A ESXi 5.5 Express Patch 5 2014-12-02 2302651 N/A ESXi 5.5 Patch 3 2014-10-15 2143827 N/A ESXi 5.5 Update 2 2014-09-09 2068190 N/A ESXi 5.5 Patch 2 2014-07-01 1892794 N/A ESXi 5.5 Express Patch 4 2014-06-11 1881737 N/A ESXi 5.5 Update 1a 2014-04-19 1746018 N/A ESXi 5.5 Express Patch 3 2014-04-19 1746974 N/A ESXi 5.5 Update 1 2014-03-11 1623387 N/A ESXi 5.5 Patch [...]

None of the cells have a vCenter proxy service running

By |2016-10-26T12:43:03+01:00February 2nd, 2015|vcloud director, Vmware|

Today i wanted to create a new tenant and its vApps but i ran into "failed to deploy vApp...". after searching the internet i came across similar problems but they all involved cleaning up QRTZ table, and "none of the cells have vCenter proxy running." error. So I checked my vcell and yes I had the same error. I'm pretty sure I know why, I had this error. 2 weeks ago I updated the windows OS on my vcenter and rebooted it without shutting down my cells first. VMware has a KB for this but all it says is to contact support. KB1035506 [...]

How to get VM creation date PowerCLI script

By |2016-10-26T12:43:04+01:00December 23rd, 2014|Vmware|

I had a customer who wanted to know who created the vm and when so i started to look on the internet to see if anyone wrote a script already and some one did. so thank you Matt Bradford here is his script and i tested on my vmware vsphere 5.5 U1 home lab and worked without erros #Enter your vCenter Host below $vcenter = "your_vcenter_server" #Enter the CSV file to be created $csvfile = "VM_Birthdays.CSV" ################################ #Load the VMware Powershell snapin if the script is being executed in PowerShell Add-PSSnapin VMware.VimAutomation.Core -ErrorAction 'SilentlyContinue' #Connect to the vCenter server defined [...]

The Vmware VirtualCenter Service terminated unexpectedly – event 7031

By |2016-10-26T12:43:04+01:00November 17th, 2014|Vmware|

After a week of installing vcenter 5.5, I noticed the event 7031 in the system logs and the vi client keeps disconnecting every few seconds. the install was basic. only 2 esx host, vcenters server simple install on VM machine and arround 10 vm's. only thing I did in advance is installing sql 2012  express because the database limit is 10GB instead of 4 GB on sql 2005. So i started to investigate. First i though it was the update manager so i disabled the plug-in, next i uninstalled the IBM V3700 plugin. none of it worked. In the end [...]

vcenter 5.5 email alerts for all alarms

By |2016-10-26T12:43:04+01:00September 6th, 2014|Vmware|

vSphere Email alerting In the past i was always modifying every alert with email notification. this takes a lot of time to do. So i went to look on the internet and few smart people out there already wrote this script! so I want to thank these people for there help and knowledge: Lauren Malhoit and Mehdi Kianpour The script that you can download here, is for vSphere 5.5. So keep in mind that you need other script if you are running vSphere 5.0 or 5.1 or vSphere 4.1 Remark: The script ran with errors but kept going in most [...]

Go to Top