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

退出打印视图

更新时间: 2016 年 11 月
 
 

移动模块

为提高性能,您可能需要将模块移至另一个插槽、在虚拟化交换机上重新分配模块。此过程使用 CLI。

  1. 显示所有已安装模块。
    [OFOS] show iocard
    slot         state     descr     type                        v-resources
    ------------------------------------------------------------------------
    1            up/up               sanFc2Port16GbCard          1
    4            up/up               gwEthernet4Port10GbCard     0
    5            up/up               ibSlm8Port100GbCard         0
    7            up/up               sanFc2Port16GbCard          0
    11           up/up               gwEthernet4Port40GbCard     0
    embedded     up/up               spineIb4Gw2PortCard         0
    6 records displayed
  2. 拔下要移动的模块。

    例如,从插槽 7 移除模块。

  3. 删除该插槽的 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)?
  4. 将模块插入所需的插槽。

    该模块将被自动识别并且 I/O 卡报告更改。


    提示  -  如果新模块未被识别,请运行以下命令:add iocard slot-number module-name
  5. 验证 FC 模块是否出现在新插槽中。

    例如,FC 模块已插入插槽 2。

    [OFOS] show iocard
    slot         state     descr     type                        v-resources
    ------------------------------------------------------------------------
    1            up/up               sanFc2Port16GbCard          1
    2            up/up               sanFc2Port16GbCard          0
    4            up/up               gwEthernet4Port10GbCard     0
    5            up/up               ibSlm8Port100GbCard         0
    11           up/up               gwEthernet4Port40GbCard     0
    embedded     up/up               spineIb4Gw2PortCard         0
    6 records displayed

相关信息