Types of Clusters and Steps to Set-up MS-SQL Web ServerCluster.
Cluster
is usually useful to reduce the load on a particular server.Basically, clustering can be defined as the use of more than one computer/ server that can work together. In this type of architecture, multiple servers are liked to one another and has the capabilityof handling workloads. It helps to offer continued working and offer
100% uptime
. All themachines in a cluster are involved in the operations at any given point of time. The cluster of servers offer fault tolerance. It is also termed as Load Balancing.There are two types of clustering architectures offered byWeb Hostingservices providers.
A) Failover Cluster Server:
Multiple servers are involved in
Failover Cluster
. Failover clustering is different fromLoad Balancing servers. The term itself gives a little hint of what it is. Servers are placed in a cluster tooffer
high availability,
though there is an hardware or software failure. If a hardware or softwarefails, a counter action is taken by the cluster itself and the resources are fetched from other serversto continue with the operations. There is a constant monitoring always active in the cluster tomonitor the resources. A practical failover of software as well as hardware including the currentstatus of applications can be achieved by fault tolerant fail over cluster.Below is a pictoral description of
Failover Cluster Server.
B)
:
The basic intention of a load balancing architecture is to distribute the load among the servers in thecluster. A cluster can have more than one servers. You can keep adding servers to the cluster. Theseservers are set up in such a way that the traffic is distributed among all the servers. Its due to suchan architecture that the network load gets re-distributed and is not focused on a single server. Thishelps in offering better reliability and gaining much improved performance.There are common set of hardware that is required which is two server nodes in the cluster. Both theservers are connected to the network, both having their individual operating systems. Among thenodes, only one node is kept active at a given point of time. This is also termed as the“
Active/Passive
” solution. The resources of the cluster is utilized by the active server or the nodeand the data is written onto Shared Disks. Just incase if a node fails, the other node takes its place.To check if all the nodes are working properly, a signal known as ‘
Heartbeat
’ is sent across thenetwork of the servers. If the active server fails to respond, the passive server gets triggered andstarts functioning as an active server. The resources of the cluster are diverted to the passive server which is operating as the main active server.
Below are the Steps to Install a SQL Server in a cluster
It is important that the cluster is operational before you Install a
SQL Server
into the cluster.a) You require
Windows Server edition
with a support to MSCS on every server. b) One must get assured about every server in the cluster to be connected to the private network.c) You must set up a different network and mind that you do not connect them to this network, itmust only be used for sending the heartbeat signals.d) You need to create a user account for the service accounts for the cluster to operate under thisaccount in the domain. You also need to add every administrators group of every server.e) Now you can connect the shared hard disks to the server then shut the servers off and switch
Leave a Comment