This post is more than 5 years old
2 Intern
•
152 Posts
0
783
August 11th, 2009 12:00
file level or block level
Hi all
I am doing a intial fs_copy for 30 Gb file system which has 10 Gb of data on it.
So i just took a checkpoint of the filesystem and did the intial fs_copy .
It took 10 mins to complete the intial fs_copy .So, here the intial fs_copy depends on the amount of data in the 30 Gb file system which is 10 Gb not on the overall file system size which is 30 Gb . Is that right? .
Thanks,
I am doing a intial fs_copy for 30 Gb file system which has 10 Gb of data on it.
So i just took a checkpoint of the filesystem and did the intial fs_copy .
It took 10 mins to complete the intial fs_copy .So, here the intial fs_copy depends on the amount of data in the 30 Gb file system which is 10 Gb not on the overall file system size which is 30 Gb . Is that right? .
Thanks,
0 events found
No Events found!


Rainer_EMC
6 Operator
•
8.6K Posts
0
August 12th, 2009 10:00
you can run multiple fs_copy in parallel (for different file systems)
or you can use tape silvering to transfer the baseline using an NDMP backup
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
August 11th, 2009 18:00
Peter_EMC
674 Posts
1
August 11th, 2009 22:00
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
August 12th, 2009 03:00
Rainer_EMC
6 Operator
•
8.6K Posts
1
August 12th, 2009 04:00
So it wont copy block that have never been used (written to) before
Its not the same as not copying "empty" blocks or unused blocks - but for a new file system it works out similar so that only the metadata blocks get copied.
vimad
2 Intern
•
152 Posts
0
August 12th, 2009 07:00
30 gb file system with 2 gb data took 2mins for the intial fs_copy
30 gb file system with 4 gb data took 4 mins.
30 gb file system with 11 gb data took 10 mins for the intial fs_copy.
So, here the throuhput is almost the same. Is there anyway we can increase the throughput for the intial fs_copy. I modified the RCP tcpwindowsize parameter on the data mover which increased the throughput or there any other parameters that we can tune on celerra for better throughput.
Thanks,