Showing posts with label HP Blade Server. Show all posts
Showing posts with label HP Blade Server. Show all posts

Monday, April 7, 2014

Install .NET Framework 3.5 on Windows Server 2012 R2

During .NET 3.5 install on Windows 2012 R2 (or 2012) a stopper warning comes as below.

“Do you want to specify an alternate source path? One or more installation selections are missing source files…”

image

Solution:

From command prompt use below command:

#dism /online /enable-feature /featurename:NetFX3 /all /Source:E:\sources\sxs /LimitAccess

Where E: is your Windows Installation Media drive letter.

image

 

Saturday, January 25, 2014

HP Virtual Connect - Supported Bonding Mode for Linux in a VC Environment

Information

Unsupported bonding modes in an HP Virtual Connect environment can produce packet loss and/or performance issues.

Details

HP Virtual Connect supports bonding modes 1, 5, or 6. VC does not support modes 0 (round robin) or 7 (switch assisted load balancing).

Mode 1 : Active/backup. Active-backup policy: Only one slave in the bond is active. A different slave becomes active if, and only if, the active slave fails. The bond's MAC address is externally visible on only one port (network adapter) to avoid confusing the switch.

Mode 5 : Adaptive transmit load balancing: channel bonding that does not require any special switch support. The outgoing traffic is distributed according to the current load (computed relative to the speed) on each slave. Incoming traffic is received by the current slave. If the receiving slave fails, another slave takes over the MAC address of the failed receiving slave.

Mode 6 : Adaptive load balancing: includes balance-tlb plus receive load balancing (rlb) for IPV4 traffic, and does not require any special switch support. The receive load balancing is achieved by ARP negotiation.

Ref: