跳转到主内容

是否可以将 UTA2 端口对中的一个端口配置为 FC 目标 / 启动程序,而将另一个端口配置为 CNA ( FCoE 目标 / 以太网)模式?

Views:
79
Visibility:
Public
Votes:
0
Category:
fas-systems
Specialty:
network
Last Updated:

适用于

  • 产品型号: AFF8020-R6
  • 操作系统:集群模式 Data ONTAP 8.3.1
  • 类别 2 : FAS

解答

UTA2 端口可以配置为 FC 目标 / 启动程序或 CNA ( FCoE 目标 / 以太网)模式。
X1143A-R6 适配器端口的默认配置为 FC 目标模式。但是,此适配器上的端口可配置为 10-Gb Ethernet 和 FCoE 端口或 16-Gb FC 端口。

当前配置 [ 默认情况下,这两个端口均配置为 FC 目标模式 ] :
aff::*> ucadmin show -node aff-01 -adapter 0c
 
                 Node: aff-01
              Adapter: 0c
         Current Mode: fc
         Current Type: target
         Pending Mode: -
         Pending Type: -
Administrative Status: online
      Supported Modes: fc, cna
   Supported FC Types: initiator, target
  Supported CNA Types: target
 
aff::*> ucadmin show -node aff-01 -adapter 0d
 
                 Node: aff-01
              Adapter: 0d
         Current Mode: fc
         Current Type: target
         Pending Mode: -
         Pending Type: -
Administrative Status: online
      Supported Modes: fc, cna
   Supported FC Types: initiator, target
  Supported CNA Types: target

aff::> system node hardware unified-connect show
                       Current  Current    Pending  Pending    Admin
Node          Adapter  Mode     Type       Mode     Type       Status
------------  -------  -------  ---------  -------  ---------  -----------
aff-01        0c       fc       target     -        -          online
aff-01        0d       fc       target     -        -          online
2 entries were displayed.

UTA2 端口对上的限制,因为它们连接到同一 ASIC 。

连接到同一 ASIC 的端口对必须配置在同一模式下。因此,这两个端口必须配置为相同的模式,并使用相同的 SFP+ 类型。
注意: 更改一个端口的模式类型后,另一个端口也会发生更改。

确保适配器必须脱机才能修改模式:

aff::> network adapter modify -node aff-01 -adapter 0c -state down

aff::> system node hardware unified-connect modify -node aff-01 -adapter 0c -mode cna -type target -force true.所有更改将在重新启动系统后生效。使用 "system node reboot" 命令重新启动。

aff::> system node hardware unified-connect show
                       Current  Current    Pending  Pending    Admin
Node          Adapter  Mode     Type       Mode     Type       Status
------------  -------  -------  ---------  -------  ---------  -----------
aff-01        0c       fc       target     cna      -          offline
aff-01        0d       fc       target     cna      -          offline
2 entries were displayed.


因此,无法在 UTA2 端口对中将一个端口配置为 FC 目标 / 启动程序,而在 CNA ( FCoE 目标 / 以太网)模式下将另一个端口配置为 FC 目标 / 启动程序。

其他信息

附加信息 _text

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.