如何查找是否使用端口分区的FC-Switch Brocade FC 300

时间:2018-11-27 13:44:43

标签: san

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

一个技术人员问我“是否检查端口的FC-Switch分区类型?因为如果WWNN访问了主机,则需要更新FC-switch的配置”

以下是在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 个答案:

答案 0 :(得分:0)

简单的答案是检查 zoneshow 命令输出以列出所有已配置的区域。区域如下:

zone:test_1
         21:00:00:24:XX:XX:XX:XX
         50:06:01:60:XX:XX:XX:XX
         50:06:01:69:XX:XX:XX:XX

正在使用WWN地址。

如果您看到类似这样的内容:

zone:test_1
         1,1
         1,6
         1,7

然后,您正在使用端口分区。在这里,前1是SwitchDomain ID,而1,6,7是该交换机上的端口号。

此外,区域可以混合使用WWN和端口定义。不要忘记在第二台Brocade交换机上执行相同的操作,因为它们通常会实现Dual-Fabric配置以实现冗余和多路径。