• Body,

    I have the same problem, I want to add AS to an existing SQL Server DB Cluster. I think that the solution is by this way: http://msdn.microsoft.com/en-us/library/ms144259(SQL.90).aspx

    Look at this part:

    To add components to an existing, SQL Server 2005 cluster from the command prompt

    Insert the SQL Server 2005 installation media into the disk drive.

    To add Analysis Services to an existing cluster, use the following syntax:

    start /wait INSTALLVS=Analysis_Server

    INSTANCENAME=

    IP=

    INSTALLSQLDIR=

    ASACCOUNT=

    SQLBROWSERACCOUNT=

    SQLREPORTING=1

    Note:

    You cannot install Analysis Services to the same cluster group as the Database Engine. You must install Analysis Services to its own group and then, after installation, you can move Analysis Services to the same group as SQL Server.

    For a complete list of parameters, see Parameters below.

    -------------------------------------------------------------------------------

    This is the information, but i really have some questions

    This create a new cluster with ips and disk resources or really add AS to an exiting sql cluster.

    Does any body can help us?

    Thanks