如何查找 FC 交换机是否使用端口分区 Brocade FC 300

如何查找 FC 交换机是否使用端口分区 Brocade FC 300

由于卡故障,我必须更换 RedHat5.3 上的 HBA。

一位技术人员问我“是否检查您的 FC 交换机分区类型的端口分区?因为如果主机通过 WWNN 访问,您将需要更新 FC 交换机配置”

以下结果是否是 Brocade FC 300 上显示的端口分区配置?

fcsw03:admin> switchshow
switchName:     xxxxx
switchType:     71.2
switchState:    Online
switchMode:     Native
switchRole:     Principal
switchDomain:   1
switchId:       fffc01
switchWwn:      10:00xxxxxxxxxxxxx
zoning:         ON (zones)
switchBeacon:   OFF

Index Port Address Media Speed State     Proto
==============================================
  0   0   011700   id    N8   No_Light    FC
  1   1   011500   id    N8   Online      FC  F-Port 21:00:00:24:xxxxxxxxxxxx
  2   2   011300   id    N8   No_Light    FC
  3   3   011100   id    N8   No_Light    FC
  4   4   011600   id    N8   No_Light    FC
  5   5   011400   id    N8   No_Light    FC
  6   6   011200   id    N8   Online      FC  F-Port 50:06:01:60:xxxxxxxxxxxx
  7   7   011000   id    N8   Online      FC  F-Port 50:06:01:69:xxxxxxxxxxxx
  8   8   010f00   --    N8   No_Module   FC  (No POD License) Disabled
  9   9   010d00   --    N8   No_Module   FC  (No POD License) Disabled
 10  10   010b00   --    N8   No_Module   FC  (No POD License) Disabled
 11  11   010900   --    N8   No_Module   FC  (No POD License) Disabled
 12  12   010e00   --    N8   No_Module   FC  (No POD License) Disabled
 13  13   010c00   --    N8   No_Module   FC  (No POD License) Disabled
 14  14   010a00   --    N8   No_Module   FC  (No POD License) Disabled
 15  15   010800   --    N8   No_Module   FC  (No POD License) Disabled

谢谢

答案1

使用 fabricos 命令zoneshow,它会给你答案:

wwpn 分区:您有一个包含 wwpn 成员的区域名称(例如:21:00:00:24:xxxxxxxxxxxx;50:06:01:60:xxxxxxxxxxxx)。

港口分区:您有每个成员的区域名称,如 domain_id、port_id(例如:1,1;1,6 表示 switchDomain 1 端口 1 与 switchDomain 1 端口 6 划分区域)

PS:如果您将区域成员命名为奇特的名称,则您很可能在 san 交换机中定义了别名。使用 fabricosalishow获取别名和端口/wwpn 之间的映射。

相关内容