Go to main content
Oracle® Fabric OS 1.0.2 管理指南

退出打印视图

更新时间: 2016 年 11 月
 
 

移除模块

如果模块有缺陷,可以从虚拟化交换机中拔下该模块并插入同一类型的另一个模块。所有配置信息将自动推送到新模块。如果插槽将被不同类型的模块占用,确保执行下面的步骤 4。此过程使用 CLI。

  1. 显示所有已安装模块。
    [OFOS] show iocard
    slot         state               descr     type                        v-resources
    ----------------------------------------------------------------------------------
    1            up/up                         sanFc2Port16GbCard          1
    2            up/up                         gwEthernet4Port40GbCard     0
    4            up/up                         gwEthernet4Port10GbCard     0
    5            up/up                         ibSlm8Port100GbCard         0
    7            up/up                         sanFc2Port16GbCard in slot  0
    5 records displayed
  2. 确定要移除的模块。

    提示  -  v-resources 字段包含连接的 vNIC 数和 vHBA 数以及端口状态。如果要移除特定模块上的 vHBA 或 vNIC,必须使用 remove vnicremove vhba 命令。有关更多信息,请参阅Oracle Fabric OS 1.0.2 命令参考 中的 vnicOracle Fabric OS 1.0.2 命令参考 中的 vhba
  3. 从虚拟化交换机中插槽拔下模块。

    例如,从插槽 7 拔下模块。移除模块会中断使用此 I/O 卡的物理服务器上的通信。

  4. 如果计划添加不同类型的模块,请删除数据库中的该 I/O 卡信息。

    如果插槽将被不同类型的模块占用,必须删除该卡信息。例如,要从数据库中删除插槽 7 中 FC 模块的所有信息,请键入此命令,然后键入 y 来确认:

    [OFOS] remove iocard 7
    This may disrupt traffic on all physical server that happen to be using the I/O card.
    Remove iocard in slot 7 (y/n)?

    提示  -  如果不删除数据库中的 I/O 卡信息,并且随后安装不同类型的模块,您可能会遇到连接问题。
  5. 验证模块是否已删除。
    [OFOS] show iocard
    slot         state     descr     type                        v-resources
    ------------------------------------------------------------------------
    1            up/up               sanFc2Port16GbCard          1
    2            up/up               gwEthernet4Port40GbCard     0
    4            up/up               gwEthernet4Port10GbCard     0
    5            up/up               ibSlm8Port100GbCard         0
    4 records displayed

相关信息