Chinaunix首页 | 论坛 | 博客
  • 博客访问: 13075
  • 博文数量: 3
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 55
  • 用 户 组: 普通用户
  • 注册时间: 2011-02-25 12:04
文章分类

全部博文(3)

文章存档

2013年(3)

我的朋友

发布时间:2013-01-30 18:13:18

在AIX操作系统中,用户可以配置多个EtherChannel(网卡绑定)。在AIX5.2之前,我们要么只能选择active/active EtherChannel模式,要么,只能选择active/standbyEtherChannel模式的绑定网卡。所以,AIX 5.2中引入了新的网卡后备模式,用户可以为整个EtherChannel指定一块备份网卡,当整个EtherChannel失效时,这块网卡.........【阅读全文】

阅读(668) | 评论(0) | 转发(0)

发布时间:2013-01-30 18:07:55

1> 删除ent0 & ent1网卡的方法(以ent0为例):Bring the interface down:# ifconfig en0 downDelete the network interface definition for the adapter:# ifconfig en0 detachDelete the network interface driver for the adapter:# rmdev -dl en0# rmdev -dl et0# rmdev -dl ent0然后重复操作删除ent1.........【阅读全文】

阅读(2755) | 评论(0) | 转发(0)

发布时间:2013-01-30 18:06:04

1.for 循环#for i in 1 2 3>do>echo $i>done123#2.while循环#i=0#while(($i<3))>do>echo $i>let i=i+1>done012#......【阅读全文】

阅读(2437) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册