Start a Conversation

Unsolved

This post is more than 5 years old

D

22085

December 10th, 2013 01:00

Can't directly download OM-SrvAdmin to VMware ESX, workaround

Apparently it is not possible to directly download the install package into the VMWare hypervisor via the SSH debug shell.

Installer file: OM-SrvAdmin-Dell-Web-7.3.0-588_A00.VIB-ESX51i.zip


VMWare includes the wget tool to download files from webservers, but trying to use the download link on this page does not work:

http://www.dell.com/support/drivers/us/en/04/DriverDetails/Product/poweredge-r710?driverId=WHYNF&osCode=XI51&fileId=3324828011&languageCode=EN&categoryId=SM#


Attempting to download the installer file onto the server, using the link for "Download file":

wget http://www.dell.com/support/drivers/us/en/04/DriverDetails/Product/poweredge-r710?driverId=WHYNF&osCode=XI51&fileId=3324828011&languageCode=EN&categoryId=SM#

Note that this URL is the same as the one above -- the download link is also the webpage address for this file.

The download relies on javascript to actually initiate the file download process, and wget doesn't understand javascript, so the direct download fails.

It is necessary to open the resulting jumble of HTML source with the less command, and then look for anything which has the actual file name in it.

It actually appears three times in there for some reason...

http://downloads.dell.com/FOLDER01816678M/1/OM-SrvAdmin-Dell-Web-7.3.0-588_A00.VIB-ESX51i.zip
http://downloads.dell.com/FOLDER01816678M/1/OM-SrvAdmin-Dell-Web-7.3.0-588_A00.VIB-ESX51i.zip
http://downloads.dell.com/FOLDER01816678M/1/OM-SrvAdmin-Dell-Web-7.3.0-588_A00.VIB-ESX51i.zip

And so to actually download the installer direct from Dell onto your VMWare server, you have to use:

wget  http://downloads.dell.com/FOLDER01816678M/1/OM-SrvAdmin-Dell-Web-7.3.0-588_A00.VIB-ESX51i.zip

 

Moderator

 • 

8.4K Posts

December 10th, 2013 06:00

Dmahalko,

I posted a walk through on getting this working here - http://en.community.dell.com/support-forums/servers/f/177/p/19243236/20012485.aspx#20012485 if you follow that then you should be able to get OMSA working with ESXi. 

Let me know if this helps.

9.3K Posts

December 10th, 2013 10:00

The method I usually use is this:

- Browse a datastore and upload the OMSA zipfile to it (similar filename as in Chris' link, but updated with the current OMSA version)

- enable SSH on the ESXi host (host -> configuration tab -> Security -> Top properties link -> SSH -> start

- put the host in maintenance mode (cannot install without doing this)

- SSH into the host using putty or another SSH client

- do an "ls /vmfs/volumes/datastore-name/

- do an "esxcli software vib install --depot /vmfs/volumes/datastore-name/filename.zip"

It will tell you at the end if a reboot is needed.

No Events found!

Top