figuring out effected webfront end server from sharepoint servers

sns 9,236 Reputation points
2021-02-08T12:24:13.773+00:00

We have multiple of Web front end servers in our SharePoint farm.
load is hitting all WFE except one.
in case load is not hitting one web front end server how do we know which server it is?

and one more question..
if we have crossed 200 Gb for site collection , other than creating a new db and deleting old stuff? do we have mechanism to extend the data?
Please help.

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,969 questions
{count} votes

Accepted answer
  1. trevorseward 11,711 Reputation points
    2021-02-08T16:26:32.1+00:00

    Database size is not important. Given your SQL Server can keep up in terms of IOPS, memory/CPU, and your backup/restore times are acceptable, you'll be fine with >200GB.

    You can watch the perf counter "\Web Service(_Total)\Current Connections".

    Modify your hosts file on your client to hit that single FE just to verify it is functional and accepting connections.

    However, load balancing strategy is up to the load balancer. That would be the first thing to look at. Perhaps the FE was removed from the load balancing configuration, etc.


1 additional answer

Sort by: Most helpful
  1. sns 9,236 Reputation points
    2021-02-11T09:37:59.233+00:00

    Hi Seward,

    Can I get forum link where I should post questions related to windows Powershell?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.