In the following 3 part posting, we migrate 3 vFilers
into one Storage Virtual Machine (SVM).
Part
2) Migrating the 7-Mode vFilers to just one SVM in Clustered Data ONTAP
Part 3) Outputs from the SVM after the Migration is Complete
Part 3) Outputs from the SVM after the Migration is Complete
Part 3) Outputs
from the SVM after the Migration is Complete
To prove that we have consolidated
the 3 vFilers into the 1 SVM:
Qtrees
NASVM1::>
qtree show
Vserver
Volume Qtree Style
-------
------- ----------- -----
NASVM1 prdvol1 "" ntfs
NASVM1 prdvol2 "" ntfs
NASVM1 prdvol3 "" ntfs
NASVM1 rootvol "" ntfs
NASVM1 test01 "" unix
NASVM1 test01 share01
ntfs
NASVM1 test01 share02
ntfs
NASVM1 test01 share03
ntfs
NASVM1 test02 "" unix
NASVM1 test02 nfsexport01 unix
NASVM1 test02 nfsexport02 unix
NASVM1 test02 nfsexport03 unix
NASVM1 test03 "" unix
NASVM1 test03 mixed01
mixed
NASVM1 test03 mixed02
mixed
NASVM1 test03 mixed03
mixed
NASVM1 test11 "" unix
NASVM1 test11 share11
ntfs
NASVM1 test11 share12
ntfs
NASVM1 test11 share13
ntfs
NASVM1 test12 "" unix
NASVM1 test12 nfsexport11 unix
NASVM1 test12 nfsexport12 unix
NASVM1 test12 nfsexport13 unix
NASVM1 test13 "" unix
NASVM1 test13 mixed11
mixed
NASVM1 test13 mixed12
mixed
NASVM1 test13 mixed13
mixed
NASVM1 test21 "" unix
NASVM1 test21 share21
ntfs
NASVM1 test21 share22
ntfs
NASVM1 test21 share23
ntfs
NASVM1 test22 "" unix
NASVM1 test22 nfsexport21 unix
NASVM1 test22 nfsexport22 unix
NASVM1 test22 nfsexport23 unix
NASVM1 test23 "" unix
NASVM1 test23 mixed21
mixed
NASVM1 test23 mixed22
mixed
NASVM1 test23 mixed23
mixed
NASVM1 vol "" ntfs
CIFS Shares
NASVM1::>
cifs shares
Name Mount Point
---- -----------
admin$ /
c$ /
ipc$ /
prdvol1 /vol/prdvol1
prdvol2 /vol/prdvol2
prdvol3 /vol/prdvol3
share01 /vol/test01/share01
share02 /vol/test01/share02
share03 /vol/test01/share03
share04 /vol/test03/mixed01
share05 /vol/test03/mixed02
share06 /vol/test03/mixed03
share11 /vol/test11/share11
share12 /vol/test11/share12
share13 /vol/test11/share13
share14 /vol/test13/mixed11
share15 /vol/test13/mixed12
share16 /vol/test13/mixed13
share21 /vol/test21/share21
share22 /vol/test21/share22
share23 /vol/test21/share23
share24 /vol/test23/mixed21
share25 /vol/test23/mixed22
share26 /vol/test23/mixed23
NFS Exports
The NFS exports didn’t quite work (one of the warnings
from the 7MTT output would have indicated this needing to be fixed post
migration):
NASVM1::>
export-policy show
Vserver
Policy Name
-------
-----------
NASVM1 NASVM10
NASVM1 default
NASVM1::>
export-policy rule show
Policy Rule Access
Client RO
Vserver
Name Index Protocol Match Rule
-------
------- ----- -------- --------- ----
NASVM1 NASVM10 1
any 0.0.0.0/0 sys
NASVM1 NASVM10 2
cifs 0.0.0.0/0 any
NASVM1 default 1
any 0.0.0.0/0 any
NASVM1::>
vol show -fields policy
vserver
volume policy
-------
------- -------
NASVM1 prdvol1 default
NASVM1 prdvol2 default
NASVM1 prdvol3 default
NASVM1 rootvol default
NASVM1 test01
default
NASVM1 test02
default
NASVM1 test03
NASVM10
NASVM1 test11
default
NASVM1 test12
default
NASVM1 test13
default
NASVM1 test21
default
NASVM1 test22
default
NASVM1 test23
default
NASVM1 vol
default
Name Mappings
NASVM1::>
name-mapping show
(vserver name-mapping show)
Vserver Direction
Position
------- ---------
--------
NASVM1 win-unix
1
Pattern:
"00 Vfiler User1"
Replacement: 00user1
NASVM1 win-unix
2
Pattern: "00 Vfiler User2"
Replacement: 00user2
NASVM1 win-unix
3
Pattern: "00 Vfiler User3"
Replacement: 00user3
NASVM1 win-unix
4
Pattern: lab\\administrator
Replacement: root
NASVM1 win-unix
5
Pattern: "01 Vfiler User1"
Replacement: 01user1
NASVM1 win-unix
6
Pattern: "01 Vfiler User2"
Replacement: 01user2
NASVM1 win-unix
7
Pattern: "01 Vfiler User3"
Replacement: 01user3
NASVM1 win-unix
8
Pattern: 02 Vfiler User1
Replacement: 02user1
NASVM1 win-unix
9
Pattern: 02 Vfiler User2
Replacement: 02user2
NASVM1 win-unix
10
Pattern: 02 Vfiler User3
Replacement: 02user3
NASVM1 unix-win
1
Pattern: 00user1
Replacement: "00 Vfiler User1"
NASVM1 unix-win
2
Pattern: 00user2
Replacement: "00 Vfiler User2"
NASVM1 unix-win
3
Pattern: 00user3
Replacement: "00 Vfiler User3"
NASVM1 unix-win
4
Pattern: 01user1
Replacement: "01 Vfiler User1"
NASVM1 unix-win
5
Pattern: 01user2
Replacement: "01 Vfiler User2"
NASVM1 unix-win
6
Pattern: 01user3
Replacement: "01 Vfiler User3"
NASVM1 unix-win
7
Pattern: 02user1
Replacement: 02 Vfiler User1
NASVM1 unix-win
8
Pattern: 02user2
Replacement: 02 Vfiler User2
NASVM1 unix-win
9
Pattern: 02user3
Replacement: 02 Vfiler User3
Comments
Post a Comment