Versions Compared

Key

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

...

  1. Launch Failover Cluster Manager on a node of the cluster. For more information on how to launch the Failover Cluster Manager, check Installing the Failover Cluster Feature and Tools in Windows Server 2012
  2. Right-click on an existing role, select Add Resource, and click Generic Service
  3. On the Select Service screen, select SQLdmCollection Service, and click Next
  4. Click Next on theConfimation screen
  5. Click Finish on the Summary screen
  6. Repeat steps 2-5 for thereimainingSQLDM services: SQLdm Management Service, SQLdm Predictive Analytics Service, and SQLdm Rest Service
  7. Right-click on one of the added SQLDM service, and select Properties

  8. Go to Dependencies tab and add the following resources:
    1. Name
    2. IP Address
    3. Disk
  9. Click Apply and go to the General tab
  10. Check the box of Use network name for computernamecomputer name, and click Apply.
  11. Go to the Registry Replication tab, click Add, enter SOFTWARE\Idera\SQLdm\DataPath, and click OK

    Warning

    There is a bug in Window 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 "SQLdmCollectionService`$Default" -RegistryCheckpoint "SOFTWARE\Idera\SQLdm\DataPath" -Cluster "SQLdmServices"

  12. Click Apply, and then click OK
  13. Repeat steps 7-13 for the remaining SQLDM services: SQLdm Management Service, SQLdm Predictive Analytics Service, and SQLdm Rest Service
  14. Right-click on each SQLDM service and select Bring Online

...