How to Set up a Microsoft SQL Web Server cluster

Types of clusters

A cluster is basically referred to as grouping of similar things to reduce the load or work of a single one. When it comes to servers there are 2 types of clusters :

1) Load Balancing Web Server ;

Load balancing Web Server is setup so that the traffic load is distributed among a number of servers instead of one single server. It involves a number of servers which are setup in such a way that the traffic is equally distributed among all of them. Due to this kind of a setup, the network load is not concentrated on one single server and this helps in improving the reliability with the tremendous improvement in performance. This kind of setup is also available for 2 or more nodes in the cluster.

2) Failover cluster Server :

Failover cluster also involves a number of servers but this is not the same as Load Balancing servers. Failover, as the term suggests, is setup to provide high availability even after there is an hardware or software failure. Once there is a software or an hardware failure, an action is taken by the cluster immediately so that the resources of the server are moved to another server. Cluster is informed once the hardware of software failure has taken place as the cluster keeps on monitoring the resources.

Real time failover for hardware and software failures including the current status of the applications can be acheived by fault-tolerant failover cluster. But this requires a better software application and more hardware and this is due to the fact that the condition of the current applications must be known. The applications which are currently in use are lost while the failover process is going on by the hardware and the software components and these should be recovered.

Microsoft’s Cluster Service (also known as MSCS) is exactly opposite to the true fault-tolerant cluster and is built in as a high-availability cluster. This is better as the cluster will not require specialized fault-tolerant solution and can work with more applications with less hardware also. This will definitely reduce the price. The cluster will not be in a good position after the failover but will be able to recover from a hardware or software failure. Two servers (nodes) are supported by the MSCS high-availability solution.

Basic hardware and software components

A common set of hardware is involved which are actually two servers nodes in a cluster. Both the servers in the cluster are connected to the network and both of them have there own operating system. The harddisks are external but they are connected to the servers through a network. A drive controller connects the shared disks to the servers. A Storage Area Network (SAN) is commonly used for this purpose.

Only one of the nodes in the cluster is active at a time. They are not active together and hence this solution is also called as an active/passive solution. The resources of the cluster is used up by the active server (node) and the active server writes all the data on the Shared disks. If one node fails the other one comes into play. To make sure that all the nodes are working properly, a signal known as a heartbeat is sent accross the private network to which all the servers are connected. If the active server fails, the passive server gets a signal about it through the heartbeats and once it receives the signal, it starts working as an active server and starts using all the resources of the cluster.

How to Install SQL Server in a cluster ?

Operational cluster is required to install SQL server in the cluster. Follow the steps given below to install Operational cluster.

1) First, install a Windows Server edition which supports MSCS on each server.

2) Now, make sure that each server in the cluster is connected to a Public network which is required to receive requests.

3) Make a different network and all the servers shouldn’t be connected to this network as this network should only be established between two servers within the cluster. This network will only be used for the heartbeats to send signals.

4) You will have to create a user account for the service account so that the cluster operates under this account in the domain. Make sure that you add this account to each Administrator’s group of each server.

5) Now you will have to connect the Shared harddisks to the server and you will have to power off the servers for this purpose. Once you connect the Shared harddisks to the servers make sure that the resources are being used by the server. Turn on node number one of the cluster.

6) Install Microsoft Cluster service and then configure it through control panel. Follow the steps given below to do this.

a. Go to Control Panel.

b. Then, Add/Remove Programs

c. Finally, Windows Components

7) You will have to give a name to your cluster and also assign an IP address with the Shared disk resources.

Now turn on the second node in the cluster and move to the First one (Original one) once the second one is online. Once you get back to the original one, to add another node use the Cluster Administrator.

Note : You will be able to install the second node quite easily in comparison to the first one as it will be based on the configuration of the second one.

Once you have installed the cluster sucessfully and everything works fine, follow the steps given below to install SQL server into the cluster :

1. To begin the installation process, you will have to insert the SQL Server Enterprise edition CD. If the installation does not start auto-matically, launch the setup through setup.exe.

2. Select Virtual Server on the computer name screen and enter a name by which you would like the Cluster be referred.

Note : This name is a Virtual name and is just like the hostname of a server.

3. Now make a service account to run the SQL web server and make sure that you provide Administration rights on each node on the cluster.

4. You will have to assign an IP address, Shared Resources and a service account to the SQL server while the installation.

Once you have done all the above steps correctly, a copy of SQL Server server will be installed on each node by the setup program within the cluster and the setting of the cluster will be installed automatically. Now you will be able to control the SQL server services by the cluster administrator.

