Unsolved

This post is more than 5 years old

35 Posts

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

35 Posts

March 23rd, 2009 20:00

That would work if it was a CIFS filesystem. What we're dealing with here are iSCSI LUNs used with VMware. There are a couple dozen VMs so I was looking for an easier method. Can I get used space by running the server_iscsi -snap -info command? I don't have a system to try it out on at the moment.

Thanks

674 Posts

March 24th, 2009 04:00

Take a look at the checkpoints of the FS with

$ 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

45 Posts

March 24th, 2009 09:00

How about using Celerra Monitor? Can you can look at the "I/O History (bytes)" for the filesystem to determine how much bandwidth the writes use. I don't know enough about the Celerra to know if the replication will use more or less bandwidth than the bandwidth that the writes use.

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?

Top