Versions Compared

Key

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

...

  1. Copy the Snare binary to your Snare installation e.g. c:\program files\snaremssql
  2. Ensure you have administrator rights, open a command prompt and browse to the directory where the setup program is stored.
  3. 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.
  4. To install the agent using the network configuration settings allowing access to the remote control interface with password set: 
    Snare-MSSQL-Agent-v{Version}-multiarch{Architecture}.exe /usehostip=1 /destination=10.1.1.1 /destport=514 /sockettype=0 /reinstall /verysilent /remoteallow=1 /accesskey=mypassword

...