Versions Compared

Key

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

Adding Instances to DMSO

You can add instances for monitoring in DMSO through

The user interface

Add an instance to the Management Cluster which is current at the time of addition.

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.

A new cluster-aware PowerShell Cmdlet

Check the example below of PowerShell Cmdlet for adding an instance for monitoring:

...

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

Removing Instances from DMSO

You can remove monitored instances through the user interface.

The user interface should not require modification.