Teaming 2x 1gbit network adapters with the HP utility usually dosnt take much more than a few minuts
alltho, this time a strange thing appeared.
both nics was connected to 2 different switches with identical setup, and both showed up as connected with an ip.
after using the utility to team them up, the new virtual nic showed up as “network cable not connected” and checking with the hp team utility, the teaming was broke, even tho the virtual adapter were still visible.
after abusing google for quite some time, i finally found a KB solution here
for some reason, a few values in the registry was disabled (was enabled on a few other servers i checked)
as the kb describes, do the following (and remember to reboot before teaming again) ->
Modify the registry to disable Receive Side Scaling
| 1. | Click Start, click Run, type regedit, and then click OK. | ||||
| 2. | Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
|
||||
| 3. | If the EnableRSS registry entry does not exist, create it. To do this, follow these steps:
|
||||
| 4. | Right-click EnableRSS, and then click Modify. | ||||
| 5. | In the Value data box, type 0 (zero), and then click OK. | ||||
| 6. | Exit Registry Editor. |
Disable offloading support
| 1. | Click Start, click Run, type regedit, and then click OK. | ||||
| 2. | Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
|
||||
| 3. | In the details pane, right-click EnableTCPA, and then click Modify.
Note If the EnableTCPA registry entry does not exist, create it. To do this, follow these steps:
|
||||
| 4. | In the Value data box, type 0 (zero), and then click OK. | ||||
| 5. | Exit Registry Editor. | ||||
| 6. | Restart the computer. |
#1 by Shareef Yousef on August 19, 2008 - 2:58 am
Quote
I have the same issue, but both registry settings already exist and are set to 0.
#2 by admin on August 19, 2008 - 12:54 pm
Quote
another user posted that he had the same problem – but changed the values to 1 – and that fixed it. some reason the post got deleted tho.