Prioritize SharePoint Nodes on Reported Health

Problem this snippet solves:

In SharePoint 2010 and 2013, the SharePoint web servers return a header named X-SharepointHealthScore that indicates the overall health of the server. This iCall script will query for that header value and change the ratio of the associated pool member so that new connections to the pool are distributed optimally across servers. The script also averages the ratios of all the pool members, and enables or disables appropriate member(s) when the average pool ratio crosses a lower or upper threshold, respectively.

How to use this snippet:

Implementation Details

This iCall script requires v11.4 or higher.

Code :

66807
Published Mar 09, 2015
Version 1.0

Was this article helpful?