This short post, discusses about installing SSIS on a SQL Server Failover Cluster Instance and how you can resolve the error message:
The instance selected for installation is already installed and clustered
on computer [ComputerName]. To continue, select a different instance to cluster.
Reproducing the Error Message
If you have already deployed a SQL Server Instance on Windows Failover Cluster and you want to add SQL Server Integration Services (SSIS) on that cluster, if you try to do this via the installation option “Add features to an existing instance of SQL Server …” then you will get the below error message:
Rule “Existing clustered or cluster-prepared instance” failed.
The instance selected for installation is already installed and clustered on computer [ComputerName]. To continue, select a different instance to cluster.
Why You Get the Error Message?
Getting the above error message is absolutely normal. The reason is that SSIS does not provide native support for Windows Failover Clustering, therefore, you get the above error message.
How to Properly Install SSIS on a SQL Server Failover Cluster Instance
As explained above, SQL Server Integration Services (SSIS) do not provide native support for Windows Failover Clustering. Therefore, you cannot add it as a feature on an existing SQL Server Failover Cluster.
However, what you can do, is to individually install it on each node that participates to the Windows Failover Cluster.
Therefore, instead of selecting the option “Add features to an existing instance of SQL Server …”, you should do the following on each node that participates to the Failover Cluster:
- Start the SQL Server Installation Center
- Select “Perform a new installation of SQL Server ..“
- In the list of features, select only “Integration Services“
- Re-Patch the node with the same service pack/cumulative update used for patching the SQL Server instance.
After performing the above, you will end up having SQL Server Integration Services (SSIS) running on all nodes of the failover cluster.
Using SQL Server Integration Services on a Failover Cluster
Further using SSIS on the failover cluster, involves programmatically and procedurally taking into consideration, that the SQL Server instance is clustered.
Strengthen your SQL Server Administration Skills – Enroll to our Online Course!
Check our online course on Udemy titled “Essential SQL Server Administration Tips”
(special limited-time discount included in link).Via the course, you will learn essential hands-on SQL Server Administration tips on SQL Server maintenance, security, performance, integration, error handling and more. Many live demonstrations and downloadable resources included!
Featured Online Courses:
- Boost SQL Server Database Performance with In-Memory OLTP
- Essential SQL Server Administration Tips
- SQL Server Fundamentals – SQL Database for Beginners
- Essential SQL Server Development Tips for SQL Developers
- The Philosophy and Fundamentals of Computer Programming
- .NET Programming for Beginners – Windows Forms with C#
- Introduction to SQL Server Machine Learning Services
- Introduction to Azure SQL Database for Beginners
- SQL Server 2019: What’s New – New and Enhanced Features
- Entity Framework: Getting Started – Complete Beginners Guide
- How to Import and Export Data in SQL Server Databases
- Learn How to Install and Start Using SQL Server in 30 Mins
- A Guide on How to Start and Monetize a Successful Blog
Related SQL Server Administration Articles:
- Essential SQL Sever Administration Tips
- How to Patch a Standalone SQL Server Instance
- The SQL Server Browser Service and UDP Port 1434
- The Maximum Number of Concurrent Connections Setting in SQL Server
- Top 10 SQL Server DBA Daily Tasks List
- There is no SQL Server Failover Cluster Available to Join
- Encrypting a SQL Server Database Backup
- …more
Rate this article:
Reference: SQLNetHub.com (https://www.sqlnethub.com)
© SQLNetHub
Artemakis Artemiou is a seasoned Senior Database and AI/Automation Architect with over 20 years of expertise in the IT industry. As a Certified Database, Cloud, and AI professional, he has been recognized as a thought leader, earning the prestigious Microsoft Data Platform MVP title for nine consecutive years (2009-2018). Driven by a passion for simplifying complex topics, Artemakis shares his expertise through articles, online courses, and speaking engagements. He empowers professionals around the globe to excel in Databases, Cloud, AI, Automation, and Software Development. Committed to innovation and education, Artemakis strives to make technology accessible and impactful for everyone.