...
- Copy the Snare binary to your Snare installation e.g. c:\program files\snaremssql
- Ensure you have administrator rights, open a command prompt and browse to the directory where the setup program is stored.
- To install the SnareMSSQL application with the options specified in the mysettings.INF file, and not display any pop-up windows and create installation log files, run the file:
Snare-MSSQL-Agent-v
{Version}-
multiarch{Architecture}
.exe /verysilent /suppressmsgboxes /reinstall /LoadInf="mysettings.inf" /SnarePass="TG7Syk1ryEo=" /Log="c:\temp\mylogfile"
This option is suitable for packaging and non-interactive installations.
For deployment in a failover cluster scenario, this command only needs to be run on one node by an account with administrator privileges that extends to all nodes in the cluster. - To install the agent using the network configuration settings allowing access to the remote control interface with password set:
Snare-MSSQL-Agent-v
/usehostip=1 /destination=10.1.1.1 /destport=514 /sockettype=0 /reinstall /verysilent /remoteallow=1 /accesskey=mypassword{Version}-
multiarch{Architecture}
.exe
...