VMware ESXi 5.5.0 driver Installation Instructions VMware uses a file package called a VIB (VMware Installation Bundle) as the mechanism for installing or updating software packages on an ESXi server. The file may be installed directly on an ESXi server from the command line, or through the VMware Update Manager (VUM). scsi-arcmsr-1.30.00.03-1OEM.550.0.0.1331820.x86_64.vib --- VIBFILE arcmsr-offline_bundle-5.5-1300003.zip --- OFFLINE_BUNDLE COMMAND LINE INSTALLATION New Installation ---------------- For new installs, you should perform the following steps: 1. Copy the VIB or offline bundle to the ESXi server. Technically, you can place the file anywhere that is accessible to the ESXi console shell, but for these instructions, we'll assume the location is in '/tmp'. Here's an example of using the Linux 'scp' utility to copy the file from a local system to an ESXi server located at 10.10.10.10: scp scsi-arcmsr-1.30.00.03-1OEM.550.0.0.1331820.x86_64.vib root@10.10.10.10:/tmp 2. Issue the following command (full path to the file must be specified): esxcli software vib install -v /tmp/{VIBFILE} or esxcli software vib install -d /tmp/{OFFLINE_BUNDLE} In the example above, this would be: esxcli software vib install -v /tmp/scsi-arcmsr-1.30.00.03-1OEM.550.0.0.1331820.x86_64.vib Note: Depending on the certificate used to sign the VIB, you may need to change the host acceptance level. To do this, use the following command: esxcli software acceptance set --level= Also, depending on the type of VIB being installed, you may have to put ESXi into maintenance mode. This can be done through the VI Client, or by adding the '--maintenance-mode' option to the above esxcli command. Update Installation -------------------- The update process is similar to a new install, except the command that should be issued as following: esxcli software vib update -v {VIBFILE} or esxcli software vib update -d {OFFLINE_BUNDLE} VUM INSTALLATION The VMware Update Manager (VUM) is a plugin for the Virtual Center Server (vCenter Server). You can use the VUM UI to install a VIB by importing the associated offline bundle package (a ZIP file that contains the VIB and metadata). You can then create an add-on baseline and remediate the host(s) with this baseline. Please see the vCenter Server documentation for more details on VUM. Download driver URL ------------------- The latest driver offline-bundle or vib can be downloaded from Areca website. http://www.areca.com.tw/support/s_vmware/vmware.htm VAAI API -------- At this moment, Areca driver and Raid controller are not support vmware VAAI API. To disabling the VAAI functionality in ESXi/ESX, refer to following URL or search vmware knowledge base 1033665. http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1033665