跳到主要内容

检查 FC 适配器端口速度

适配器目标端口速度应该与相连设备的速度匹配,才能优化性能。如果端口设置为自动协商,则在接管和交还或其他中断后重新连接时所用时间更长。

开始之前

将此适配器用作主端口的所有 LIF 必须已脱机。

  1. 使适配器脱机: network fcp adapter modify -node nodename -adapter adapter -state down
  2. 检查端口适配器的最大速度:fcp adapter show -instance
  3. 如有必要,请更改端口速度:network fcp adapter modify -node nodename -adapter adapter -speed {1|2|4|8|10|16|auto}
  4. 使适配器联机: network fcp adapter modify -node nodename -adapter adapter -state up
  5. 使适配器上的所有 LIF 联机: network interface modify -vserver * -lif * { -home-node node1 -home-port e0c } -status-admin up

示例

以下示例将 node1 上的适配器 0d 的端口速度更改为 2 Gbps:

cluster1::> network fcp adapter modify -node node1 -adapter 0d -speed 2