Versions Compared

Key

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

...

  1. In the Cluster Administrator tool, create the Cluster Resource Group:
    • Select File > New > Group and give the group and description
    • Add the nodes and click Finish 
  2. In the Cluster Administrator tool, add a disk to the Cluster Resource Group:
    • Right-click the group you just created, select New > Resource and give it a name and description
    • For the Resource Type, select Physical Disk 
    • Select the SQLdm group
    • Click Next until you get to the last window and click Finish 
  3. In the Cluster Administrator tool, add an IP address for the Cluster Resource Group:
    • Right-click the group and select New > Resource and give it a name and description
    • Select the Resource type IP Address 
    • Enter the IP address that you acquired for your new Cluster Resource Group
    • Click Finish 
  4. In the Cluster Administrator tool, add the Network Name resource to the Cluster Resource Group:
    • Right-click the group and New > Resource and give it a name
    • Select the Resource type Network Name 
    • Add the dependency for the IP address resource
    • Specify the name and click Finish 
  5. Select a Disk that is in a Cluster Resource Group and create a directory on that disk used to hold local data for the services
  6. In File Explorer, create a folder to be used by SQLDM services on the disk that was added
  7. On the primary node,
  8. create the default registry key and add the full data path value
  9. use Registry Editor to create a new key named Default under HKEY_LOCAL_MACHINE\SOFTWARE\Idera\SQLdm\
  10. Default
  11. Create the DataPath valuea new String Value named DataPath.
  12. Select a Cluster Resource Group in which you want to define the SQLdm resources
  13. Create an IP Address resource for the SQLDM Services. If there is already an existing Network Name in the Cluster Resource Group, then you can skip this step
    • Create an Network Name resource that maps to the IP Address
    • Create the Network Name resource and add the IP Address as a dependency
  14. Create a Generic Service resource for the SQLdm Management Service
    • Add the Disk for the shared data as a dependency
    • Add the Network Name as a dependency
    • Specify SQLdmManagementService$Default as the name of the service to start
  15. After the service is added, right-click it and select Properties 
    • Select the Parameters tab and check the Use network name for computer name box
    • Select the Registry Replication tab and add SOFTWARE\Idera\SQLdm\Default
    • Click OK
  16. Create a Generic Service resource for the SQLDM Collection Service
    • Add the Disk for the shared data as a dependency
    • Add the Network Name as a dependency
    • Specify SQLdmCollectionService$Default as the name of the service to start
  17. After the service is added, right-click it and select Properties
    • Select the Parameters tab and check the Use network name for computer name box
    • Select the Registry Replication tab and add SOFTWARE\Idera\SQLdm\Default
    • Click OK
  18. Create a Generic Service resource for the SQLdm Predictive Analytics Service
    • Add the Disk for the shared data as a dependency
    • Add the Network Name as a dependency
    • Specify SQLdmPredictiveAnalyticsService$Default as the name of the service to start
  19. After the service is added, right-click it and select Properties
    • Select the Parameters tab and check the Use network name for computer name box
    • Select the Registry Replication tab and add SOFTWARE\Idera\SQLdm\Default
    • Click OK
  20. Create a Generic Service resource for the SQLdm Rest Service
    • Add the Disk for the shared data as a dependency
    • Add the Network Name as a dependency
    • Specify SQLdmRestService$Default as the name of the service to start
  21. After the service is added, right-click it and select Properties
    • Select the Parameters tab and check the Use network name for computer name box
    • Select the Registry Replication tab and add SOFTWARE\Idera\SQLdm\Default
    • Click OK
  22. In Windows Services, bring the SQLDM Management service resource online
  23. In Windows Services, bring the SQLDM Collection service resource online
  24. In Windows Services, bring the SQLDM Predictive Analytics service resource online
  25. In Windows Services, bring the SQLDM Rest service resource online

...