Hi Raul,
I have 2 x HP DL380’s G7 with 4 integrated nics and HP NC365T quad port nics. Using VMWARE (ESXi 4.1 U1Build 348481). You need to load the drives “VMware ESX/ESXi 4.x Driver CD for Intel 82576 and 82580 Gigabit Ethernet Controller”. Then reboot the ESXi and the nics will appear in the network adapters.
Here is the link for the drivers you need:
http://downloads.vmware.com/d/details/esx40_intel_82580_v4002198_dt/ZHcqYmRwakBiZCVodw==
Detailed install steps.
- Download the drivers from the link above, burn them to CD.
- Enable tech support mode in ESXi
- Place the driver CD in the CD-rom on the ESXi host.
- at the ESXi tech support console, login.
Load the iso9660 module, use the command
- vmkload_mod iso9660
Check to see what the device name is for your ESXi server.
esxcfg-mpath –l
6. You will see a line that reads mpx.vmhba0:C0:T0:L0
write this name down.
Mount the CD using the device name above
/sbin/vsish –e set /vmkModules/iso9660/mount mpx.vmhba0:C0:T0:L0
- Check that the CD has been mounted.
cd /vmfs/volumes/mpx.vmhba0:C0:T0:L0
- list the files with ls command so you can see the offline directory
cd OFFLINE_
- Then use the zip file that is listed with the ls command for the offline directory
Run the ESXi update command
- esxupdate --bundle INT_INTE.ZIP update
- type: reboot
Then login using the viclient and you will now see the NC365T quad ports nics under the network adapters. These drivers also work with ESX/ESXi 4.0.0.
The console command might be different for ESX/ESXi 4.0.0.0
Alex V
Miami, FL