Preparing the 7-Mode system for transition
Before starting a transition, you must complete certain tasks on the 7-Mode system, such as adding the SnapMirror license and the 7-Mode system to communicate with the target cluster.
All the 7-Mode volumes that you want to transition must be online.
-
Add and enable the SnapMirror license on the 7-Mode system:
-
Add the SnapMirror license on the 7-Mode system:
license add license_code
license_code
is the license code you purchased. -
Enable the SnapMirror functionality:
options snapmirror.enable on
-
-
Configure the 7-Mode system and the target cluster to communicate with each other by choosing one of the following options:
-
Set the
snapmirror.access
option to all. -
Set the value of the
snapmirror.access
option to the IP addresses of all the LIFs on the cluster. -
If the
snapmirror.access
option islegacy
and thesnapmirror.checkip.enable
option isoff
, add the SVM name to the/etc/snapmirror.allow
file. -
If the
snapmirror.access
option islegacy
and thesnapmirror.checkip.enable
option ison
, add the IP addresses of the LIFs to the/etc/snapmirror.allow
file.
-
-
Depending on the Data ONTAP version of your 7-Mode system, perform the following steps:
-
Allow SnapMirror traffic on all the interfaces:
options interface.blocked.snapmirror ""
-
If you are running Data ONTAP version 7.3.7, 8.0.3, or 8.1 and you are using the IP address of the e0M interface as the management IP address to interact with 7-Mode Transition Tool, allow data traffic on the e0M interface:
options interface.blocked.mgmt_data_traffic off
-