Site sponsored by: Idera Try Idera’s new SQL admin toolset
SQL Server Performance

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


Article Topics

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

Write for Us

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

Capture DDL Changes using Change Data Capture with SQL Server 2008 ...
Business Intelligence in Collaborative Planning, Forecasting and Replenishment
Inside SQL Server Cluster Setup and Troubleshooting Techniques - Part I ...
Configure and Manage Policy Based Management in SQL Server 2008 ...

More     
 
Latest FAQ's

Cannot Start SQL Server Service
Users are able to connect to report manager but not able ...
Errors when SQL Server Snapshot Replication is Running
How to Display Server Name or IP Address in a Reporting ...

More     
   
Latest Software Reviews

Spotlight on ApexSQL Doc 2008
ApexSQL Enforce
Embarcadero Change Manager
SQL Server DBA Dashboard

More     

articles >> clustering >> What is New with SQL Server Clustering ...

What is New with SQL Server Clustering on Windows 2003

By : Romanth Nirmal
Nov 30, 2004

Security Patch – Server Accessibility

If latest security patches are not installed on SQL Server, you may see following error message in event log.

You are running a version of Microsoft SQL Server 2000 or Microsoft SQL Server 2000 Desktop Engine (also called MSDE) that has known security vulnerabilities when used in conjunction with the Microsoft Windows Server 2003 family. To reduce your computer's vulnerability to certain virus attacks, the TCP/IP and UDP network ports of Microsoft SQL Server 2000, MSDE, or both have been disabled. To enable these ports, you must install a patch, or the most recent service pack for Microsoft SQL Server 2000.

Once SQL Server is patched up with latest security patch, it is available to listen to the TCP/IP and UDP ports.

 

Increased Nodes

You can have up to 8-node clustering in Windows Server 2003 Enterprise Edition or Windows Server 2003 Datacenter Edition.

 

Clustering by Default

On Windows 2003 server system, clustering is installed by default; you only need to configure a cluster with Cluster Administrator.

 

Restart Not Required

You no longer need to restart the computer after you install or uninstall clustering. Clustering and associated drivers can be started and stopped dynamically.

 

New Configuration Log File

New configuration process with increased analysis displayed on the screen and to the following log file:

%SystemRoot%\System32\Logfiles\Cluster\ClCfgSrv.log

 

Disk Corruption Log File

When disk corruption is suspected, the Cluster service reports the results of the CHKDSK command-line utility in several places. Results are logged in the Application log and the Cluster.log file. In addition, the Cluster.log file references a log file in which detailed CHKDSK output is recorded.

%SystemRoot%\CLUSTER\CHKDSK_DISK2_20041101.LOG

 

Cluster Log Error Levels

The Cluster log readability is improved by adding error levels (similar to Event logs) that can help identify problem areas:

  • Info = Informational Entries

  • Warn = Warning Entries

  • Err = Error Entries

 

Cluster Log Improved

Cluster logs now display the server's local time in a log entry when Windows Clustering starts. This feature assists you when you are comparing Event log entries to Cluster logs.

 

Multi-Node Cluster Without a Common Shared Disk

In Windows Server 2003, there is a new quorum-capable resource name "Majority Node Set" (MNS). With MNS, you can configure a multi-node cluster without using a common shared disk.

 

Windows Server 2003 is Now Active Directory-Aware

  • Windows Server 2003 is now Active Directory-aware.

  • You can publish a Network Name as a computer object in Active Directory.

  • You can run Active Directory-aware applications as a clustered application.

 

Improved Cluster Service Account Maintenance

You do not have to take the cluster nodes offline to change the password for the cluster service account.

 

Improved Resource Maintenance

You can delete resources in Cluster Administrator or with Cluster.exe without first taking them offline. The cluster service takes them offline automatically and then deletes them.

 

Chapter 11 - What is New with SQL Server 2005 - Clustering & Availability

Failover Clustering

SQL Server 2005 database engine supports 8 node failover clusters on 32-bit systems, and 4 node clusters on 64 bit systems. SQL Server 2000 supported only 2 node or 4 node failover clusters.

 

Instance Support – Improved Scalability

SQL Server 2005 supports 50 SQL Server Instances per cluster. SQL Server 2005 Enterprise Edition can have up to 50 SQL Server instances on a single computer. SQL Server 2000 supported only 16 instances per Window's box.

 

Dedicated DBA Connection

Many DBAs may have seen instances where the database engine denies any new connection and no one is able to access it. Thus, it becomes very difficult to diagnose such a critical condition. The SQL Server 2005 database engine provides a smarter way to eliminate this scenario. SQL Server 2005 introduces a dedicated administrator connection. Members of the sysadmin fixed server role can make use of the sqlcmd utility and a dedicated administrator connection pool will allow those users to diagnose an instance.


    Next Page>>    








Home | Peformance Articles | Audit Articles | Business Intelligence Articles | Clustering Articles | Developer Articles | Reporting Services Articles | DBA Articles | ASP.NET / ADO.NET Articles | 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 | QDPMA Performance Tuning | 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


              © 1999-2008 by T10 Media. All rights reserved