What Is A Server Cluster
What Is A Server Cluster
A server cluster on a single network provides redundancy and ensures that a single error
will not shut down the entire network. Server clustering allows you to automatically
recover from outage failures without user intervention. If there is a problem with one of
the servers within the cluster, then it will not affect the availability of the data or
applications. For data centers that need uninterrupted performance, server clustering is an
excellent way to configure and manage servers.
A. Available only for Windows Server 2003, Datacenter Edition, and Windows Server
2003, Enterprise Edition, WSRM is a component that's used to throttle CPU and memory
usage on the servers on which it's installed. WSRM can be useful when you want to run
multiple applications on a server while ensuring that no application consumes more than
its fair share of resources, which could impede other applications' performance. WSRM
lets you place caps on a process or user level to make sure that all processes have the
required resources.
WSRM uses "soft" caps, which means that although each process is limited to a specific
percentage of CPU utilization and amount of memory, a process can exceed the limit if
no other process is competing for the resource. Let's say I've defined caps for three
applications:
If applications 2 and 3 each used 10 percent of the CPU and application 1 required more
than its 30 percent allocation, WSRM would give application 1 the additional amount that
it required, up to 80 percent of the total CPU. However, if one of the other applications
later required more CPU, WSRM would grant the other application the amount of CPU it
requested, up to its limit.
WSRM is supplied on the Windows 2003 Datacenter and Windows 2003 Enterprise CD-
ROMs. You can also download WSRM at
Hot add refers to the ability to dynamically add hardware, virtual or physical, to a
running system without downtime.