I have three HP Proliant DL380 G6 machines, running ESX4.0.0 U1 (all patches, critical and non as of 01/05/10). Inside of each, I have a HP NC522SFP Dual Port 10GbE Server Adapater that I'm trying to use for VM/LAN Traffic. I also have two onboard Broadcom NetXtreme II BCM5709 1000Base-T NICs.
What I'm trying to do is create a vSwitch for VMs that will use the 10Gb NICs as its uplinks to our core swithc and create another vSwitch for SC and VMotion on the onboard 1Gb NICs. The issue I'm running into is that VMs on the '10Gb vSwitch' lose connectivity after a day or two.
I have tried both distributed switches and local vSwitches with the same results. The VM fails on all three of the servers. Here are my local vSwitch settings as well as the EtherChannel setup on the Cisco 6509 (with VSS) side:
vSwitch1 (Port Group is the same, no VLAN tagging)
Number of Ports - 56
Promiscuous Mode - Reject
MAC Address Change - Accept
Forged Transmits - Accept
Traffic Shaping - Disabled
Load Balancing - IP Hash
Network Failure - Link Status Only
Notify Switches - Yes
Failback - Yes
Active Adapters - vmnic4, vmnic5 (the 10Gb NICs)
Standby/Unused Adpaters - None
Switch side port channel
interface Port-channel61
description ESX Server 11 10Gb Port Channel (includes 10Gb 1/1/2 & 2/1/2)
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
switchport nonegotiate
spanning-tree portfast edge trunk
interface TenGigabitEthernet1/1/2
description ESX Server 11 10Gb Port 1 (part of Port Channel 61)
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
switchport nonegotiate
spanning-tree portfast edge trunk
channel-group 61 mode on
interface TenGigabitEthernet2/1/2
description ESX Server 11 10Gb Port 2 (part of Port Channel 61)
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
switchport nonegotiate
spanning-tree portfast edge trunk
channel-group 61 mode on
A couple other things...VMs work fine on the copper/onboard NICs. The NIC card is in the supported hardware list. It follows the VMs on different ESX boxes. If you need more information, please let me know. Thank you in advanced!