FC光交扩容配置

客户现场原有VMware平台扩容两台服务器,新增的两台服务器需要连接原有集群的共享存储,下面是光交侧的配置,让新增的两台服务器可以识别到原有的共享存储
现有环境:两台光交,单台服务器通过HBA卡分别连接到两台光交,光交再连接到存储控制器A,控制器B端,下面是光交扩容的调试配置:
先查看原有配置:

swd77:admin> cfgshow
Defined configuration:
 cfg:   cfg_vmware
                hostA; hostB; hostC; hostD
 zone:  hostA   DL388A_FC1; storage1040_A1; storage1040_B1
 zone:  hostB   DL388B_FC1; storage1040_A1; storage1040_B1
 zone:  hostC   DL388C_FC1; storage1040_A1; storage1040_B1
 zone:  hostD   DL388D_FC1; storage1040_A1; storage1040_B1

 alias: DL388A_FC1
                68:01:43:80:21:e0:52:78
 alias: DL388B_FC1
                68:01:43:80:21:e0:51:c0
 alias: DL388C_FC1
                68:01:43:80:21:e0:51:c4
 alias: DL388D_FC1
                68:01:43:80:12:09:1a:8e
 alias: storage1040_A1
                20:70:00:c0:ff:1e:57:0a
 alias: storage1040_B1
                24:70:00:c0:ff:1e:57:0a

Effective configuration:
 cfg:   cfg_vmware
 zone:  hostA   68:01:43:80:21:e0:52:78
                20:70:00:c0:ff:1e:57:0a
                24:70:00:c0:ff:1e:57:0a
 zone:  hostB   68:01:43:80:21:e0:51:c0
                20:70:00:c0:ff:1e:57:0a
                24:70:00:c0:ff:1e:57:0a
 zone:  hostC   68:01:43:80:21:e0:51:c4
                20:70:00:c0:ff:1e:57:0a
                24:70:00:c0:ff:1e:57:0a
 zone:  hostD   68:01:43:80:12:09:1a:8e
                20:70:00:c0:ff:1e:57:0a
                24:70:00:c0:ff:1e:57:0a

查看新增的两台服务器HBA端口的wwpn号

swd77:admin> switchshow
switchName:     swd77
switchType:     71.2
switchState:    Online   
switchMode:     Native
switchRole:     Principal
switchDomain:   1
switchId:       fffc01
switchWwn:      56:00:c4:f5:7c:a4:78:a8
zoning:         ON (cfg_vmware)
switchBeacon:   OFF
HIF Mode:       OFF

Index Port Address Media Speed       State   Proto
==================================================
   0   0   010000   id    N8       Online      FC  F-Port  20:70:00:c0:ff:1e:57:0a 
   1   1   010100   id    N8       Online      FC  F-Port  24:70:00:c0:ff:1e:57:0a 
   2   2   010200   id    N8       Online      FC  F-Port  68:01:43:80:21:e0:52:78 
   3   3   010300   id    N8       Online      FC  F-Port  68:01:43:80:21:e0:51:c0 
   4   4   010400   id    N8       Online      FC  F-Port  68:01:43:80:21:e0:51:c4 
   5   5   010500   id    N8       Online      FC  F-Port  68:01:43:80:12:09:1a:8e 
   6   6   010600   id    N8       Online      FC  F-Port  56:00:00:56:9b:35:20:14 
   7   7   010700   id    N8       Online      FC  F-Port  56:00:00:56:9b:35:1f:fc 
   8   8   010800   id    N8       No_Light    FC  (No POD License) Disabled
   9   9   010900   --    N8       No_Module   FC  (No POD License) Disabled
  10  10   010a00   --    N8       No_Module   FC  (No POD License) Disabled
  11  11   010b00   --    N8       No_Module   FC  (No POD License) Disabled
  12  12   010c00   --    N8       No_Module   FC  (No POD License) Disabled
  13  13   010d00   --    N8       No_Module   FC  (No POD License) Disabled
  14  14   010e00   --    N8       No_Module   FC  (No POD License) Disabled
  15  15   010f00   --    N8       No_Module   FC  (No POD License) Disabled
  16  16   011000   --    N8       No_Module   FC  (No POD License) Disabled
  17  17   011100   --    N8       No_Module   FC  (No POD License) Disabled
  18  18   011200   --    N8       No_Module   FC  (No POD License) Disabled
  19  19   011300   --    N8       No_Module   FC  (No POD License) Disabled
  20  20   011400   --    N8       No_Module   FC  (No POD License) Disabled
  21  21   011500   --    N8       No_Module   FC  (No POD License) Disabled
  22  22   011600   --    N8       No_Module   FC  (No POD License) Disabled
  23  23   011700   --    N8       No_Module   FC  (No POD License) Disabled

可以看到,新增的两台服务器的HBA端口wwpn号为
主机1:wwpn:56:00:00:56:9b:35:20:14
主机2:wwpn:56:00:00:56:9b:35:1f:fc
开始为新增的两台主机创建别名

swd77:admin> alicreate “DL388E_FC1”,“56:00:00:56:9b:35:20:14”
swd77:admin> alicreate  “DL388F_FC1”,“56:00:00:56:9b:35:1f:fc”

创建zone并将主机E和存储的控制器A和B添加在一个zone里面

swd77:admin> zonecreate "hostE","DL388E_FC1"
swd77:admin> zoneadd "hostE","storage1040_A1"
swd77:admin> zoneadd "hostE","storage1040_B1"

