-
Issue Patching ESXi 4.1 U1 installed on USB / SD Media
Posted on June 6th, 2011 3 commentsWhilst attemping to install the Dell ESXi Agent and upgrade the ESXi revision on a new VMware host, I hit the following issue.
Dell Agent –
Error encountered:
Description - I/O Error (17) on file /var/tmp: [Errno 17] File exists: '/var/tmp'
Message - Unable to create, write or read a file as expected.I/O Error (17) on file /var/tmp: [Errno 17]
File exists: '/var/tmp'ESXi upgrade with Update Manager –
The host returns esxupdate error codes: 10. Check the Update Manager log files and esxupdate log files for more detailsTurns out the is a known issue with the scratch partition in ESXi 4.1 U1 when it is installed non-persitent storage, i.e. USB or SD card.
This issue is fixed in the latest firmware release for ESXi 4.1 U1 (381591), but obviously you need to be able to patch the system up to that level first. There are a couple of workaruonds mentioned in the article, but one not mentioned is that if you reboot the host the issue will go away temporarily, so allowing enough time for you to patch it up to the revision with the fix.
Luckily, on my way to work on the morning I had the issue, I had already heard it discussed on the Hands on Virtualization Podcast with Barry Coombs and Jonathan Franconi so was well prepared for the problem.
-
The Case of the Missing UserVars.CIMOEMProvidersEnabled Value in ESXi 4.1
Posted on February 16th, 2011 3 commentsIn ESXi 4.0 the Advanced Software Setting UserVars.CIMOEMProvidersEnabled is used to enable an agent such as the Dell OpenManage offline bundle for ESXi which provides hardware management for Dell PowerEdge servers. This is supplied as a vSphere Installation Bundle (VIB) and Alan Renouf has a great post on his blog on how to install a VIB like this one via PowerCLI.
Whilst testing out getting the same Dell Agent installed into ESXi 4.1 there are a number of changes you need to be aware of:
1) UserVars.CIMOEMProvidersEnabled is no more
It has been replaced by UserVars.CIMoemProviderEnabled – note the lower case oem and the dropped s from Providers. Why you would do this between versions, I have no idea! Developers, eh? It’s a case sensitive value when setting from PowerCLI so be careful.
2) UserVars.CIMoemProviderEnabled Is Not Visible in a Fresh Install
OK, so you have found the name change, now to set it. However, when you go to look for it in a fresh install it doesn’t appear to exist!
Wot no UserVars.CIMoemProviderEnabled ? (If it was there, it would be the last value in the list)
You have the same issue if trying to set it with PowerCLI. The below fails with an error that the value doesn’t exist:
Set-VMHostAdvancedConfiguration -VMHost ESX1 -Name UserVars.CIMoemProviderEnabled -Value 1
It turns out that it is not possible to set the value until the Dell ESXi Management Agent has been installed, this is a change from 4.0. I guess this kind of makes sense when you think about it, i.e. there is not much point setting it if no agent is installed. So, installing the Dell agent and then rebooting the host will then see the value appear in the GUI and also be configurable via PowerCLI.
3) Version 6.4 is required for ESXi 4.1
Back in ESXi 4.0 the version of the Dell agent was 6.2. The supported version for ESXi 4.1 is 6.4 which can be downloaded here. This version of the agent requires that you be running version 6.4 also of the Dell OpenManage Server Administrator Managed Node software so you may need to upgrade that too. This version has been given a smarten up and has a nicer looking appearance over the previous version.













