Use the following syntax to perform a silent installation of the IDERA SQL Compliance Manager Agent for versions 5.4 and later.

msiexec /i "C:\Idera Install Kit\SQLcomplianceAgent-x64.msi" /l*v InstallAgent.log COLLECT_SERVER="IderaCollectionServerName" INSTANCE="AgentSQLServerInstanceName" TRACE_DIRECTORY="C:\Program Files\Idera\SQLcompliance\AgentTraceFiles" SERVICEUSERNAME="Domain\Username" PASSWORD="!mySec@tP@55w0rD" STARTSERVICE="TRUE" SILENT="1" /qb+

Associated parameters include:

ParameterDescription
COLLECT_SERVERThe machine where the Collection server is installed and where you want to collect audited data.
INSTANCEThe SQL Server instance name where you want to install the Agent.
TRACE_DIRECTORYThe Agent trace file directory where you want to generate the trace files on the Agent server.
SERVICEUSERNAMEThe Windows service account used to run the Agent service. This account must be local admin and have sa rights to the monitored SQL Server.
PASSWORDThe password for the service account.
STARTSERVICEDenotes whether to start the service.
SILENTIndicates to the installer that it is installed silently.

The login and password must be encrypted strings. On IDERA SQL Compliance Manager 3.0 and later, you can encrypt the login and password using the encrypt command on the command line to get an encrypted version of the string that can then be used:

sqlcmcmd encrypt THESTRING


IDERA Website | Products | Buy | Support | Community | About Us | Resources | Legal

  • No labels