Skip to main content

vSphere Replication bandwidth requirement

Further to this blog...



In theory, 100mbps LL can transmit ~ 45GB per hour, that's around 1TB per day (24 hours). With 70% utilization, we are looking around 700GB of data can be transmitted in 24 days.

Block level changes is not equal to changes between two interval. A single file can be changed 100 times in 1 hour, but there will be only one block level change if RPO is 1 hour. The file can be 1mb change every time, with 100 times, we probably are expecting 100mb data changes. However, with RPO 1 hour, we are looking the differences compare with the last snapshot capture. This could be only 1mb or less than 1mb changes. 

It is not easy or rather no simple calculation can be used to calculate the bandwidth requirement. It is always recommended that we will monitor the bandwidth utilization when vSR is enabled. We should enable vSR for group of server one by one and monitor overtime. This is fairly equal comparison asking how much storage does a user will require for email? 10mb, 100mb, 1gb, or unlimited? It's still based on the user's behavior if they are heavy user or user that probably not going to receive 1 mail per day?

Comments

Popular posts from this blog

Editing hosts file in iPhone/iPAD

You can now edit the hosts file with a jailbroken iPhone/iPad. Download the hosts file using tool like FileZilla. Default location is /etc/hosts. Download Notepad++ and edit the file. I've edit the file and convert it to ANSI under the Encoding menu. Once completed, upload the file back to the default location.  Try to ping the DNS... It should works!

Making your iphone to Wifi HotSpot?

Gotten this from a friend really solve my problem. MyWi can be downloaded from Cydia but of course you would probably need to pay it after the trial period.  There is other "cracked" MyWi which you would need to first jailbreak your iphone, and add additional source as follow:- 1. Open your Cydia 2. Goto Manage>Source>Edit>Add 3. Add http://sinfuliphonerepo.com Then, go to Search and look for MyWi (cracked version), download and install it! Tata... you got it working!

vSphere Replication - checking the replication status

Enable SSH on ESXi host (you can do this using vCenter) Download putty or any SSH client and log in with root access vim-cmd vmsvc/getallvms ~ # vim-cmd hbrsvc Commands available under hbrsvc/: vmreplica.abort vmreplica.pause vmreplica.create vmreplica.queryReplicationState vmreplica.disable vmreplica.reconfig vmreplica.diskDisable vmreplica.resume vmreplica.diskEnable vmreplica.startOfflineInstance vmreplica.enable vmreplica.stopOfflineInstance vmreplica.getConfig vmreplica.sync vmreplica.getState  See more at: http://www.virtuallyghetto.com/2011/07/hbr-host-based-replication-cli-for-srm.html#sthash.mpqbyGmw.dpuf http://www.virtuallyghetto.com/2011/07/hbr-host-based-replication-cli-for-srm.html