Run the below query and verify whether the server is a cluster.
select isnull(cast(serverproperty('IsClustered') as int), 0)
If it is not clustered, You need to install LiteSpeed on each node one at a time just like in a normal stand alone SQL install.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center