创建zone并将主机F和存储的控制器A和B添加在一个zone里面
swd77:admin> zonecreate “hostF”, “DL388F_FC1”
swd77:admin> zoneadd “hostF”,“storage1040_A1”
swd77:admin> zoneadd “hostF”,“storage1040_B1”
将新创建的zone添加到已有的cfg里面去

swd77:admin> cfgadd "cfg_vmware","hostE"
swd77:admin> cfgadd "cfg_vmware","hostF"

enable一下cfg

swd77:admin> cfgenable "cfg_vmware"
You are about to enable a new zoning configuration.
This action will replace the old zoning configuration with the
current configuration selected. If the update includes changes 
to one or more traffic isolation zones, the update may result in  
localized disruption to traffic on ports associated with
the traffic isolation zone changes.
Do you want to enable 'cfg1' configuration  (yes, y, no, n): [no] y
zone config "cfg_vmware" is in effect
Updating flash ...

最后再保存一下cfg配置

swd77:admin> cfgsave
You are about to save the Defined zoning configuration. This
action will only save the changes on Defined configuration.
If the update includes changes to one or more traffic isolation
zones, you must issue the 'cfgenable' command for the changes
to take effect.
Do you want to save the Defined zoning configuration only?  (yes, y, no, n): [no] y
Nothing changed: nothing to save, returning ...

查看一下cfg配置是否生效

swd77:admin> cfgshow
Defined configuration:
 cfg:   cfg_vmware
                hostA; hostB; hostC; hostD; hostE; hostF
 zone:  hostA   DL388A_FC1; storage1040_A1; storage1040_B1
 zone:  hostB   DL388B_FC1; storage1040_A1; storage1040_B1
 zone:  hostC   DL388C_FC1; storage1040_A1; storage1040_B1
 zone:  hostD   DL388D_FC1; storage1040_A1; storage1040_B1
 zone:  hostE   DL388E_FC1; storage1040_A1; storage1040_B1
 zone:  hostF   DL388F_FC1; storage1040_A1; storage1040_B1
 alias: DL388A_FC1
                68:01:43:80:21:e0:52:78
 alias: DL388B_FC1
                68:01:43:80:21:e0:51:c0
 alias: DL388C_FC1
                68:01:43:80:21:e0:51:c4
 alias: DL388D_FC1
                68:01:43:80:12:09:1a:8e
 alias: DL388E_FC1
                56:00:00:56:9b:35:20:14
 alias: DL388F_FC1
                56:00:00:56:9b:35:1f:fc
 alias: storage1040_A1
                20:70:00:c0:ff:1e:57:0a
 alias: storage1040_B1
                24:70:00:c0:ff:1e:57:0a

Effective configuration:
 cfg:   cfg_vmware
 zone:  hostA   68:01:43:80:21:e0:52:78
                20:70:00:c0:ff:1e:57:0a
                24:70:00:c0:ff:1e:57:0a
 zone:  hostB   68:01:43:80:21:e0:51:c0
                20:70:00:c0:ff:1e:57:0a
                24:70:00:c0:ff:1e:57:0a
 zone:  hostC   68:01:43:80:21:e0:51:c4
                20:70:00:c0:ff:1e:57:0a
                24:70:00:c0:ff:1e:57:0a
 zone:  hostD   68:01:43:80:12:09:1a:8e
                20:70:00:c0:ff:1e:57:0a
                24:70:00:c0:ff:1e:57:0a
 zone:  hostE   56:00:00:56:9b:35:20:14
                20:70:00:c0:ff:1e:57:0a
                24:70:00:c0:ff:1e:57:0a
 zone:  hostF   56:00:00:56:9b:35:1f:fc
                20:70:00:c0:ff:1e:57:0a
                24:70:00:c0:ff:1e:57:0a

查看已经生效,至此第一台光交扩容已经配置完成,第二台依照第一台的配置方法来操作即可。

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
EMC存储FC配置指的是基于EMC存储系统的Fibre Channel(光纤通道)配置。下面是关于EMC存储FC配置的简要说明: EMC存储是一种集成的存储解决方案,用于管理和存储企业的数据和业务。光纤通道(Fibre Channel)是一种高速的网络连接技术,用于连接存储设备和服务器。 EMC存储FC配置的步骤如下: 1. 确定存储系统的架构:首先,需要确定所使用的EMC存储系统的架构,包括存储设备的类型和数量。 2. 连接存储设备和服务器:通过光纤通道链路将存储设备与服务器连接起来。连接可以是点对点连接,也可以是通过交换机实现的多对多连接。 3. 配置光纤通道交换机:如果使用了光纤通道交换机,需要进行相应的配置。这包括创建区域(Zone),将存储设备和服务器分配到不同的区域,以隔离和管理不同的设备。 4. 配置存储系统:配置存储系统来支持光纤通道连接。这包括设置LUN(逻辑单元号),为服务器分配逻辑存储单元,并配置访问控制权限。 5. 验证配置:一旦配置完成,需要进行验证以确保存储设备和服务器之间的连接正常。可以通过通过服务器操作系统访问存储设备上的数据来进行验证。 EMC存储FC配置的目的是为了建立可靠和高效的连接,以实现数据的快速传输和存储,并确保存储系统的可用性和数据的安全性。通过合理的配置,可以充分利用存储设备的性能和容量,为企业的业务提供良好的支持。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值