How should a SQL Server Cluster be configured with Database and Infrastructure Cartridges?
An Infrastructure agent should be created for the physical hostname when an IC agent does not already exist for the SQL Server cluster unless
When monitoring a SQL Server cluster, a single SQL Server agent is used together with WindowsAgents for each node. The SQL Server agent uses only the cluster virtual name specified in the cluster configuration and in DNS, while the WindowsAgent uses each node's physical hostname.
The cluster virtual hostname and instance typically be determined with a simple query on the SQL cluster: SELECT CONVERT(sysname, SERVERPROPERTY('servername'))
The query result should list either the simple cluster virtual name, example: "MSCluster01" or the full FQDN (Fully Qualified Domain Name) registered in the DNS: "MSCluster01.MyCompany.com". Ideally, specifying the FQDN is preferred as it usually prevents situations in large organizations or hosting environments which may have duplicate names across multiple domains.
NOTE: The database cartridges share collection activity in which the WindowsAgent collects disk metrics and the SQL Server cartridge collects CPU and Memory metrics. Credential Mappings are created during the wizard deployment process, when adding OS Monitoring in the database agent's Agent Administration panel, or validating a SQL Server connection. These mappings allow the database agents to retrieve the metrics from the correct topology for rules processing, dashboard display and report creation.
In circumstances when an additional node has been added to by validating the SQL Server connection in the Connection Details panel.
1). From the Global View databases Dashboard, select the agent
2) .Click Settings | Administration | Connection Details
3). Select the agent checkbox and click Validate Connectivity
This will create additional infrastructure agents required with the correct mappings.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center