实验环境:centos6centos7IP规划:centos6:eth0+eth1=bond0bond0:192.168.16.100centos7:eth0:192.168.16.66实验目的:实现centos6的网卡冗错,网卡的高可用实验步骤:centos6添加两块网卡:eth0,eth1分别配置:vimifcfg-eth0NAME=eth0DEVICE=eth0ONBOOT=yesMASTE
分类:
其他好文 时间:
2020-08-27 17:04:16
阅读次数:
65
1.在线颜色 https://sunpma.com/other/rgb/ 2.阿里巴巴图库 https://www.iconfont.cn/search/index?spm=a313x.7781069.1998910419.dac382181&searchType=icon&q=%E7%99%BB% ...
分类:
Web程序 时间:
2020-07-15 16:01:30
阅读次数:
93
#为网卡设置bond,实现多块网卡使用同一个ip地址以提供网卡负载均衡或容错的能力DEVICE=bond0TYPE=EthernetONBOOT=yesBOOTPROTO=noneIPADDR=192.168.90.80NETMASK=255.255.255.0BONDING_OPTS="mode= ...
分类:
系统相关 时间:
2020-07-12 12:08:20
阅读次数:
103
1. 关闭NetworkManager服务 systemctl stop NetworkManager systemctl disable NetworkManager 2. 加载bond模块 modprobe bonding miimon=100 mode=0 echo "alias bond0 ...
分类:
其他好文 时间:
2020-06-30 12:47:24
阅读次数:
60
root@ktppd01:sqm#df -hFilesystem Size Used Avail Use% Mounted on/dev/mapper/rootvg-lv_root 15G 540M 14G 4% /udev 7.8G 124K 7.8G 1% /devtmpfs 7.8G 76K ...
分类:
数据库 时间:
2020-06-19 16:23:22
阅读次数:
62
1.从官网下载sublime text3 2.下载插件 A.使用Ctrl+`(Esc键下方)快捷键或者通过View->Show Console菜单打开命令行 将以下代码复制后粘贴,然后按Enter(回车),稍等片刻。 import urllib.request,os; pf = 'Package C ...
分类:
其他好文 时间:
2020-04-13 10:27:46
阅读次数:
74
[root@kunpeng82 devuser]# ovs-vsctl list port tap6_br _uuid : 70e22269-7254-4300-88fc-b3e8cfcc1df6 bond_active_slave : [] bond_downdelay : 0 bond_fake ...
分类:
其他好文 时间:
2020-04-05 22:43:42
阅读次数:
137
问题现象:xenserver版本:7.1cu1解决方法:使用ethtool-ieth0查看网卡驱动版本,根据citrix官方KB需要更新网卡驱动https://support.citrix.com/article/CTX226402?download
分类:
其他好文 时间:
2020-04-03 18:31:33
阅读次数:
123
Proxmox VE 6.1 初始化安装与配置,升级,新加硬盘,网卡绑定bond,取消订阅提醒
分类:
其他好文 时间:
2020-03-15 23:49:43
阅读次数:
1118
bonding(绑定)是一种linux系统下的网卡绑定技术,可以把服务器上多个物理网卡在系统内部抽象成一个逻辑网卡,从而实现本地网卡的冗余、带宽扩容和负载均衡等功能,达到提升网络吞吐量和网路性能的目的。在操作系统的生产部署中是一种常用的技术。
分类:
其他好文 时间:
2020-03-12 17:16:22
阅读次数:
357