Versions Compared

Key

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

SQL Diagnostic Manager allows you to easily add and remove DMSO Instances from your Cluster EnvironmentsInstallations.

Add Instances to DMSO Management

...

Installations

Add DMSO Instances to the DMSO Management clusters through:

Anchor
UserInterface
UserInterface
User Interface

You can add a DMSO Instance through the User Interface using the Add Servers Wizard, you can find it

...

Note

To determine which repository is used, you may need to allow the current value of the ActiveRepositoryConnection property
 in the DesktopClient.Properites.Settings class.

Anchor
PowerShell
PowerShell
PowerShell Cmdlet

You can add a DMSO Instance through PowerShell Cmdlet, check the example below :

Code Block
languagepowershell
New-SQLdmMonitoredInstanceClustered -Path Instance1 -Cluster MgmtCluster -WindowsAuthentication -tags production,finance

Removing Instances from DMSO Management Clusters

You can remove monitored instances through the user Cluster Tree View by right-clicking the DMSO Instance to remove and selecting the Delete option.

...