Today I was setting up a new SQL Server 2008 Server in a cluster and I discovered that the Integration Services service is not cluster aware. I also discovered that Microsoft advises AGAINST installing the service as a clustered resource. Why on earth would Microsoft neglect to make the Integration Services service cluster aware? That doesn’t seem very good as it leaves a single point of failure, right? Well after careful consideration and researching the following two articles from Microsoft I decided that it wasn’t going to be as big of a deal as I thought.
Both of these Microsoft articles give you the information you need to decide for yourself
Definition of the Integration Services Service and some alternatives to use when used in clustered Environments - The recommended ways.
To configure Integration Services as a cluster resource - The not so recommended way