Post to Twitter Tweet This Post

Comments Off    Read More   
Aug
24
Posted on 24-08-2008
Filed Under (SQL Dedicated Server) by bodhost

SQL Dedicated Server Configuration is an important setup for SQL databases, these include the following :

- Affinity Mask
- Lightweight Pooling
- Max Async IO
- Max Worker Threads
- Memory
- Priority Boost
- Set Working Set Size

SQL Dedicated Servers can achieve good performance with only a bit of tweaks. This include applications / database configurations. SQL servers always have higher trend to increase performance. SQL Server also has automatic configurations for the server. If SQL is not configured properly, it may cause a lot of problems on the dedicated server. It is very important that we make a note of every installation and configuration.

It also includes the following features :

- Replication
- Text Search
- XML Data Management
- Service Analysis and Alerts
- SQL Server Agent
- SQL Browser
- SQL Debugging
- SQLimail
- Mirroring of Database

SQL Dedicated Servers can be utilized for database management of high-end configuration.

Post to Twitter Tweet This Post

Comments Off    Read More   
Aug
21
Posted on 21-08-2008
Filed Under (SQL Dedicated Server) by bodhost

Dedicated SQL Servers provide enhanced performance, reliability, and dedicated resources for your application to run. Dedicated SQL Servers are usually sold to big hosting companies, enterprises, and organizations needing advanced support and functionality. And With a full team of Database Administrators a Dedicated SQL Server will provide the buyer with both the robust database functionality and expert support you need.
Dedicated SQL Servers are great because they are on separate hardware this improves security and top performance. And since Dedicated SQL Servers require intensive resources such as CPU and RAM it is best to buy them from a company that has been in business for a long time.

There are many Features of Dedicated SQL 2005 Servers. Such as follows :

* DBO Rights to SQL 2005
* Stored procedure support
* Full text search
* T-SQL Enhancements
* XML Data Types
* Multiple Active Result Set (MARS)
* XQuery
* Triggers
* SQL Native Client
* SQL Disk Space Meter
* SQL Login Password Reset Tool
* Additional SQL 2005 Login Manager

Dedicated SQL servers reguire experts that have a broad range of experience in SQL Hosting administration, optimization, backups, restores, and implementation. Dedicated SQL Server 2000 exceeds dependability requirements and provides innovative capabilities that increase employee effectiveness, integrate heterogeneous IT structures and maximize capital and operating budgets. Dedicated SQL Server 2000 provides the enterprise data management platform your organization needs to adapt quickly in a rapidly changing environment. such as Notification Services. The result is the best overall business value available.

Post to Twitter Tweet This Post

Comments Off    Read More   
Aug
20
Posted on 20-08-2008

SQL Server Clusters are setup when requirements of applications or Databases are not met. This is a setup to ensure performance is maintained at all times. While setting up a Cluster, you need to make sure you have noticed the following facts :

- Applications usage and their response.
- Uptime is maintained at all times even when a e-commerce applications is taking place.
- Loss in case of application failure.
- Apllication setup need mainenance.
- Maintenance and upgrades take place without any application downtime.
- Additional maintenance and training cost.
- Unification of Applications and resources.
- Increase availability in failures or downtime.
- Enhance Scalibility.
- Share load accross multiple servers.
- Clusters are basic of two type : Asymmetric Clusters and Symmetric Clusters
- Asymmetric Clusters refers to server exists to take over another server in case of any failure. It is efficient for availability and scalability for databases, files and services. In case, one of the servers are down, the other server takes place of the first server node. One of the terms refers to failover cluster.
- Symmetric Clusters, in this every server performance the same task. In this case, every server is the main server for applications. In case, one of them fail, the remaining servers continue to process applications. When it comes to cost, cluster resources are used. However, the only problem with it is in case of failure, additional load on other server could fail them.
- Load Management with Server Clusters
- Avoid Interruption of Services
- Increase in Flexibility.
- Complex Infrastructure in more number of servers are not easy to manage.
- Code Changes to function with all the servers.
- Applicaton limitations are not supported on Server Clusters.

SQL Dedicated Server Clusters Solutions are designed to meet Corporate Requirements and manage heavy databases / applications. BODHost provides fully managed dedicated server clustering solutions. SQL Server are normally setup with Server clusters.
If you need any further information, please email us at sales @ bodhost.com and we will suggest the best cluster setup for your applications.

Post to Twitter Tweet This Post

Comments Off    Read More