Step 1: At VMware ESX 5.x Hypervisor,
- Click the F2 button
- Select "Troubleshoot Options"
- "Enable ESXi Shell" and "Enable SSH"
Step 3: Unzip the mlx4_en-mlnx-1.6.1.2-offline_bundle-471530.zip
Step 4: Read the README file
VMware uses a file package called a VIB (VMware Installation Bundle) as the mechanism for installing or upgrading software packages on an ESX server.
The file may be installed directly on an ESX server from the command line, or through the VMware Update Manager (VUM).
Step 5: For New Installation (From README and modified)
For new installs, you should perform the following steps:
Step 5a: Copy the VIB to the ESX server. Technically, you can place the file anywhere that is accessible to the ESX 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 ESX server located at 10.10.10.10:
# scp net-mlx4-en-1.6.1.2-1OEM.500.0.0.406165.x86_64.vib root@10.10.10.10:/tmp
Step 5b: Issue the following command (full path to the VIB must be specified):
# esxcli software vib install -v {VIBFILE}
In the example above, this would be:
# esxcli software vib install -v /tmp/net-mlx4-en-1.6.1.2-1OEM.500.0.0.406165.x86_64.vib
No comments:
Post a Comment