Deduplication Bandwidth limiting
Hey everyone!
I am looking for some info on how to limit the bandwidth\traffic coming into my deduplication media server. My current setup is:
Windows 2008 R2 Master running 7.5.0.4
Windows 2008 R2 Media running 7.5.0.4
(5) regional offices with 4 servers at each site with a 10MB wan link to a cloud and then a larger 25MB pipe into head office where the media server exist.
I have close to 25 servers that I have been testing client side deduplication and it works great except that I choke the head office pipe. I am able to limit the bandwidth fine coming from the server but I would like to limit what the deduplication media server recieves. Is this something that can be done?
The OptDup Bandwidth limit set in the pd.conf is per server.
If you have just one media server on each site then it will limit that one but not the global amount coming into your HQ
The bandwidthlimit setting is supposed to be the global one - to be safe set this on the Master and all Media servers to prevent the total data being passed exceeding your allow limit.
This is where the fun begins - what to set it to and what does the value represent?
Well .. it should be a value in KB/s so if set to 2000 it should only allow 2MB/s to pass - but it doesnt quite seem to work that way!
The best i have come up with by trial and error is to think of the number you want in MB/s and add two zeros to it.
Due to your setup (the 10MB and 25 MB pipes maybe try the following, assuming you only want to use half of your bandwidth:
All remote servers use pd.conf setting of 500 (5MB/s plus two zeros) and then everything at the HQ uses the agent,cfg with a setting of 1200 (12 MB/s plus two zero)
If the agent.cfg overrides the pd.confs then your remote sites will still use 1200 which will be too much so you may have to drop it all down - again trial and error may be the way to work it out
Hope this helps