VMware vSphere

 View Only
  • 1.  2008r2 64-bit nic issue on patched ESXi4 host

    Posted Oct 20, 2010 11:52 PM

    So, I've been banging my head againt the wall for about 3 hours trying to figure out why I cant get a newly created nic (ive tried e1000,vmxnet,vmxnet2, even vlance) to see my network. Every other server on this dev host can get an active nic just by installing tools (which I have uninstalled and re-installed 3-times) I've currently run vim-cmd vmsvc/device.createnic so many times I can do it with my eyes closed.. any advice given is much appreciated because I'm stumped.. (for once)



  • 2.  RE: 2008r2 64-bit nic issue on patched ESXi4 host

    Posted Oct 21, 2010 01:12 AM

    Are you saying the NIC you're presenting to the VM is not showing up as installed on the VM?

    Jim Peluso

    "Keep Moving Forward"

    "The only thing that interferes with my learning is my education."



  • 3.  RE: 2008r2 64-bit nic issue on patched ESXi4 host

    Posted Oct 21, 2010 01:27 AM

    The nics are showing up as installed, but are saying 'network cable unplugged' - I'm sure I'm missing something simple.



  • 4.  RE: 2008r2 64-bit nic issue on patched ESXi4 host

    Posted Oct 21, 2010 01:31 AM

    In the VM is the NIC checked off for Connected and Connect at Power on?

    Jim Peluso

    "Keep Moving Forward"

    "The only thing that interferes with my learning is my education."



  • 5.  RE: 2008r2 64-bit nic issue on patched ESXi4 host

    Posted Oct 21, 2010 02:24 AM

    Yes, the nic is connected and set to connect on power on. Im in a little different scenario. I manage the vms through VmwareGo (remote console) and I admin the host through ssh using Putty.

    I noticed that esxi is seeing my server 2008 box as a windows 7 os-family instead of the regular WinNetStandard guest. I've attached the nic connection query output.



  • 6.  RE: 2008r2 64-bit nic issue on patched ESXi4 host

    Posted Oct 21, 2010 04:10 AM

    Is this the case even when you try removing and adding a new vNIC to the Guest??



  • 7.  RE: 2008r2 64-bit nic issue on patched ESXi4 host

    Posted Oct 28, 2010 09:21 PM

    Ok, here was the solution:

    My new machine's .vmx file didnt have my added nic's networkName.. it was set to "", so I pulled down the .vmx and took a closer look

    The fix:

    Edit the .vmx file's added nic networkName = "VM Network"

    scp that edited .vmx back to the ESXi host

    Run vim-cmd vmsvc/reload vmid

    THEN DISCONNECT AND RECONNECT THE DEVICES

    Run vim-cmd vmsvc/device.connection vmid 4000 0 (disconnect)

    Run vim-cmd vmsvc/device.connection vmid 4000 1 (connect)

    Do this for each added nic and viola! Success!

    I hope this helps someone else out and saves them some time..