You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Add new monitored instances to DMSO

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

  1. Through the user interface: Add an instance to the Management Cluster which is current at the time of addition
  2. Through a new cluster-aware PowerShell Cmdlet:

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

    New-SQLdmMonitoredInstance -Path Instance1 -WindowsAuthentication

    -tags production,finance,critical

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

    New-SQLdmMonitoredInstanceClustered -Path Instance1 

    -Cluster MgmtCluster -WindowsAuthentication -tags production,finance


ADD REMOVE INSTANCES

  • No labels