Link to home
Start Free TrialLog in
Avatar of Drafter421
Drafter421Flag for Afghanistan

asked on

VMware Installing .vib Using Update Manger

I am new to VMware so thank you for your patience and thank you for not assuming I know very much about this.

I have ESXi 5.0 installed on a HP DL360 G7.  When I create a virtual machine it does not recognize the Converged Network Adapter.  I have obtained the drivers for this CNA and it comes in .vib format.  I understand I can use the following command to install this software,

esxcli software vib install -v {VIBFILE}

But I'm having difficulties understanding how to get the file in a location I can idenify.  I currently have the .vib files in a location on the same level as my datastore1.  How would that look in above command?

I can I do this from vCenter or Update Manger more easily?

Thanks in advance for your help.
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

so the path would be

/vmfs/volumes/datastore1/vib file name
ASKER CERTIFIED SOLUTION
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Drafter421

ASKER

Thanks hanccocka.  Do I have to recreate the VMs to install these new drivers on the VMs?
what are you trying to do?

and what VIB do you have?
I'm trying to have VMs recognize the Network Adapter the vib is associated with.  The .vib is the adapter driver.
The driver you are installing is for the Host, not the VMs.

The VMs you have created use a virtual network adaptor, either E1000, VMXNET2 or VMXNET3.
do you want the VMs to use specific hardware on the host?

e.g. not vritual hardware?

if so you would use VM Direct Path...

See here

http://www.vm-help.com/esx40i/VMDirectPath/USB_Setup.php

where you assign the Host Hardware PCI card directly to the VM, just like you would a physical card, and then install the drivers on the VM.

Do not install the VIB, if this is the case, because otherwise the HOST will own the hardware and not the VM.
But isnt that virtual network adapter associated with a physical adapter?  I am trying to get through my HP CN1100E converged network adapter so I can reach my SAN from a VM.
Don't I WANT the host to own the hardware?  I want every VM I make to have access to the adapter.
No, the virtual adaptor is not associated with a physical adaptor.

Virtual Adaptor is connected to a Virtual Machine Portgroup on a virtual switch, the virtual switch is connected to a primary uplink (physical NIC).
Thanks for the help.  I'll try installing that .vib.
once you install the drivers, it will be allocated a vmnic X number and you will be able to allocate to a virtual switch.

ALL VMs will then access the virtual switch, via their virtual nic
Thanks for all your help.