Dell R710 NIC teaming issues
-
R710 is running Windows Server 2008R2 Enterprise. Broadcom NICs. I've tried setting up teaming via the Broadcom Advanced Control Suite 4 (BACS). Right-clicking on the adapter and going to configure doesn't show "Teaming" as I think that is only for Intel NICs.In the BACS software, there should be a Team Management area (which there is not).
Here's some screen shots, any ideas?
-
Can you select multiple adapters, then right click and see BACS options? I'm trying to remember how we did this, but I know it can be done.
-
@RojoLoco said in Dell R710 NIC teaming issues:
Can you select multiple adapters, then right click and see BACS options? I'm trying to remember how we did this, but I know it can be done.
Can't multi select with CTRL or Shift. Right clicking a port gives "Boot Configurations"... from there, there is MBA Conf and iSCSI Boot Config. Right clicking the host pretty much the same thing plus remove host.
-
I team with powershell in 2012 and newer.
Does Server2008 R2 have the powershell for it?
Get-NetLbfoTeam New-NetLbfoTeam –Name Team1 –TeamMembers NIC1,NIC2
-
@JaredBusch said in Dell R710 NIC teaming issues:
I team with powershell in 2012 and newer.
Does Server2008 R2 have the powershell for it?
Get-NetLbfoTeam New-NetLbfoTeam –Name Team1 –TeamMembers NIC1,NIC2
2008r2 doesn't have native teaming support, you have to use the NIC vendor utility.
-
@JaredBusch said in Dell R710 NIC teaming issues:
I team with powershell in 2012 and newer.
Does Server2008 R2 have the powershell for it?
Get-NetLbfoTeam New-NetLbfoTeam –Name Team1 –TeamMembers NIC1,NIC2
I'll be passing this server along to a few people who will need a GUI to monitor/manage.
-
@RojoLoco said in Dell R710 NIC teaming issues:
@JaredBusch said in Dell R710 NIC teaming issues:
I team with powershell in 2012 and newer.
Does Server2008 R2 have the powershell for it?
2008r2 doesn't have native teaming support, you have to use the NIC vendor utility.
Was not sure, never used it in 2008 era.
-
@BBigford said in Dell R710 NIC teaming issues:
@JaredBusch said in Dell R710 NIC teaming issues:
I team with powershell in 2012 and newer.
Does Server2008 R2 have the powershell for it?
I'll be passing this server along to a few people who will need a GUI to monitor/manage.
What is to monitor/manage with a network team?
-
@JaredBusch said in Dell R710 NIC teaming issues:
@BBigford said in Dell R710 NIC teaming issues:
@JaredBusch said in Dell R710 NIC teaming issues:
I team with powershell in 2012 and newer.
Does Server2008 R2 have the powershell for it?
I'll be passing this server along to a few people who will need a GUI to monitor/manage.
What is to monitor/manage with a network team?
Sometimes the NOC will randomly mess with stuff. In a way that the hardware configuration changes so being able to graphically see the state of the team would be useful. You'd think it'd be a "set and forget" like any other team.
Why the NOC does that, none of us know. We've brought it up many times. Cables will get moved/pulled/etc for no apparent reason sometimes. But I digress...
-
Why not use remote tools instead of logging directly into the HV?
-
Ok, I lied. Thought we had some servers here w/ teams, but it looks like they are all bridged.
-
@Dashrender said in Dell R710 NIC teaming issues:
Why not use remote tools instead of logging directly into the HV?
Who said anything about a HV?
-
@Dashrender said in Dell R710 NIC teaming issues:
Why not use remote tools instead of logging directly into the HV?
I use remote tools. Nobody else does. I mean obviously not installing with a GUI is best practice... but I'm shouting at a bunch of deaf people sometimes. Deaf people who can't read lips either.
-
@JaredBusch said in Dell R710 NIC teaming issues:
@Dashrender said in Dell R710 NIC teaming issues:
Why not use remote tools instead of logging directly into the HV?
Who said anything about a HV?
PMs
I asked if there was a plan to virtualize this server - answer yes - later.
-
@Dashrender said in Dell R710 NIC teaming issues:
@JaredBusch said in Dell R710 NIC teaming issues:
@Dashrender said in Dell R710 NIC teaming issues:
Why not use remote tools instead of logging directly into the HV?
Who said anything about a HV?
PMs
I asked if there was a plan to virtualize this server - answer yes - later.Plus the host in the picture says "HV".
My mistake... should have said this is a host. Didn't think that mattered though since I didn't plan on teaming within the Hyper-V role as I've understood that to both not be best practice and I thought it wasn't even an option in 2008/R2 but maybe I'm mistaken.
-
(cont) I'm planning on installing the Hyper-V role after everything is ready to deploy. I know it's not best practice to install a GUI, but that's how this company does things. I've had the discussion not to but we do anyway.
-
@BBigford said in Dell R710 NIC teaming issues:
@Dashrender said in Dell R710 NIC teaming issues:
@JaredBusch said in Dell R710 NIC teaming issues:
@Dashrender said in Dell R710 NIC teaming issues:
Why not use remote tools instead of logging directly into the HV?
Who said anything about a HV?
PMs
I asked if there was a plan to virtualize this server - answer yes - later.Plus the host in the picture says "HV".
My mistake... should have said this is a host. Didn't think that mattered though since I didn't plan on teaming within the Hyper-V role as I've understood that to both not be best practice and I thought it wasn't even an option in 2008/R2 but maybe I'm mistaken.
Definitely always team on the host as you are attempting.
have you already assigned the NICS to a vSwitch?Edit, n/m you said HV role not there yet.
-
I have access to a machine that has 2012 R2 Standard (GUI installed) + Hyper-V role and the broadcom software was installed, but when I gained access, I did the team via powershell. Doubt I can check the software helpfully there, but let me look anyway.
-
@JaredBusch said in Dell R710 NIC teaming issues:
Doubt I can check the software helpfully there, but let me look anyway.
Checking the Broadcom software would help me... cause BACS 3 on YouTube shows Team Management should be there. But with this one it's absent.
-
I've tried teaming in 2008R2 with broadcom software once. It did not go well. It was a couple years back or I'd offer something more informative.
Best of luck Sir.
-
@BBigford yeah nothing on BACS 4 even shows the team that I made in windows itself.
-
@JaredBusch said in Dell R710 NIC teaming issues:
@BBigford yeah nothing on BACS 4 even shows the team that I made in windows itself.
PowerShell gives me errors right off the bat... hmm
-
I think that you have to set them both into teaming mode somehow then you can create a new group. Try something like that.
-
@MattSpeller said in Dell R710 NIC teaming issues:
I think that you have to set them both into teaming mode somehow then you can create a new group. Try something like that.
I know it's been a while, but any idea how to set them in team mode? The only thing in the console with the word "team" is "Restore Team"... If you click on that, it just looks for a config file (obviously doesn't exist... since this is a new install).
-
@BBigford said in Dell R710 NIC teaming issues:
@JaredBusch said in Dell R710 NIC teaming issues:
@BBigford yeah nothing on BACS 4 even shows the team that I made in windows itself.
PowerShell gives me errors right off the bat... hmm
@RojoLoco stated that 2008/R2 did not have the native ability.
-
@JaredBusch said in Dell R710 NIC teaming issues:
@BBigford said in Dell R710 NIC teaming issues:
@JaredBusch said in Dell R710 NIC teaming issues:
@BBigford yeah nothing on BACS 4 even shows the team that I made in windows itself.
PowerShell gives me errors right off the bat... hmm
@RojoLoco stated that 2008/R2 did not have the native ability.
Shoot, missed that. Sorry Rojo... I'm sitting here wasting everyone's time. lol
So where do I go from here?
-
@BBigford said in Dell R710 NIC teaming issues:
@JaredBusch said in Dell R710 NIC teaming issues:
@BBigford said in Dell R710 NIC teaming issues:
@JaredBusch said in Dell R710 NIC teaming issues:
@BBigford yeah nothing on BACS 4 even shows the team that I made in windows itself.
PowerShell gives me errors right off the bat... hmm
@RojoLoco stated that 2008/R2 did not have the native ability.
Shoot, missed that. Sorry Rojo... I'm sitting here wasting everyone's time. lol
So where do I go from here?
Can the Broadcom Software do it?
-
@Dashrender said in Dell R710 NIC teaming issues:
@BBigford said in Dell R710 NIC teaming issues:
@JaredBusch said in Dell R710 NIC teaming issues:
@BBigford said in Dell R710 NIC teaming issues:
@JaredBusch said in Dell R710 NIC teaming issues:
@BBigford yeah nothing on BACS 4 even shows the team that I made in windows itself.
PowerShell gives me errors right off the bat... hmm
@RojoLoco stated that 2008/R2 did not have the native ability.
Shoot, missed that. Sorry Rojo... I'm sitting here wasting everyone's time. lol
So where do I go from here?
Can the Broadcom Software do it?
It's supposed to. In the pics I posted, there are zero options for it though. There should be a section for "Team Management" where you can create the team. Then the team will show up like in the pic Jared posted.
-
Right, according to this Dell video, there should be an option to create a team.
He does not have the option.
-
I guess they don't have to be in a team... As far as a bridge, I was under the premise bridging just sends everything through one adapter, which would create a bottle neck. Like when you bridge a virtual machine's adapter through the host adapter for connectivity.