Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


hp_dl320e_gen8_v2

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
hp_dl320e_gen8_v2 [2014/06/10 13:23] adminhp_dl320e_gen8_v2 [2014/06/10 13:57] admin
Line 1: Line 1:
 +{{tag>[Hardware HP]}}
 +~~TOC~~
 =====HP Proliant DL320e Gen8 v2===== =====HP Proliant DL320e Gen8 v2=====
 {{::dl320e.jpg?nolink&300|HP DL320e Gen8 v2, 4x SAS SFF}} {{::dl320e.jpg?nolink&300|HP DL320e Gen8 v2, 4x SAS SFF}}
Line 9: Line 11:
   * Dual NIC 361T   * Dual NIC 361T
  
-{{tag>[Hardware HP]}} 
 ====Configure hardware==== ====Configure hardware====
   * Run HP SPP (Service Pack for ProLiant) for firmware updates.   * Run HP SPP (Service Pack for ProLiant) for firmware updates.
Line 60: Line 61:
   * VLANs -> participation -> tag VLANs on trunk   * VLANs -> participation -> tag VLANs on trunk
  
-===CentOS 6.5 bonding=== +Configure bonding on CentOS: [[centos65_bonding]].
-  * Create bond interface. <code>vi /etc/sysconfig/network-scripts/ifcfg-bond0 +
-DEVICE=bond0 +
-BOOTPROTO=none +
-ONBOOT=yes +
-USERCTL=no +
-BONDING_OPTS="mode=4 miimon=100"</code> +
-  * Load kernel bond0 interface. <code>vi /etc/modprobe.d/bonding.conf +
-alias netdev-bond0 bonding</code> +
-  * Add interfaces to bond.<code>vi /etc/sysconfig/network-scripts/ifcfg-eth0 +
-DEVICE=eth0 +
-MASTER=bond0 +
-SLAVE=yes +
-USERCTL=no +
-ONBOOT=yes +
-BOOTPROTO=none +
- +
-vi /etc/sysconfig/network-scripts/ifcfg-eth1 +
-DEVICE=eth1 +
-MASTER=bond0 +
-SLAVE=yes +
-USERCTL=no +
-ONBOOT=yes +
-BOOTPROTO=none +
- +
-vi /etc/sysconfig/network-scripts/ifcfg-eth3 +
-DEVICE=eth3 +
-MASTER=bond0 +
-SLAVE=yes +
-USERCTL=no +
-ONBOOT=yes +
-BOOTPROTO=none</code> +
-  * Load bonding module. <code>modprobe bonding</code> +
-  * Show bonding stats. <code>cat /proc/net/bonding/bond0</code> +
- +
-===Create VLAN devices=== +
-  * Create VLAN50 device and bridge for KVM guests. <code>vi /etc/sysconfig/network-scripts/ifcfg-br50 +
-DEVICE=br50 +
-ONBOOT=yes +
-SLAVE=bond0.50 +
-TYPE=Bridge +
-VLAN=yes +
-NM_CONTROLLED=no +
- +
-vi /etc/sysconfig/network-scripts/ifcfg-bond0.50 +
-DEVICE=bond0.50 +
-VLAN=yes +
-ONBOOT=yes +
-USERCTL=no +
-NM_CONTROLLED=no +
-BRIDGE=br50 +
-</code>+
  
 ====Install KVM==== ====Install KVM====
 See: [[KVM Host CentOS 6.4]] See: [[KVM Host CentOS 6.4]]
hp_dl320e_gen8_v2.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1