向 EtherChannel 添加适配器,或从 EtherChannel 除去适配器。
ethchan_config { -a [ -b ] | -d } EtherChannel Adapter
ethchan_config -c EtherChannel Attribute NewValue
此命令向 EtherChannel 添加适配器,或从 EtherChannel 除去适配器。此命令还可用于修改 EtherChannel 属性。即使 EtherChannel 的接口当前已配置(也就是无需说,无需拆离 EtherChannel 的接口来添加或除去适配器或修改大多数 EtherChannel 属性),也可以执行这些添加、删除或修改操作。
-a | 将指定的 Adapter 添加到指定的 EtherChannel。如果必须将此适配器添加为备份适配器,则必须指定 -b 标志。 |
-b | 指定此 Adapter 将添加为备份适配器。此标志仅在与 -a 标志一起使用时有效。 |
-c | 将指定的 EtherChannel 属性的指定 Attribute 更改为指定的 NewValue。 |
-d | 从指定的 EtherChannel 删除指定 Adapter。-b 标志必须和 -d 标志一起使用。 |
Adapter | 指定要添加或删除的适配器。 |
Attribute | 指定指定 EtherChannel 的属性。 |
EtherChannel | 指定 EtherChannel。 |
NewValue | 指定指定 EtherChannel 的指定属性的新值。 |
0 | 命令成功结束。 |
>0 | 发生错误。 |
ethchan_config -a -b ent7 ent0
ethchan_config -c ent7 netaddr 10.10.10.10
- 此命令不能修改 use_jumbo_frame 属性的使用。试图执行此操作将显示错误消息。
/usr/lib/methods
ewallevent [-c] [-h]
wallevent [-c] [-h]
ewallevent 脚本返回的永远是英文的消息。而 wallevent 脚本返回的消息的语言则取决于语言环境的设置。
当事件或者重新装备的事件发生时,这些脚本会对所有当前登录进主机的用户广播这个事件或重新装备事件的消息。当一个事件或者重新装备事件发生时,事件响应资源管理器会将事件或重新装备事件的信息捕获并贴到环境变量中,环境变量是由事件响应资源管理器生成的。这些脚本可以当作由事件响应资源运行的操作来使用。还可以用作创建其它用户定义的操作的模板。
当这些脚本为其是一种响应操作的事件或者重新装备事件发生时,在所有用户登录的控制台中消息按照这种格式显示:
hh:mm:ss 广播来自于 user@ host(tty)的消息... yy/mm/dd hh:mm:ss 在 resource_class_name 的资源 resource_name 上因条件 condition_name 发生
了 severity event_type。该资源在 node_name 受到监视,并驻留于 {node_names}。
将返回有关 ERRM 环境变量的事件信息,还包含以下内容:
wallevent 脚本会捕获环境变量的值,使用 wall 命令将消息写到当前登录用户的控制台中。
log_file 被当作一个循环记录,具有 64KB 的固定的大小。当 log_file 满了时,新的记录会覆盖存在最早的记录。
如果 log_file 已经存在了,则事件信息会附加到它后面。如果 log_file 不存在,则它会被创建,这样事件信息就可以写入到它里面了。
当 -h flag 被指定时,脚本的用法声明被写入到标准输出中。
Broadcast message from joe@neverland.com (pts/6) at 18:42:03... Critical event occurred for Condition /var space used on the resource /var of filesys of IBM.FileSystem at 18:41:50 03/28/02 The resource was monitored on c174n05 and resided on {c174n05}.
Broadcast message from joe@neverland.com (pts/6) at 18:42:03... Critical rearm event occurred for Condition /var space used on the resource /var of filesys of IBM.FileSystem at 18:41:50 03/28/02 The resource was monitored on c174n05 and resided on {c174n05}.
命令:wall