as you can see, you can do that ..but is that what you really want to do ? Are ALL file systems being migrated at once ?
3) don't you need to specify what exports are presented to what hosts ? You could have some file systems exported to some hosts and some to other. You need to review existing export list and document the systems. You can put all exports into one file and copy and paste them, ie:
dynamox
9 Legend
•
20.4K Posts
0
January 3rd, 2012 06:00
1) server_export server_2 [-Protocol {cifs|nfs}] -unexport [-perm] -all
as you can see, you can do that ..but is that what you really want to do ? Are ALL file systems being migrated at once ?
3) don't you need to specify what exports are presented to what hosts ? You could have some file systems exported to some hosts and some to other. You need to review existing export list and document the systems. You can put all exports into one file and copy and paste them, ie:
server_export server_2 -Protocol nfs -option rw=hostxyz, access=hostxyz, root=hostxyz /ufs1
server_export server_2 -Protocol nfs -option rw=hostabc, access=hostabc, root=hostabc /ufs2
you don't need to mess with interconnects, you still need to them for replication from VNX to NS80
deeppat
2 Intern
•
261 Posts
0
January 3rd, 2012 11:00
I am just curious to know I can clear up the replication session.
Thanks a lot Dynamox & Ernes for your time.
dynamox
9 Legend
•
20.4K Posts
0
January 3rd, 2012 11:00
not sure what you mean by "clear up" ?
deeppat
2 Intern
•
261 Posts
0
January 3rd, 2012 11:00
To remove the replication sessions and Interconnect setup.
dynamox
9 Legend
•
20.4K Posts
0
January 3rd, 2012 13:00
that is assuming you want to break ALL replication relationship between VNX and NS80.
deeppat
2 Intern
•
261 Posts
0
January 3rd, 2012 13:00
This is what i was looking for .
nas_cel –interconnect –delete
nas_cel –delete
Thanks ...