Skip to main content
ONTAP 7-Mode Transition

Customizing the transition of 7-Mode configurations by using the CLI

Contributors

By default, all 7-Mode configurations are transitioned to ONTAP. You can choose to exclude some or all the volume, NFS, CIFS, SAN, and name services configurations from transition by using the 7-Mode Transition Tool CLI. You can also choose to consolidate the 7-Mode NFS export rules and Snapshot schedules, and reuse an existing NFS export policy and Snapshot policy on the target SVM.

You must perform this task before the configuration is applied, after which any modification will be ignored.

The 7-Mode Transition Tool does not perform prechecks for the configuration that is excluded.

By default, all 7-Mode configurations are selected for transition.

It is a best practice to run the prechecks with all configurations first, and then exclude one or more configurations in the subsequent run of the prechecks. This helps you to understand which configurations are excluded from transition and which prechecks are skipped subsequently.

Steps
  • Exclude and verify the configurations:

    1. Exclude the configurations:
      transition cbt property-set -p project_name -n config_property_name -v true

      config_property_name is the configuration that you want to exclude.

    2. Verify the value of the property that is set for excluding the configuration:

      transition cbt property-get -p project_name -n config_property_name

  • Consolidate NFS export rules for transition:

    • Consolidate similar 7-Mode NFS export rules to a single export policy in clustered Data ONTAP, which can then be applied to the transitioned volume or qtree:
      transition cbt property-set -p project_name -n nfs-consolidate-similiar-7mode-exports -v true

      If the nfs-consolidate-similiar-7mode-exports property is set to false, the 7-Mode Transition Tool creates a new NFS export policy in ONTAP for each 7-Mode NFS export rule.

    • Reuse an existing NFS export policy on the SVM that matches the export policy that will be created by the tool, which can be applied to the transitioned volumes or qtrees:
      transition cbt property-set -p project_name -n nfs-reuse-matching-svm-export-policies -v true

  • Consolidate Snapshot schedules for transition:

    • Consolidate similar 7-Mode Snapshot schedules to a single Snapshot policy in ONTAP, which can then be applied to the transitioned volume:
      transition cbt property-set -p project_name -n consolidate-similar-7mode-snapshot-policies -v true

      If the consolidate-similar-7mode-snapshot-policies property is set to false, the 7-Mode Transition Tool creates a new Snapshot policy in ONTAP for each Snapshot schedule.

    • Reuse an existing Snapshot policy on the SVM that matches the Snapshot policy that will be created by the tool, which can be applied to the transitioned volumes:
      transition cbt property-set -p project_name -n reuse-matching-svm-snapshot-policies -v true