April 28th, 2008
Filed under: Bugs, VMware |
2 Comments »
After installing ESX 3.5 update 1 an error occurs during the boot proces:
Parsing error: parse error: Error adding class VMware_IdentityMemberOfCollection to the repository: CIM_ERR_NOT_FOUND: The requested object could not be found: “VMware_Identity”
Compiling omc-smash-interop-schema.mof into root/PG_Interop
A quick search on the VMTN forum revealed that I wasn’t the only one experiencing these problems. Luckily Mike Laspina already […]
April 14th, 2008
Filed under: VMware |
3 Comments »
Today a customer called about a problem with the Exchange VM. For some reason the ESX Host where this VM resided was always swapping/ballooning. They checked and double checked the settings but could not find the problem. After a quick scan I noticed that there were limits set on memory for each VM. This particular […]
April 11th, 2008
Filed under: News, VMware |
No Comments »
Check out the release notes, there are a lot of fixes in this update! There’s also an update to the Update Manager and the Converter plugin.
Download link
Releasenotes link
April 4th, 2008
Filed under: VMware |
No Comments »
Today I was testing a scripted installation for a customer. All day long I had weird problems with the script. But whenever I reviewed my script their seemed to be nothing wrong with it. I wrote the scripts with Notepad++ and double checked them with vi and nano. You can imagine I almost threw my […]
April 2nd, 2008
Filed under: News, VMware |
10 Comments »
I received an email stating the following:
Microsoft Cluster Server is supported with VMware ESX 3.5 Update 1. Support is similar to ESX 3.0.1 with the following additions:
Both 64 bit and 32 bit Windows 2003 guests are supported with MSCS.
Boot from SAN for VMs using MSCS is now supported.
Majority Node Set clusters with application-level replication […]
April 1st, 2008
Filed under: Scripting, VMware |
6 Comments »
Ernst, a regular poster of the Dutch VMug, posted a script for load balancing paths to an active/active SAN. What it does is select the next path for a LUN, in other words if there are four paths LUN1 will be reached via Path1, LUN2 via Path2 etc.
The script, also available for download here:
for PATHS […]
April 1st, 2008
Filed under: VMware |
2 Comments »
Today I noticed the following error at a customer site when I wanted to install the new patch bundle, ”Metadata for patch missing”. After a close inspection I noticed VirtualCenter was installed with a different http port number. For VMware Update Manager to work you will have to open up the firewall manually:
esxcfg-firewall -o 81,tcp,out,UpdateManager
(Change the port number, in […]
March 31st, 2008
Filed under: News, VMware |
1 Comment »
VMware seems to have ditched the product name “3i” and silently introduced “ESXi”. I noticed it when the download page was updated today. But you can also read it on the “product section” of the VMware website. I think this is a better name instead of differentiation in versions, keeping the versions alligned and changing […]
March 31st, 2008
Filed under: News, VMware |
1 Comment »
There are new iso’s / builds coming up for 3i, 3.5 and VirtualCenter:
VMware ESX 3.5 Update 1
Latest Version: 3.5 | 4/10/2008 | Build: 82663
VMware VirtualCenter 2.5 Update 1
Latest Version: 2.5 | 4/10/2008 | Build: 79820
VMware ESXi 3.5 Installable Update 1
Latest Version: 3.5 | 4/10/2008 | Build: 82664
Unfortunately the iso’s aren’t available for download yet […]
March 27th, 2008
Filed under: Bugs, VMware |
4 Comments »
When updating VMware Tools the setup constantly bailed out without a decent error. So I decided to un-install the Tools and install them again. Un-installing went smooth but when installing it again I ended up with the error “internal error 2203″. After googling this error the Citrix website gave me the solution, check your tmp […]