SSIS Clustering

Microsoft's SQL Server Integration Services is not something that is installed with the instance, it goes on the server as s Shared Resource. Microsoft have documented on TechNet that SSIS is not cluster aware and as a result they state the following: "Clustering Integration Services is not recommended because the Integration Services service is not a clustered or cluster-aware service, and does not support failover from one cluster node to another.". However it is possible to run SSIS in a cluster but there are limitations which must be fully considered and understood. See Configuring Integration Services in a Cluster (SQL Server 2008 R2) and Integration Services (SSIS) in a Cluster (SQL Server 2012) for details.