2

VMWare hypervisor minimum requirements states that the minimum network requirements is:

one NIC, plus one for Management interface

(source: http://www.vmware.com/products/datacenter-virtualization/vsphere-hypervisor/requirements.html)

It used to be possible to use 1 NIC only. Is anybody using the new versions of VMWare in this configuration?

I ask because my colo provider will only provide me with 1 uplink (my server does have 2 NICs).

I need to be able to run the VMs and also have remote management using only 1 NIC.

Possible?

Rafiq Maniar
  • 1,120
  • 9
  • 15
  • Is this a remote environment with only one switch port included, or is this an experimental setup? I just cannot think of anything suitable for running production vsphere (platform based on server or workstation grade mainboard) that does not come with at least two NICs. Also, consider using VLAN if your environment supports it. – rackandboneman Dec 17 '12 at 16:20
  • @rackandboneman It's a 2U colo space with only one switch port included. There is no option to buy a 2nd port. The actual server does have two NICs. – Rafiq Maniar Dec 17 '12 at 18:18
  • I wonder if you can get a 2U rackmount server with an onboard Gigabit 3 port Gigabit Ethernet Switch. :-) – Warren P Dec 17 '12 at 20:46
  • Might want to look for another colo provider if they are unable to provide you with a 2nd port – Epaphus Dec 18 '12 at 00:07
  • He could probably outboard a small five port switch behind the server :) - but anything like that actually worsens reliability.... – rackandboneman Dec 19 '12 at 09:30

2 Answers2

10

VMware is a company, not a product. I'll assume that you're referring to vSphere, based on the link you posted in your question. Yes it is possible to use only one pNIC. In this case you would have a Virtual Machine port group and a VMkernel port on the same vSwitch.

joeqwerty
  • 109,901
  • 6
  • 81
  • 172
2

Yes you can use one nic
I have a VMware vSphere server is setup with using 1 active nic. I am using it for VM traffic, management traffic and iSCSI traffic

Epaphus
  • 1,021
  • 6
  • 8