--- title: "Install Client Tools: Failover Cluster" description: Learn how to install client tools, such as SQL Server Management Studio, on a SQL Server failover instance. ms.custom: - seo-lt-2019 - intro-installation ms.date: "12/13/2019" ms.reviewer: "" ms.prod: sql ms.technology: failover-cluster-instance ms.topic: how-to ms.assetid: 3c82d510-9798-46be-bebb-cac9bef56936 author: cawrites ms.author: chadam --- # Install Client Tools on a SQL Server Failover Cluster [!INCLUDE [SQL Server](../../../includes/applies-to-version/sqlserver.md)] Client tools such as [!INCLUDE[ssManStudioFull](../../../includes/ssmanstudiofull-md.md)] are shared features common across all instances on the same machine. They are backward compatible, with supported [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] versions that can be installed side by side. Only one version of the client tool exists on a node at a time. If the [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] client tools are installed during setup on first node of the [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] cluster, they are automatically added to any nodes that may be added later to the instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] using Add Node. > [!IMPORTANT] > [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Books Online is not automatically added to the additional nodes added to the [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] cluster using Add Node. [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Books Online can be installed manually on the nodes that you wish to have a local copy of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Books Online. If you do not install the [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] client tools during the initial installation of the [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] cluster, you can install it later as described in the procedures below. ## Installation procedures #### Installing [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Client Tools Using the Setup User Interface 1. Insert the [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] installation media. From the root installation folder, double click Setup.exe. To install from the network share, locate the root folder on the share, and then double-click Setup.exe. 2. On the **Installation** page, click **New [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] stand-alone installation or add Features to an existing installation**. Do not click **New [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] failover cluster installation**. 3. The system configuration checker verifies the system state of your computer before Setup will continue. 4. On the **Installation Type** page, click **Perform a new installation of [!INCLUDE[ssnoversion](../../../includes/ssnoversion-md.md)]**. 5. On the **Feature Selection** page, select the tools that you want to install and follow through the rest of the steps of the Setup process. #### Installing [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] client tools at the command prompt 1. To install [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] client tools and [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Books Online, run the following command: Setup.exe/q/Action=Install /Features=Tools 2. To install only the basic [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Management tools run the following command: Setup.exe/q/Action=Install Features=SSMS. This will install [!INCLUDE[ssManStudio](../../../includes/ssmanstudio-md.md)] support for [!INCLUDE[ssDEnoversion](../../../includes/ssdenoversion-md.md)], [!INCLUDE[ssExpress](../../../includes/ssexpress-md.md)], sqlcmd utility, and the [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] PowerShell provider. 3. To install the complete [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Management tools, run the following command: Setup.exe/q/Action=Install /Features=ADV_SSMS. For more information about parameter values for the features, see [Install SQL Server 2016 from the Command Prompt](../../../database-engine/install-windows/install-sql-server-from-the-command-prompt.md). ### Uninstalling [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Client Tools They appear in Add or Remove programs in Control Panel as **[!INCLUDE[msCoName](../../../includes/msconame-md.md)][!INCLUDE[ssnoversion](../../../includes/ssnoversion-md.md)]**, and can be removed from there. When you use Remove Node to uninstall an instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] from the failover cluster, the client components are not uninstalled at the same time. ## See Also [View and Read SQL Server Setup Log Files](../../../database-engine/install-windows/view-and-read-sql-server-setup-log-files.md)