The clusters tag has no wiki summary.
1
vote
2answers
262 views
Full Cluster vs Load Balancing
Is there any solutions that "increases power of a single machine" instead of traffic distribution between different hosts.
I mean the following schema:
"Central server" receives all requests and for ...
0
votes
1answer
30 views
Clustering service Configuration help
When setting up Windows Cluster, should "clustering service" run as a "domain account" or "Local System" account?
1
vote
2answers
492 views
Multiple SSL certificates on IIS 6 cluster
I have a 2 machine IIS 6 cluster (Windows 2003 Standard Edition) running a number of sites, only one of them has an SSL certificate. I have a number of IPs available to me on each machine, but the ...
1
vote
1answer
131 views
Create a database for scalability
I know this sounds like a programming question which means it should be on stackoverflow but i believe server admins worry about this more and i am not looking for just the programming answer to this ...
5
votes
7answers
893 views
Monitoring system that scales to 1,000 hosts and 100,000 variables
Suppose I wanted to monitor 1,000 hosts. For each host, there is 100 or more variables I want to monitor: ping, disk IO/latency, RAM free/swap/etc, and so on. 100,000 data points every 5-10 minutes, ...