Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Creating a new role for the SQL Safe Backup services ensures the high availability of the services during a failover. This set of instructions helps

The following instructions help you to configure the SQL Safe Backup services in its own cluster. This option requires an Make sure you have an available disk on in the cluster to store the temporary files used by the SQL Safe Backup services.

Create a Role

  1. Log onto the active cluster node using an Administrator Account.

  2. Launch the Microsoft Failover Cluster Manager.

  3. Right-click on Roles and select Create Empty Role.
  4. Right-click on the newly created role and select Properties.
  5. Rename the role to a unique name (e.g. SQLSafeServices), then click OK.

  6. Right-click on the role and select Add Resource > Client Access Point.
    On the Client Access Point screen, enter a unique Network Name (e.g. SQLSafeCluster) and an available IP Address that has been reserved for the clustered resource, then click Next.

    On the  Confirmation screen, click Next.
    On the  Summary screen, click Finish.
  7. Right-click on the role and select Add Storage.
  8. Select an available disk, then click OK

Add a Shared Path

  1. Open File Explorer and navigate to the drive that was added as the storage resource.
  2. Create a folder for the SQL Safe Backup services (e.g. H:\Idera\SQLsafe\).
  3. Launch Registry Editor and navigate to HKLM\SOFTWARE\Idera\SQLsafe.
  4. Create a new string value named Shared Path and supply the path to the folder (e.g. H:\Idera\SQLsafe\).

Create a Generic Service Resource

  1. Create a Generic Service resource for each of the SQL Safe Backup services (SQL Safe Backup Service, SQL Safe Collection Service, SQL Safe Filter Service, SQL Safe Management Service, SQL Safe OLR Service, and SQL Safe Rest Service).
    1. Right-click on the role and select Add Resource > Generic Service.
      On the Select Service screen, locate and select the SQL Safe
    Collection
    1. Backup Service. Click Next to proceed.
      On the Confirmation screen, click Next. 
      On the Summary screen, click Finish
    2. Right-click on the role and select Add Resource > Generic Service.
      On the Select Service screen, locate and select the SQL Safe
    Management
    1. Collection Service. Click Next to proceed.
      On the Confirmation screen, click Next
      On the Summary screen, click Finish
    2. Right-click on the role and select Add Resource > Generic Service.
      On the Select Service screen, locate and select the SQL Safe
    Rest
    1. Filter Service. Click Next to proceed.
      On the Confirmation screen, click Next. 
      On the Summary screen, click Finish. 
    2. Right-click on the
    newly added Role for the SQL Safe Collection Service
    1. role and select
    Properties
    1. Add Resource > Generic Service.
      On the
    Properties window, go to the Dependencies tab.
    Add the following dependencies:
    1. Name of the clustered role.
    2. IP address.
    Click Apply.
    Go to the General tab. 
    Enable the Use Network Name for computer name checkbox, then click OK
    1. Select Service screen, locate and select the SQL Safe Management Service. Click Next to proceed.
      On the Confirmation screen, click Next
      On the Summary screen, click Finish.
    2. Right-click on the
    newly added Role for the SQL Safe Management Service
    1. role and select
    Properties
    1. Add Resource > Generic Service.
      On the Select Service screen, locate and select the SQL Safe OLR Service. Click Next to proceed.
      On the Confirmation screen, click Next
      On the Summary screen, click Finish.
    2. Right-click on the role and select Add Resource > Generic Service.
      On the Select Service screen, locate and select the SQL Safe Rest Service. Click Next to proceed.
      On the Confirmation screen, click Next
      On the Summary screen, click Finish.
  2. Configure the properties for each of the newly created generic service resources.
    the Properties window, go to the Dependencies tab.
    Add the following dependencies:
    1. Name of the clustered role.
    2. IP address.

    Click Apply.
    Go to the General tab. 
    Enable the Use Network Name for computer name checkbox, then click Apply.
    Go to the Registry Replication tab. Click the Add button and enter SOFTWARE\Idera\SQLsafe\Management Service into the Root Registry Key field, then click OK.

    Warning

    There is a bug in Windows 2012 where the Registry Replication tab is not available. If the tab is unavailable, use the 

    Newtablink
    aliasAdd-ClusterCheckpoint
    urlhttps://docs.microsoft.com/en-us/powershell/module/failoverclusters/add-clustercheckpoint?view=win10-ps
     PowerShell cmdlet to add the necessary setting.

    EXAMPLE: Add-ClusterCheckpoint -ResourceName "SQLsafe Management Service" -RegistryCheckpoint "SOFTWARE\Idera\SQLSafe\Management Service" -Cluster "[ClusterName]"

    Right-click on the newly added Role for the SQL Safe Rest Service and select Properties
    1. Right-click on the newly generic service resource and select Properties.

    1. On the Properties window, go to
    the 
    1. the Dependencies
     tab
    1. tab.
     

    1. Add the following dependencies:
      1. Name of the clustered role.
      IP address
      1. Storage resource.
    2. Click Apply.
     
    1. Go to the General tab. 
    2. Enable
    the 
    1. the Use Network Name for computer name
     checkbox
    1. checkbox, then
    click 
    1. click Apply.
     
    1. Go to

    the 
    1. the Registry Replication tab. Click

    the 
    1. the Add button and enter SOFTWARE\Idera\

    SQLSafeRestServiceinto
    1. SQLsafe\ into the Root Registry Key field, then

    click 
    1. click OK.

    warning
    1. Note

      There is a bug in Windows 2012 where the Registry Replication tab is not available. If the tab is unavailable, use the 

      Newtablink
      aliasAdd-ClusterCheckpoint
      urlhttps://docs.microsoft.com/en-us/powershell/module/failoverclusters/add-clustercheckpoint?view=win10-ps
       PowerShell cmdlet to add the necessary setting.

      EXAMPLE: Add-ClusterCheckpoint -ResourceName "

    SQLsafeRestService
    1. SQLsafe Management Service" -RegistryCheckpoint "SOFTWARE\Idera\SQLSafe\

    SQLSafeRestService
    1. Management Service" -Cluster "[ClusterName]"

    2. Repeat the steps above for each generic service resource.
  3. Right-click on the Role and select Start Role.  

Reconfigure the SQL Safe Management Console

  1. Launch the SQL Safe Management Console (Start > All Programs > IDERA > SQL Safe Management Console).
  2. Go to Tools > Repository and Management Service Settings
  3. Next to the Computer field, click the Change button.
  4. On the window that appears, enter the cluster name that SQL Safe Management Service is associated to, then click OK.

  5. Update the SQL Server and Database field if necessary.
  6. Click OK on the Repository and Management Service Settings window.

...