You can create a transition project that identifies the 7-Mode objects to be transitioned and how they map to the ONTAP objects. While creating the project, the 7-Mode Transition Tool collects and saves the information about the transition objects. You can use this project information to perform the transition in stages.
You must have gathered the following information:
7-Mode Transition Tool>transition credentials add -h system1.example.com -u root Enter password for 'root@system1.example.com':
project_type is the project type. Valid values are standalone, secondary, or primary.
7-Mode_system is the FQDN or IP address of the 7-Mode system.
cluster is the FQDN of the cluster or IP address of the cluster-management LIF.
data-copy-ipaddress is the IP address over which data is copied.
vfiler_name is the name of the nondefault vFiler unit.
7-Mode Transition Tool>transition cbt create -p sample_project -t standalone -n system1.example.com -n 10.238.55.33 -h cluster1.example.com -v vs2
aggr_name is the aggregate on which the ONTAP volume vserver_volume is created during the start operation.
For SnapLock Compliance volumes that are in SnapMirror relationship, the transition of SnapMirror relationships for SnapLock Compliance volumes is not automated by the 7-Mode Transition Tool. All SnapLock Compliance volumes that are in SnapMirror relationship must be transitioned as standalone volumes (by specifying the flag -t) by including the volumes in standalone, primary, or secondary projects. You must then manually perform the SnapMirror resychronization operation between these volumes after the transition.
See Considerations for transitioning of SnapLock Compliance volumes
7-Mode Transition Tool>transition cbt volumepair add -p sample_project -v vol1 -c vol1 -g aggr1
7-Mode Transition Tool>transition cbt lif add -p sample_project -i 192.0.2.250 -m 255.255.255.128 -g 192.40.0.1 -p e0a -n cluster1-01
If you want to add information about the... | Enter... |
---|---|
Primary 7-Mode system to the secondary project | transition cbt add-primary-seven-mode-system -p project_name -h source-host -f management-ipaddress -d data-copy-ipaddress [-m multipathing-ipaddress] For more information, see CBT : How to provide all the required primary 7-Mode details for a given secondary project. |
Secondary cluster or SVM to the primary project | transition cbt add-secondary-cluster-mode-system -p project_name -h c-mode-host-name -v vserver-name For more information, see the CBT: How to add the required secondary cluster details to the primary project |
source-host is the primary 7-Mode storage system host name or IP address as seen in the snapmirror status command output of the secondary 7-Mode system.
For considerations about providing the 7-Mode primary system details, see the man pages.
management-ipaddress is the management IP address of the source host.
data-copy-ipaddress is the IP address over which data is copied.
multipathing-ipaddress is the additional IP address that is used for data copy.
c-mode-host-name is the FQDN or IP address of the cluster to which the secondary volumes in the project have been transitioned.
vserver-name is the name of the SVM hosting the secondary volumes.