Versions Compared

Key

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

Add new monitored instances to DMSO

You can add instances for monitoring in DMSO in two different ways:

...

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-SQLdmMonitoredInstance -Path Instance1 -WindowsAuthentication

...

 -tags production,finance,critical


Also, specify the Management Cluster in addition to the Instance name. Check the following example:


Code Block
languagepowershell
New-SQLdmMonitoredInstanceClustered -Path

...

 Instance1 -Cluster MgmtCluster -WindowsAuthentication -tags production,finance

...

ADD REMOVE INSTANCES

View Management Clusters

...