-Download OpenManage Offline Bundle and VIB for ESXi

Dell->Support->Drivers & Downloads->Driver File Formats

-Transfer the zip file to esx host,change the directory to tmp .

Note: In ESXi Embedded, this issue may also may occur when the temporary directory /var/tmp is pointing to a location which is unexpected by the process that you are attempting to run, such as collecting logs and installing patches. The correct location should be /tmp/scratch/var/tmp. To create this directory, run this command from the ESXi host:

# mkdir -p /tmp/scratch/var/tmp

run # esxupdate update --bundle ./OM-SrvAdmin-Dell-Web-7.2.0-6945.VIB-ESX41i.zip

Unpacking cross_oem-dell-openmanag.. ################################################ [100%]

Installing packages :cross_oem-del.. ################################################ [100%]

Running [cim-install.sh]...
ok.
Running [vmkmod-install.sh]...
ok.
Running [/sbin/esxcfg-secpolicy -p /etc/vmware/secpolicy]...
ok.
The update completed successfully, but the system needs to be rebooted for the
changes to be effective.


-全新安装OMSA

使用VMware Vsphere CLI

C:\Program Files (x86)\VMware\VMware vSphere CLI>vihostupdate.pl --server serverip -i -b D:\OM-SrvAdmin-Dell-Web-7.2.0-6945.VIB-ESX41i.zip

-Reboot Host

-CIMoemProviderEnabled 参数设置

# esxcfg-advcfg --set 1 /UserVars/CIMoemProviderEnabled

Or

Select the ESXi Host,

click on the Configuration Tab,

select “Advance Settings”,

select “UserVars” and change the value of the CIMOEMProvidersEnabled to “1″.

重启management service,SSH or local console

Run these commands:
/etc/init.d/hostd restart
/etc/init.d/vpxa restart


Note: In ESXi 4.x, run this command to restart the vpxa agent(if have VC installed):

/etc/opt/init.d/vmware-vpxa restart

-Check the runing status

#/usr/lib/ext/dell/srvadmin/bin/dataeng status

-Removing an existing OMSA package

# esxupdate query
---------Bulletin ID--------- -----Installed----- --------------Summary---------------
Dell_OpenManage_ESXi410_OM720                     XXXXXX

# esxupdate remove -b Dell_OpenManage_ESXi410_OM720


for ESXi 5.0 or above ,use below command for install VIB

esxcli software vib install/update -v xxxxxx.vib 

esxcli software vib list for checking vib installed.

note to enter manintenance mode before start install.