I have ESXi4update01 on an USB memory stick (8 Gb), booted a PC with it,
can connect from vSphere to the IP of the ESXi4 server
Now I want to add the Areca drivers to the ESXi4 software on the stick.
The Readme.txt file of the Areca Driver Disk for VMware ESX(i) 4.X, says
...
8). key in "cd bin" on VMware vSphere CLI.
9). key in "perl vihostupdate.pl -server ESXi_4.X_IP_address -username root
-password "root's password"
-b CD/DVD_ROM_directory:\offline-bundle\offline-bundle.zip
--nosigcheck -i"
on VMware vSphere CLI
Did that in VMware vSphere CLI:
(replacing ESXi_4.X_IP_address with IP address,
root's password by root password of ESXi4 server (tried with or without surrounding ")
replaced CD/DVD_ROM_directory:\offline-bundle\offline-bundle.zip
with D:\offline-bundle\ARC-arcmsr-1.20.0x.15.vmk.90605.3-offline_bundle-197833.zip
since a file offline-bundle.zip does not exist on the driver disk, but an ARC-... zip file does exist.
After 50 seconds I get:
There was an error setting up ESXi installation destinationBootbank preparation
failed: /sbin/bootbankstage-install.sh -v prep returned (1)
what's wrong and how to remedy?