Avatar of Drafter421
Drafter421
Flag 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.
VMware

Avatar of undefined
Last Comment
Drafter421

8/22/2022 - Mon
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)

so the path would be

/vmfs/volumes/datastore1/vib file name
ASKER CERTIFIED SOLUTION
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Drafter421

ASKER
Thanks hanccocka.  Do I have to recreate the VMs to install these new drivers on the VMs?
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)

what are you trying to do?

and what VIB do you have?
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck
Drafter421

ASKER
I'm trying to have VMs recognize the Network Adapter the vib is associated with.  The .vib is the adapter driver.
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)

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.
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)

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.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Drafter421

ASKER
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.
Drafter421

ASKER
Don't I WANT the host to own the hardware?  I want every VM I make to have access to the adapter.
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)

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).
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)

Okay, add the VIM drivers and Proceed.
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)

VM Direct Path is one PCI card to one VM.
Drafter421

ASKER
Thanks for the help.  I'll try installing that .vib.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)

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
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)

Drafter421

ASKER
Thanks for all your help.
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23