I followed these steps to add ML services (R & Python) to an existing failover cluster instance of SQL Server 2019 (The installation media was ran on one of the cluster nodes):
i try to skip the installation rules to install MSSQL 2019 to an existing failover cluster instance, But i received this error:
I have read the documents:
SQL Server Machine Learning Services (Python and R) on Windows
How to add reporting services to an existing sql server clustered instance
I executed the below command at the Windows command prompt to start SQL Server setup on the active node.
Setup.exe /SkipRules=StandaloneInstall_HasClusteredOrPreparedInstanceCheck /Action=Install
Does SQL Server 2019 not support adding ML services to an existing failover cluster?