一、网卡绑定: 第一步:创建一个ifcfg-bondX 第二步:修改/etc/sysconfig/network-scripts /ifcfg-ethX 第三步:配置/etc/modprobe.conf,添加alias bond0 bonding 第四步:重启网络服务 通过查看/proc/net/b ...
分类:
系统相关 时间:
2016-12-08 18:33:30
阅读次数:
303
Duplicates报警问题:如图所示不丢包延迟也不高关键是内网啊(蛋疼)时不时的报警查了好多资料都是双网卡模式的问题参考https://geekpeek.net/ping-warning-duplicates-found-nagios/该博友是因为做了链路聚合并选择了负载均衡模式改为主备模式就好了因为bond负载均衡模式下是..
分类:
移动开发 时间:
2016-12-08 00:08:13
阅读次数:
231
网卡bond是通过把多张网卡绑定为一个逻辑网卡,实现本地网卡的冗余,带宽扩容和负载均衡。在应用部署中是一种常用的技术,我们公司基本所有的项目相关服务器都做了bond,这里总结整理,以便待查。 bond模式: Mode=0(balance-rr) 表示负载分担round-robin,和交换机的聚合强制 ...
分类:
系统相关 时间:
2016-11-19 12:49:24
阅读次数:
334
下载:https://github.com/SublimeCodeIntel/SublimeCodeIntel 解压到: data/pacakges目录 安装 Package Control插件管理 参考:http://www.th7.cn/web/js/201411/68112.shtml 首次使 ...
分类:
其他好文 时间:
2016-10-29 12:20:43
阅读次数:
242
https://blogs.msdn.microsoft.com/dotnet/2016/10/18/the-week-in-net-bond-the-gallery/ .NET Standard solves the code sharing problem for .NET developers ...
分类:
Web程序 时间:
2016-10-21 13:50:23
阅读次数:
406
07-图5 Saving James Bond - Hard Version (30分) This time let us consider the situation in the movie "Live and Let Die" in which James Bond, the world's ...
分类:
其他好文 时间:
2016-10-13 02:24:35
阅读次数:
220
This time let us consider the situation in the movie "Live and Let Die" in which James Bond, the world's most famous spy, was captured by a group of d ...
分类:
其他好文 时间:
2016-10-08 01:28:36
阅读次数:
261
vmwareworkstation12常规真机环境下,给网卡做bond配置如下(假设是bond0):1、ifcfg-eth0DEVICE=eth0ONBOOT=yesMASTER=bond0BOOTPROTO=noneSLAVE=yes2、ifcfg-eth1DEVICE=eth1BOOTPROTO=noneMASTER=bond0SLAVE=yesONBOOT=yes3、ifcfg-bond0DEVICE=bond0BOOTPROTO=staticIPADDR..
分类:
系统相关 时间:
2016-09-29 22:05:42
阅读次数:
444
应用环境:在生产环境中,为了提高网络容错或吞吐量,一般服务器都会采取多网卡绑定的策略(此处只讲主备模式)。 在RedHat 6.x下一般叫网卡做“bond”,在7.x版本中改名叫“Team”。 测试环境:RHEL7.0 (Centos7适用)真实物理机,4块网卡,绑定网卡1(eno1)和网卡3(en ...
分类:
其他好文 时间:
2016-09-27 15:03:43
阅读次数:
3404