]> git.openfabrics.org - ~tnikolova/docs/.git/commitdiff
fixed spelling mistakes
authorOr Gerlitz <ogerlitz@mellanox.com>
Tue, 15 Mar 2011 12:22:54 +0000 (14:22 +0200)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Tue, 15 Mar 2011 12:22:54 +0000 (14:22 +0200)
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
readme_and_howto/ib-bonding.txt

index 1727d6b83c27a3342a9fa063c6c790ab522f4463..f3d043d807ea29ea136f087105f3944435420f03 100644 (file)
@@ -33,7 +33,7 @@ Update 6 or Update 7) and for Redhat-EL5 and above.
 TYPE=Bonding
 MTU=<according to the slave's MTU>
 
-Exmaple: for bond0 (master) the file is named /etc/sysconfig/network-scripts/ifcfg-bond0
+Example: for bond0 (master) the file is named /etc/sysconfig/network-scripts/ifcfg-bond0
 with the following text in the file:
 
 DEVICE=bond0
@@ -49,7 +49,7 @@ MTU=65520
 
 Note: 65520 is a valid mtu value only if all IPoIB slaves operate in connected
 mode and are configured with the same value. For IPoIB slaves that work in
-datagram modee, use MTU=2044. If you don't set correct mtu or don't set mtu at
+datagram mode, use MTU=2044. If you don't set correct mtu or don't set mtu at
 all (and letting it to be set to the default value), performance of the
 interface might decrease.
 
@@ -116,7 +116,7 @@ BONDING_SLAVE0=slave0
 BONDING_SLAVE1=slave1
 MTU=<according to the slave's MTU>
 
-Exmaple: for bond0 (master) the file is named /etc/sysconfig/network/ifcfg-bond0
+Example: for bond0 (master) the file is named /etc/sysconfig/network/ifcfg-bond0
 with the following text in the file:
 
 BOOTPROTO="static"
@@ -134,7 +134,7 @@ MTU=65520
 
 Note: 65520 is a valid mtu value only if all IPoIB slaves operate in connected
 mode and are configured with the same value. For IPoIB slaves that work in
-datagram modee, use MTU=2044. If you don't set correct mtu or don't set mtu at
+datagram mode, use MTU=2044. If you don't set correct mtu or don't set mtu at
 all (and letting it to be set to the default value), performance of the
 interface might decrease.
 
@@ -153,11 +153,11 @@ After the configuration is saved, restart the network service by running:
 
 2.3 Configuring Ethernet slaves
 -------------------------------
-It is not possible to have a mix of Ethernt slaves and IPoIB slaves under the
+It is not possible to have a mix of Ethernet slaves and IPoIB slaves under the
 same bonding master. It is possible however that a bonding master of Ethernet
-slaves and a bonding master of IPoIB slaves will co-exist in one machne.
+slaves and a bonding master of IPoIB slaves will co-exist in one machine.
 To configure Ethernet slaves under a bonding master use the following
-instructios (depending  on the OS)
+instructions (depending  on the OS)
 
 * Under Redhat-AS4
 
@@ -178,7 +178,7 @@ No special instructions are required.
 
 * Under SLES10
 
-When using both type of bonding under, it is neccessary to update the
+When using both type of bonding under, it is necessary to update the
 MANDATORY_DEVICES  environment variable in /etc/sysconfig/network/config with the names
 of the InfiniBand devices ( ib0, ib1, etc. ). Otherwise, bonding devices will be created 
 before InfiniBand devices at boot time.