- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi.
I have a Cisco UCS C210 M2 server who has 2 Intel 82576 Gigabit cards.
On Server I have Installed Microsoft's Windows Server 2008 R2 Hyper-V which is a Core edition dedicated for Hyper-V Hosting.
I am trying to create a Network Team with the two cards but when I run the command "PROSetCL.exe Team_Create 1,2 TeamVM VMLB" I get the following error:
Attempting to create team 'TeamVM' ...
TeamMode 'VMLB' is not a valid team mode. See help for supported team modes
Thing is VLMB IS one of my available options according to commands help:
Required:
AdapterList - Comma delimited list of adapter indices (i.e. 1,2,3)
TeamName - Desired name for the team
TeamMode - Desired team mode (AFT, ALB, SFT, 802.3AD, SLA, VMLB)
Any explanation on the above?
TIA
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Anyone?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This looks like a bug with the command line utility. I just tested this workaround.
- Create the team using ALB mode.
- Use prosetcl team_enumerate to identify the team number
- Use prosetcl team_ModifyTeamInfo n Mode VMLB to change the team to VMLB mode
- You can check that the team mode is correct using prosetcl team_GetTeamInfo n
I hope this helps.
Mark H
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This worked like a charm! Thank you
p.s. you forgot an I in modify command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am glad this workaround worked for you. I will edit my previous response to add the missing "i" to make it easier for the next person to cut and paste. Thanks for letting me know.
Mark H
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page