VMWare
IF you have ESX Servers somewhere in your environment you are probably going to want you ESX systems to send out SNMP traps of its state. Well, by default SNMP if turned off in the ESX install, so you will have to do some manual configuration to get it up and running. No worries though, [...]
While writing some VMWare SDK/Web Services howto posts as well as some production code in C# I recently ran into an issue where the vimService object was taking upwards for 3 minutes to instantiate. I figured that I might have messed up on adding the web service reference, so I re-added the web service reference [...]
Continue reading about How to fix the slow load times when using the VMWare WebServices API in C#.
So I am trying to put together some short tutorials about using VMWare ESX Web Service together with .NET. These tutorials are meant to be specific and pointed for a single item. So, on with the first posting for the ESX web Service API. Before you dig into the the code below, this code references [...]
Continue reading about VMWware SDK HowTo Series: Login to the ESX WebService from .NET (C#)
