1
Jun 2011

Installing Dell OpenManage on ESXi 4.1.0 using vSphere CLI

comment icon1 comment(s) |

If you have had problems installing Dell OpenManage from a Windows workstation this article should help with the process.

  1. Download the CLI tools from http://www.vmware.com and install them. If you already have them make sure you have the current release or errors will still occur.
  2. Download the OpenManage package from http://support.dell.com make sure to search for "oem-dell-openmanage-esxi".
  3. Verify you have a connection to the host, I used the vSphere Client just to make sure since you need all the machines shutdown and the host in maintenance mode before starting.
  4. You will need to edit the oem-dell-openmanage-esxi_6.2.0-A00.zip\metadata.zip\vmware.xml file so you will need to extract the folder and the zip it back up before attempting to install.  The reason for the edit is because the build they have listed in this file is still 4.0.0 and you are using 4.1.0 so you will find 3 places that will require you to make that change.  Be sure the file structure does not change from the original download from Dell.
  5. Open the VMware vSphere CLI cmd console you installed. and change your directory to the following location
    Windows 32bit C:\Program Files\VMware\VMware vSphere CLI\Perl\bin>
    Windows 64bit C:\Program Files (x86)\VMware\VMware vSphere CLI\Perl\bin>
  6. Run the following command
    vihostupdate --server <IP address of ESXi Host> -i -b <path to Dell OpenManage file>   ex: vihostupdate --server 192.168.0.1 -i -b c:\oem-dell-openmanage-esxi_6.2.0-A00.zip
  7. Login as root
  8. You should see the following once it completes  
    Please wait patch installation is in progress ...
    The update completed successfully, but the system needs to be rebooted for the changes to be effective.
  9. Reboot and you are done.

Hope this helps

Subscribe to our Networks

IW on Facebook

Comments

I had to make a few tweaks to

I had to make a few tweaks to your process to get this to work. I'm using CLI version 4.1.0.1892. I had to go to:

Windows 64bit C:\Program Files (x86)\VMware\VMware vSphere CLI\bin

and run vihostupdate.pl (adding .pl to end) with rest of parameters

Other than that it worked like a charm. Thanks!