Versions Compared

Key

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

...

  1. Use an administrator account to remotely log on to the active node of your cluster.
  2. Open a new Command Prompt window.
  3. For each SQL Server instance hosted on that cluster node, run the following command. This command creates a Generic Script Resource that controls failover for all virtual databases for that specific SQL Server instance, running this command per each clustered instance (not per node).
    SQLvdbcmd Cluster FilterService SQLServerName
    where SQLServerName is the full SQL Server name of the clustered instance

...