ONTAP Discussions

SnapMirror over FC dedicated ports

mcarlton4
2,823 Views

Hi

I am currently implementing Snapmirror over FC and am having issues replicating the data, the replication works over FC if I add the below setting into the snapmirror.conf file at the destination and change the source name to the connection name I have created.

#Regenerated by registry Tue Jul  3 15:56:30 GMT 2012

CRS_Test = multi(192.168.1.1,192.168.1.3)

CRS_Test:vol_test_cifs SAN-CRS-FAS01:vol_test_cifs_FC_test4 - - - - -

The main issues is that everytime we go to set up a new snapmirror replication it starts to push ot over the ethernet network and not the FC network, I have tried to dedicated the ports through snapmirror.access

Controller 1 - snapmirror.access            host=192.168.1.1-ql5a

Controller 2 - snapmirror.access            host=192.168.1.3-ql5a

Please correct me if this is wrong

I have made sure that the controllers are added to the snapmirror.allow and hosts files

Controller 1   

snapmirror.allow

SAN-THC-FAS01

SAN-THC-FAS02

SAN-CRS-FAS02

fc0SAN-THC-FAS01

fc1SAN-THC-FAS01

192.168.1.1

Hosts

#Auto-generated by setup Mon Jul  2 12:19:51 BST 2012

127.0.0.1 localhost localhost-stack

127.0.10.1 localhost-10 localhost-bsd

127.0.20.1 localhost-20 localhost-sk

10.6.20.23      SAN-CRS-FAS01 SAN-CRS-FAS01-VIF1

10.6.171.43     SAN-CRS-FAS01-VIF2

10.6.20.25      SAN-CRS-FAS01-VIF3

192.168.1.3     fc0SAN-CRS-FAS01        # ql5a

192.168.2.3     fc1SAN-CRS-FAS01        # ql5b

10.6.170.18     SAN-CRS-FAS01-e0M

# 0.0.0.0       SAN-CRS-FAS01-e0P

# 0.0.0.0       SAN-CRS-FAS01-e1a

# 0.0.0.0       SAN-CRS-FAS01-e1b

192.168.1.1     fc0SAN-THC-FAS01        # ql5a

192.168.2.1     fc1SAN-THC-FAS01        # ql5b

10.1.49.8       relay.lbcamden.net      mailhost

Controller 2

snapmirror.allow

SAN-CRS-FAS02

SAN-CRS-FAS01

SAN-THC-FAS02

SAN-CRS-FAS01:vol_test_cifs

fc0SAN-CRS-FAS01

fc1SAN-CRS-FAS01

192.168.1.3

hosts

#Auto-generated by setup Mon Jul  2 12:17:29 BST 2012

127.0.0.1 localhost localhost-stack

127.0.10.1 localhost-10 localhost-bsd

127.0.20.1 localhost-20 localhost-sk

10.128.20.27    SAN-THC-FAS01 SAN-THC-FAS01-VIF1

10.128.171.43   SAN-THC-FAS01-VIF2

10.128.20.28    SAN-THC-FAS01-VIF3

192.168.1.1     fc0SAN-THC-FAS01        # ql5a

192.168.2.1     fc1SAN-THC-FAS01        # ql5b

10.128.170.18   SAN-THC-FAS01-e0M

# 0.0.0.0       SAN-THC-FAS01-e0P

# 0.0.0.0       SAN-THC-FAS01-e1a

# 0.0.0.0       SAN-THC-FAS01-e1b

192.168.1.3     fc0SAN-CRS-FAS01        # ql5a

192.168.2.3     fc1SAN-CRS-FAS01        # ql5b

10.103.6.15     relay.lbcamden.net      mailhost

But I keep getting the error 13102 (could not read from socket), does anyone have any idea how I can setup these controllers up so they only use the FC ports for Snapmirror traffic and that when the customer creates new snapmirror relationships they also use the FC network.

Thanks in advance

Regards

Mark

2 REPLIES 2

scottgelb
2,823 Views

When snapmirror.access is set to a host= then the allow file is not used. Only used when access is set to "legacy".

scottgelb
2,823 Views

You could also setup failover type with fc as primary and Ethernet as secondary in the source connection

Public