Skip to content

Commit

Permalink
Merge pull request #21 from NetAppDocs/gcarol_gh16-17_mar22
Browse files Browse the repository at this point in the history
Gcarol gh16 17 mar22
  • Loading branch information
netappabhinanda committed Mar 30, 2023
2 parents c2962c1 + 1ce4327 commit d18eeef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions san-migration/task_fli_online_importing_the_data.adoc
Expand Up @@ -15,11 +15,13 @@ These are the steps to import the data from the source LUN to the destination LU
. Start the migration import.
+
----
cluster::*> lun import start -vserver fli_72C -path /vol/flivol/72Clun1
cluster::*> lun import start -vserver fli -path /vol/fli_vol/OnlineFLI_LUN
----

. Display FLI status.
+
----
cluster::*> lun import show -vserver fli_72C -path /vol/flivol/72Clun1
cluster::*> lun import start -vserver fli -path /vol/fli_vol/OnlineFLI_LUN
----

// 2023-03-22, GH issue #17
8 changes: 5 additions & 3 deletions san-migration/task_fli_online_preparing_the_lun_path.adoc
Expand Up @@ -175,14 +175,14 @@ fli fli_vol aggr1 online RW 2TB 1.90TB 5%
. Set fraction_reserveoption for each volume to `0` and set the Snapshot policy to `none`.
+
----
DataMig-cmode::> vol modify -vserver datamig -volume * -fractional-reserve 0 –snapshot-policy none
cluster::*> vol modify -vserver datamig -volume * -fractional-reserve 0 –snapshot-policy none
Volume modify successful on volume winvol of Vserver datamig.
----

. Check your volume settings.
+
----
DataMig-cmode::> vol show -vserver datamig -volume * -fields fractional-reserve,snapshot-policy
cluster::*> vol show -vserver datamig -volume * -fields fractional-reserve,snapshot-policy
vservervolumesnapshot-policyfractional-reserve
-----------------------------------------------
datamigdatamig_rootnone0%
Expand All @@ -193,7 +193,7 @@ Volume modify successful on volume winvol of Vserver datamig.
. Delete any existing Snapshot copies.
+
----
DataMig-cmode::> set advanced; snap delete –vserver datamig –vol winvol –snapshot * -force true
cluster::*> set advanced; snap delete –vserver datamig –vol winvol –snapshot * -force true
1 entry was acted on.
----
+
Expand Down Expand Up @@ -269,3 +269,5 @@ cluster::*> lun map -vserver fli -path /vol/fli_vol/OnlineFLI_LUN -igroup FLI
----
cluster::*> lun import create -vserver fli -path /vol/fli_vol/OnlineFLI_LUN -foreign-disk 600601603F103100662E70861000E511
----
// 2023-03-22, GH Issue #16

0 comments on commit d18eeef

Please sign in to comment.