Registering a SQL Server instance allows you to audit this instance and the associated databases. For each database you want to audit, register the corresponding SQL Server instance. When you register the instance, you can also deploy the SQL Compliance Manager Agent to begin auditing SQL events on this instance.
Indicate whether you want to deploy the SQL Compliance Manager Agent now or later, and then click Next. You can also choose to deploy the SQL Compliance Manager Agent manually, allowing you to install the agent at the physical computer that is hosting the registered SQL Server instance.
If you are auditing a virtual SQL Server or a SQL Server instance running in a non-trusted domain or workgroup , you must manually deploy the SQLcompliance Agent to the computer hosting the instance. For more information, see Deploy the SQL Compliance Manager Agent manually.
C:\Program Files\Idera\SQLcompliance\AgentTraceFiles
You can use the command line interface to register a new SQL Server instance and apply audit settings. The audit settings can be configured using the Typical auditing settings or an audit template (audit settings you exported to an XML file).
Keep in mind the following requirements and limitations:
register
command supports case-sensitive named instances. Ensure you are using the appropriate case when you cite the instance name.registerinstance
command does not support registering a virtual SQL Server instance hosted on a Windows cluster.SQL Compliance Manager includes a sample instance audit settings template (Sample_Server_AuditSettings.xml) for your convenience. Use this sample template to familiarize yourself with how specific audit settings are defined. By default, the sample template is located under C:\Program Files\Idera\SQLcompliance
.
SQLcmCmd [-host CollectionServer] [-port number] registerinstance instance
.The FERPA regulation guideline is provided as an XML template (FERPA_Server_Regulation_Guideline.xml
) stored in the SQL Compliance Manager installation directory (C:\Program Files\Idera\SQLcompliance
). Ensure the path you cite for the FERPA template reflects the directory you chose during installation.
SQLcmCmd [-host CollectionServer] [-port number] registerinstance instance -config "FERPA regulation guideline file path"
.The SOX regulation guideline is provided as an XML template (SOX_Server_Regulation_Guideline.xml
) stored in the SQL Compliance Manager installation directory (C:\Program Files\Idera\SQLcompliance
). Ensure the path you cite for the SOX template reflects the directory you chose during installation.
SQLcmCmd [-host CollectionServer] [-port number] registerinstance instance -config "SOX regulation guideline file path"
.SQLcmCmd [-host CollectionServer] [-port number] registerinstance instance -config "exported audit settings file path"
.If there are any backlogged audit trace files that you need to process for the instance you are considering to decommission, make sure to disable auditing and decommissioning your server only after processing these backlogged audit trace files. For additional information on how to process backlogged trace files, please contact Idera Support.