Skip to main content

How can we help you?

Druva Documentation

Install the Hybrid Workloads agent on a SQL Failover Cluster Instance (FCI)

This article contains the instructions on installing and configuring Druva on a SQL failover cluster environment that has multiple nodes.

Prerequisite

Cluster shared disk/storage that is configured and accessible to the cluster and all nodes.

Steps

On a high level, there are five steps to configure Druva for the backup of a SQL failover cluster. As an example for this article, there are three nodes in the cluster, NODE01, NODE02, and NODE03.

The following flow diagram summarizes the procedure for configuring Druva for the backup of a node-based SQL failover cluster:

Install_agent_on_SQL.png

Step 1: Add the cluster shared disk/storage to all the cluster nodes

  1. Log on to the NODE01 machine.
  2. Launch the Disk Management console.
  3. Right-click on the shared disk and select Online to bring it online.
  4. Right-click again on the disk and start the New Simple Volume Wizard.
  5. On the first dialog, click Next.
  6. Specify the Simple Volume Size in MB. Click Next.
  7. For easier access, assign a drive letter to the disk; for example, P and click Next.
  8. Enter a volume label in the Volume Label text box; for example, Druva and click Next
  9. Click Finish and wait for a few seconds for the format operation to complete. Your disk is formatted with the NTFS file system.

Step 2: Configure clustered shared volume to install Druva

  1. Launch the Failover Cluster Manager console.
  2. On the left pane, expand Storage and select Disks.Failover_cluster_manager.png
  3. Click Add Disk in the Actions pane on the right-hand side. You can see your newly added shared disk in the pop-up window. Select the disk and click OK. Add_disk_to_a_cluster.png
  4. In the Disks section, right-click on the disk and select Properties. Rename the disk as PhoenixDisk (or any name that you may prefer). Click Apply and OK. PhoenixDisk.png
  5. Right-click on the disk and select Add to Cluster Shared Volumes. The drive is added to your node. Now, the drive is added as a CSVFS disk. Assign a letter to this disk.
    Select_add_to_cluster_shared_volume.png
  6. Before you can assign a letter to the disk, the Owner Node of the disk must be the same as the node you have logged on to (in this case NODE01). To ensure that NODE01 is the Owner Node:
    1. Select the CSVFS disk (in this example, the disk with PhoenixDisk as its name).
    2. After you select the disk, click Move Available Storage > Select Node.
    3. On the Move Cluster Shared Volume dialog box that appears, select the node you are logged on to (NODE01 in this example).  
      Move_cluster_shared_vol.png
  7. To assign a letter to this disk, launch the Disk Management console.
  8. On the Disk Management console, right-click on the shared disk and launch the New Simple Volume Wizard. Follow the steps in the wizard and assign a letter to the disk (for example, P).

Step 3: Install Hybrid Workloads agent on the shared drive

  1. Download the MS-SQL agent for Druva Cloud on all nodes in the cluster.
  2. Log on to NODE01. For the sake of simplicity, assume that drive P: is the shared drive that you have created as clustered shared volume across all nodes on which you want to install Druva.
  3. Start the installation for Druva using the downloaded Installer.
  4. Accept the license and click Next
  5. If you want to use a domain account, disable the Use Local System Account option and provide the domain account credentials. Provide the domain account username in the format: domain\username.

    Phoenix agent install.png
  6. In the Install Location box, enter the directory of the shared storage; for example, if P: drive is your shared directory, replace C with P and click Install. The installer copies all the necessary files on the given shared directory P:.

    Install location.png
  7. After the installation completes, click Finish. The Hybrid Workloads agent is now installed on the P: drive.

 If you use a domain account while installing the Hybrid Workloads agent, ensure that you add the same account in the Credential store to ensure that the credentials are preserved post an agent upgrade. For more information see Manage credentials for MS-SQL servers.

  1. Stop the Druva service.
  2. Go to the C:\ProgramData directory. Move the Phoenix folder to the shared directory P:; for example, move it to P:\SharedProgramData\
  1. To make Druva access its local data and configuration files, create a junction point that points to the newly created Druva folder location on the shared drive P\SharedProgramData\Phoenix. This step must be performed on all nodes. Launch the Command Prompt and create a junction point using the following command:
    Mklink /j C:\ProgramData\Phoenix P:\SharedProgramData\Phoenix

  2. Log on to the next node, NODE02, and follow steps 10 and 11 on the remaining nodes. Run the below command to create Phoenix Service:
    sc.exe create PhoenixCPHService binpath="P:\Program Files\Druva\Phoenix Agent\PhoenixCPHwnet64.exe" start=auto

  1. Register NODE01 and configure it for backup. To know the procedure for registering a server, refer to Register a Server

Step 4: Add Hybrid Workloads agent service as a SQL Failover Cluster Instance Resource

  1. Open Failover Cluster Manager and select Roles in the left pane.
  2.  Right-click on the SQL Server role and click Add Resource > Generic Service. The New Resource Wizard pop-up window appears.
    New_resource_wizard_window.png
  3. Select  Druva Hybrid Workloads agent Client Service from the list of services displayed and click Next.
  4. The Confirmation section on the pop-up window appears. Verify the details and click Next to continue.
  5. The Configure Generic Service section on the pop-up window appears. Verify the details and click Next to continue.
  6. In the Summary section, to view the report created by the wizard, click View Report. Click Finish

Step 5:  Ensure that Druva service is active only on the node where the FCI cluster is running

Ensure that the Druva service is active only on the node where the FCI cluster is running. Stop the Druva service on the rest of the nodes in the cluster. This is required for Druva service failover.

To configure the Hybrid Workloads agent to use the Microsoft CSV Shadow Copy Provider, see How do I make the Hybrid Workloads agent use the Microsoft CSV Shadow Copy Provider?

You are now ready to back up your SQL failover cluster. Follow the steps described in Configure registered servers for backup for creating a SQL backup set.