Unsolved
This post is more than 5 years old
35 Posts
0
897
March 23rd, 2009 10:00
Determining data change rate for replication
I am using Celerra Replicator v2 on a couple NS40s with some virtually provisioned iSCSI LUNs that are connected to the ESX servers. We are currently replicating locally over a gigabit connection but want to try and replicate over a WAN connection.
Is there an easy way to determine how much data is changed on a daily basis to determine how much bandwidth will be necessary for replication? Would I have to use a checkpoint to determine this? Any insight would be helpful as I haven't seen anything in the whitepapers that answer this.
Thanks
Aaron
Is there an easy way to determine how much data is changed on a daily basis to determine how much bandwidth will be necessary for replication? Would I have to use a checkpoint to determine this? Any insight would be helpful as I haven't seen anything in the whitepapers that answer this.
Thanks
Aaron


aaronj1
35 Posts
0
March 23rd, 2009 20:00
Thanks
Peter_EMC
674 Posts
0
March 24th, 2009 04:00
$ fs_ckpt fs_name -l
It will list the checkpoints of a FS. If you look at the columns "ckpt_usage_on savvol" and the "creation_date" in it will give you a percentage of the savvol usage.
$ nas_fs -size ckpt_name will give you the ckpt_usage_on_savvol in percent and MB
If you add up the ckpt_usage_on_savvol from a point in time in history till today, this should give you an impression of the changed data
shewitt1
45 Posts
0
March 24th, 2009 09:00
Can you do a network capture on the Celerra network ports to see how much bandwidth the replication TCP conversation is using? Or how about using NetFlow to gather the statistics on that TCP flow?