Forum Discussion

mhab11's avatar
mhab11
Level 5
11 years ago

How do I verify my data size that will be replicated through VVR

I need to find a way to figure out the Mb/sec (Mb=Megabits) that will be replicated to my offsite and the pipe size I need in order to stay insync. I have been testing VVR and have all of my setting in place with everything working correctly. But with a 10Mb VPN internet pipe I have the line pegged at 10Mb all the time and am never able to catchup. When I looked at Performance monitor, Physical and Logical disks I am only generating about 4Mb/sec of disk writes which is what is being replicated the the offsite. Am I looking at the wrong data for my replication size needed? Is there a way to verify the Mb/sec that are going to be written the my offsite prior to starting VVR?

NOTE: If you are having similar problems make sure to read the whole thread, there were mutliple solutions that were needed to verify and fix the problem of the data never catching up completely.

 

  • To see what you are writing, use vxstat:

    If you think you are writing 4Mb/sec then you should see:

    On the primary site, 4Mb/sec going to SRL volume and an additional 4Mb/sec for the total of all the data volumes  and on the secondary site the SRL is only used to keep track of writes so there should be a small amount to SRL and 4Mb/sec to data volumes.

    Maybe you have your units mixed up and your network is correct at 10Mbits/sec, but your disk is writing 4Mbytes/sec.  

    vxstat reports in 512k block so multiply by 2048 to get Mbytes or multiply by 16384 to get Mbits.

    Mike