From LedHed's Wiki
(Created page with '== Changing XenServers Default Bond Mode == == Changing the Bond Mode of an existing Bond == == Reference == http://quorumsoft.com/kb/index.php/article/lacp-bond [[Catego...') |
(→Changing the Bond Mode of an existing Bond) |
||
Line 4: | Line 4: | ||
== Changing the Bond Mode of an existing Bond == | == Changing the Bond Mode of an existing Bond == | ||
+ | 1) Get the host UUID | ||
+ | xe host-list | ||
+ | 2) get the PIF's UUID | ||
+ | xe pif-list host-uuid=<HOST_UUID> | ||
+ | 3) Change the mode: | ||
+ | Possible Bond Modes:<br> | ||
+ | balance-rr | ||
+ | active-backup | ||
+ | balance-xor | ||
+ | broadcast | ||
+ | 802.3ad | ||
+ | balance-tlb | ||
+ | balance-alb | ||
+ | balance-slb | ||
+ | |||
+ | xe pif-param-set uuid=<PIF_UUID> other-config:bond-mode=<802.3ad> | ||
+ | |||
+ | |||
+ | == Checking the state of a Bonded NIC == | ||
+ | cat /proc/net/bonding/bond0 | ||
== Reference == | == Reference == |
Revision as of 00:00, 30 September 2010
Contents
Changing XenServers Default Bond Mode
Changing the Bond Mode of an existing Bond
1) Get the host UUID
xe host-list
2) get the PIF's UUID
xe pif-list host-uuid=<HOST_UUID>
3) Change the mode:
Possible Bond Modes:
balance-rr active-backup balance-xor broadcast 802.3ad balance-tlb balance-alb balance-slb xe pif-param-set uuid=<PIF_UUID> other-config:bond-mode=<802.3ad>
Checking the state of a Bonded NIC
cat /proc/net/bonding/bond0