This post is more than 5 years old
2 Intern
•
152 Posts
0
823
July 30th, 2009 08:00
v1 replication
Hi, I just tried to use celerra replicator v1. I just like to check if i am going the correct way . Please let me know if anything else to be done . DART running at 5.6 and source celerra is ns704 and target is nsx.
1) enabled V1 licenses on both source and target.
2) set same time on both the source and target data movers and control stations( they are in different time zones).
3) on the source we have file system with 5 gb
4) create a checkpoint of the source file system.
5) establish communication between source and target control stations using nas_cel -create on both source and target sides.
6)created a destination file system with same size as source and mounted it r/o and type rawfs.
7)copy the source checkpoint to the destination file system using the fs_copy -start src_ckpt1 dest_fs1:cel=remote celerra -o convert=no, monitor off.
The real problem arises here the copy command doesnot complete it shows as 100% remaninig all the time. I am trying to figure it out what else i am missing. So please suggest me what else needed to be done.
Thanks,
1) enabled V1 licenses on both source and target.
2) set same time on both the source and target data movers and control stations( they are in different time zones).
3) on the source we have file system with 5 gb
4) create a checkpoint of the source file system.
5) establish communication between source and target control stations using nas_cel -create on both source and target sides.
6)created a destination file system with same size as source and mounted it r/o and type rawfs.
7)copy the source checkpoint to the destination file system using the fs_copy -start src_ckpt1 dest_fs1:cel=remote celerra -o convert=no, monitor off.
The real problem arises here the copy command doesnot complete it shows as 100% remaninig all the time. I am trying to figure it out what else i am missing. So please suggest me what else needed to be done.
Thanks,
No Events found!


Rainer_EMC
6 Operator
•
8.6K Posts
0
August 5th, 2009 09:00
If you want fully automatic you should use Replicator with fs_replicate instead
gbarretoxx1
2 Intern
•
366 Posts
1
July 31st, 2009 06:00
the setup is correct. Both systems are running the same major version ( 5.6 ), right ?
If the initial copy is not finishing, I recommend you to open a support case.
Also, if you are running NAS code 5.6, the repV2 has several enhancements.
Gustavo Barreto.
vimad
2 Intern
•
152 Posts
0
August 5th, 2009 08:00
Thanks
vimad
2 Intern
•
152 Posts
0
August 5th, 2009 08:00
gbarretoxx1
2 Intern
•
366 Posts
1
August 5th, 2009 08:00
after the initial full copy, you need to create the replication with fs_replicate command, the run an incremental fs_copy whitout option "convert=no".
Gustavo Barreto.
vimad
2 Intern
•
152 Posts
0
August 5th, 2009 08:00
After we setup the replication between the source and destination celerras do we need to refresh the secondary checkpoint and do the differential fs_copy for copying the modified changes made to the source file system to the destination or do we need to use the fs_replicate refresh command. How exactly this operation works. When there is change is source file system how the changed data is copied to the destination file system. Can anyone please give me a clear picture on how it works.
Thanks
vimad
2 Intern
•
152 Posts
0
August 5th, 2009 12:00
Rainer_EMC
6 Operator
•
8.6K Posts
0
August 6th, 2009 06:00
the fs_copy -list options should show you how may percent is done
or do a time "fs_copy ..." and compute it
I dont think there is a kB/s in the command - maybe in the messages in server_log
vimad
2 Intern
•
152 Posts
0
August 6th, 2009 11:00
vimad
2 Intern
•
152 Posts
0
August 6th, 2009 13:00
Thanks,
gbarretoxx1
2 Intern
•
366 Posts
0
August 6th, 2009 13:00
vimad
2 Intern
•
152 Posts
0
August 7th, 2009 08:00
Thanks