Unsolved
This post is more than 5 years old
108 Posts
0
1470
October 19th, 2010 08:00
Best procedure to move fs to another pool on celerra
Guys,
Can anyone explain procedure to move file system from one pool to another on celerra NS-G8(5.6.50-2) by using nas_copy.
No Events found!


Rainer_EMC
6 Operator
•
8.6K Posts
0
October 19th, 2010 08:00
Hi,
if you are not comfortable with the CLI usage I would suggest to use the One-Time-Copy option for Replicator in the GUI – which does the same
after you have done the copy either adjust your exports/shares or mount the new file system on the same mountpoint that the old one was.
Rainer
AmolMahajan
108 Posts
0
October 19th, 2010 08:00
By some reason copy option in GUI is grayed out. The only option i see is nas_copy.
Rainer_EMC
6 Operator
•
8.6K Posts
0
October 19th, 2010 10:00
do you have a Replicator license?
JGreen
46 Posts
0
October 19th, 2010 11:00
Did this Celerra previously run Replicator V1 on 5.5 code by chance?
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
October 19th, 2010 11:00
Maybe the license is not enabled in Celerra Manager ?
AmolMahajan
108 Posts
0
October 19th, 2010 11:00
Yes. V2.
JGreen
46 Posts
0
October 19th, 2010 11:00
Actually I take my previous post back as the NS-G8 was not supported in 5.5
Rainer_EMC
6 Operator
•
8.6K Posts
0
October 19th, 2010 11:00
typically a greyed out option in the GUI means that the license is not enabled. Are all Replicator actions greyed out in the GUI?
JGreen
46 Posts
0
October 19th, 2010 12:00
You may want to run nas_license -l to see if the replicationV2 license is enabled.
An example output would look like this:
[nasadmin@ns20cs ~]$ nas_license -l
key status value
site_key online 4b ba 3a c9
advancedmanager online
cifs online
nfs online
iscsi online
snapsure online
replicatorV2 online
You can also verify in Celerra Manager.
JGreen
46 Posts
1
October 19th, 2010 12:00
Is the file system you want to move already being replicated?
That would be a reason the copy option would be greyed out.
AmolMahajan
108 Posts
0
October 19th, 2010 12:00
advancedmanager online
nfs online
cifs online
iscsi online
snapsure online
replicatorV2 online
filelevelretention online
Rainer_EMC
6 Operator
•
8.6K Posts
0
October 19th, 2010 12:00
If its being replicated you would have to configure the replication again from the the new fs which probably causes a full copy again
AmolMahajan
108 Posts
0
October 19th, 2010 12:00
ReplicatorV2 Licensed: is checked n grayed out in celerra manager.
AmolMahajan
108 Posts
0
October 19th, 2010 12:00
Ohh yes, its being replicated to DR.
So the procedure would be
1. Stop the replication
2. Copy locally
3.Start replication again
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
October 19th, 2010 12:00
So much easier to do it with nas_copy ..take a look at the manual.