SQL Server Performance

  • Home
  • Articles
  • Forums
  • Tips
  • Training
  • FAQ's
  • Blogs
  • Software
  • Books
  • About Us
RSS Feeds
Sign in | Join


Article Topics

All Articles
Performance Tuning
Audit
Business Intelligence
Clustering
Reporting Services
SQL Azure
Developer
General DBA
ASP.NET / ADO.NET
SQL Azure

USEFUL SITES :

ASP.NET Tutorials
Windows and SQL Azure Tutorials
Cloud Hosting Magazine
SharePoint Tutorials
Windows Server Help

Write for Us

Share your SQL Server knowledge with others and raise your profile in the community More...
Latest Articles

A High Level Comparison Between Oracle and SQL Server - Part ...
A High Level Comparison Between Oracle and SQL Server - Part ...
A High Level Comparison Between Oracle and SQL Server - Part ...
A High Level Comparison Between Oracle and SQL Server

More     
 
Latest FAQ's

Add Node to A SQL Server failover Cluster failed with invalid ...
SQL Server Destination remote server error
Setting Up Data And Log Files For SQL Server
Will Check Constraints Improve Database Performance?

More     
   
Latest Software Reviews

dbForge Review
Spotlight on ApexSQL Diff - Server-based database comparison tool ...
Spotlight on ApexSQL Data Diff - Server-based database comparison tool ...
Spotlight on ApexSQL Doc 2008

More     

articles >> clustering >> Installation of SQL Server Clustering

Installation of SQL Server Clustering

By : Romanth Nirmal
Nov 30, 2004

Pre-Installation Spot Verification

  • Review the Windows Event Log, it should not have any errors before you begin the SQL Server clustering installation.
     

  • Ping from one node to another to verify a good connection and a latency of less than 500ms.
     

  • In regard to the services listed under Pre-Install Preparation Checklist above, make sure all of them are started and running and all other remaining services are stopped.
     

  • Ensure that shared array disks are visible from all nodes.
     

  • Verify that MS DTC is healthy and up and running on Primary Node.

 

Additional Steps for Windows 2003 Clustering

If you are using Windows 2003 as operating system on cluster nodes, you need to perform certain steps to make the cluster installation successful. If these steps are not performed, the installation may fail.

 

Instance Name Alias

If you are using Named Instances for your installation, then you need to establish an alias with the Client Network Utility. If you do not have cliconfg.exe available on your disk, then you can extract it from the SQL Server Setup files with following command.

D:\Software\SQL2000_ENT\x86\other\sqlredis.exe /q:a /C:"setupre.exe WARN=1 -s -SMS

Once cliconfg.exe is extracted, follow the steps to add the alias entry for the named instance.

  1. In the SQL Server Client Network Utility dialog box, click the Alias tab.
     

  2. Click Add to open the Add Network Library Configuration dialog box.
     

  3. Click to select the Named Pipes check box.
     

  4. Type the alias name in the Server alias box. For example: VIRTUALSERVERNAME\INSTANCENAME.
     

  5. Type the virtual server instance name in Server name box. For example: VIRTUALSERVERNAME\INSTANCENAME.
     

  6. Verify the name in the Pipe name box. By, default, the value in the Pipe name box is:
    \\VIRTUALSERVERNAME\pipe\MSSQL$instancename\sql\query

If this alias is not established, then your cluster installation will fail with following symptoms:

You will receive the following error message:

The cluster resource failed to come online. If extended error information was reported by the clustering service it can be obtained from the event log.

 

Setup MS Data Access Components 2.6

MS Data Access Components 2.6 installation is required before we perform the SQL Server Cluster installation on Windows 2003.

You can extract the setup from SQL Server setup files with following command. D:\Extract is a destination folder where the setup files will be extracted.

D:\Software\SQL2000_ENT\x86\other\sqlredis.exe /T:D:\Extract /C

 

Execute dasetup.exe:

 

Perform the installation:

 


    Next Page>>    








C# Help and Tutorials | PHP MySQL Tutorial | Sharepoint Tutorial | Azure Tutorial | Cloud Hosting Magazine | ASP.NET Tutorials | Windows Server Help | Windows Phone Pro | Silverlight Ace | Visual Studio Tutorials | Home | Peformance Articles | Audit Articles | Business Intelligence Articles | Clustering Articles | Developer Articles | Reporting Services Articles | DBA Articles | ASP.NET / ADO.NET Articles | SQL Server Training Videos | DBA FAQ's | Developer Peformance FAQ's | DBA Peformance FAQ's | Developer FAQ's | Clustering FAQ's | Error Messages | Audit Tool Reviews | Backup Tool Reviews | Coding Tool Reviews | Compare Tool Reviews | Documentation Tool Reviews | Design Tool Reviews | Monitoring Tool Reviews | Log Tool Reviews | Reporting Tool Reviews | Clustering Tool Reviews | Security Tool Reviews | Change Management Tool Reviews | Remote Access Tool Reviews | Book Reviews | Security Tool Reviews | ADO.NET / ASP.NET | Administration | Analysis/OLAP Services | Application Development | Configuration | Components | ETL | Hardware | High Availability | Hints | Index | Misc | Operating Systems | Performance Tuning | Replication | T-SQL | Views


              © 2010 Jude O'Kelly. All rights reserved