01-16-2012 05:48 AM
Hello,
like some other people we hit also the bug CSCtl70759:
#####################################################################
Addition of new NIC to port-channel fails if profile has queueing policy
Symptom: Addition of NIC(s) to port-channel fails if the VEM is added first time to VSM or NIC(s) are added first time to VSM one at a time. Error similar to the following can be seen: %ETHPORT-5-IF_DOWN_PORT_PROFILE_INHERIT_ERR: Interface Ethernet1/2 is down (port-profile inherit error)
Conditions: Failure is seen only when the NIC which was previously not added to VSM by any other port-profile and is added to port-channel port-profile for the first time or multiple NICs are added the first time to VSM one at a time.
######################################################################
There are two workaround available:
1. Remove the queuing policy from the port-profile and add the NIC to the port-channel. Once port joins the bundle, put back queuing policy. Subsequent NIC removal/addition to profile will work fine.
2. Or, bring the NIC up using any other port-profile and then move it to intended port-profile having queuing policy.
--------------------------------
We prefer to use option-2, because we want to avoid to make changes at the primary uplink-port-profile what is used by all hosts. When something would go wrong during the change of this profile, our complete vmware environment would be down.
But option-2 doesn't work in our environment. We did the steps described in the workaround:
1. created a new profile without any queing:
port-profile type ethernet Uplink-Test
vmware port-group
switchport mode access
switchport access vlan 100
no shutdown
state enabled
2. Then we moved the failed vmnic11 to this new profile. And we see this error:
------------------------------------------------------------------------
2012 Jan 16 12:52:35 BYNX04 %VIM-5-IF_DETACHED: Interface Ethernet5/12 is detached
2012 Jan 16 12:52:35 BYNX04 %VIM-5-IF_ATTACHED: Interface Ethernet5/12 is attached to vmnic11 on module 5
2012 Jan 16 12:52:36 BYNX04 %IPQOSMGR-SLOT5-3-QOSMGR_DPA_MSG: DPA returned error message - QoS Agent: Only one queuing policy instance (per VEM) is sup ported
2012 Jan 16 12:52:36 BYNX04 %PORT-PROFILE-2-INTERFACE_QUARANTINED: Interface Ethernet5/12 has been quarantined due to Cmd Failure 2012 Jan 16 12:52:37 BYNX04 %ETHPORT-5-IF_DOWN_INACTIVE: Interface Ethernet5/12 is down (Inactive)
---------------------------------------------------------------------
Whyever, it seems the vsm thinks that more than one queing policy instance is configured at this VEM.
Our used software version: VSM: 4.2(1)SV1(4a)
ESXi: VMware ESXi 5.0.0 Releasebuild-504890
Regards Hendrik
01-16-2012 06:00 AM
Hendrik,
- How many total pnic uplinks does VEM 5 have connected and do they all connected to the same uplinks PP?
- Can you verify there's no sub interface config "show run int eth5/1-x" where x is the highest pnic #.
- If you have other uplink port profiles for VEM 5, are any of them configured with a QoS policy?
Regards,
Robert
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide