Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
In one of our production environments Load balanced by a CSS 11503 ,one of the servers has higher CPU and Memory and can take more load than the other. So we need to direct more traffic to this more powerful server. I have been trying to test this sc...
You will have to take into consideration that the GSS only supports DNS queries for A Records. For all other types of DNS records including MX, etc the GSS has to configured to forward these requests to another DNS Server that supports it. The GSS i...
Hi,There are 2 ways to implement this,1.Create a service with Type Redirect and add the service to the content rule under the owner for the HTTP port as below,service redir-https keepalive type none ip add 192.168.1.1 type redirect no prepend-h...
Thanks Giles for your assistance. we figured out what the issue was. This is a two tier architecture. We were trying to regulate traffic on the Second tier where the source of traffic was just 3 servers from the Web tier. This load balancing method w...