Versions Compared

Key

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

...

Code Block
> net stop snare
> snarecore -c -d9 > my-debug.log 2>&1
 (where my-debug.log is the name given to your file output)

...

Code Block
> net stop epilog
> epilog -d9 > my-debug.log 2>&1
 (where my-debug.log is the name given to your file output)

...

Code Block
> net stop snaremssql
> snaremssql -c -d9 > my-debug.log 2>&1   [on standalone]
or
> snaremssql -s  > my-debug.log 2>&1   [to specify instance if on cluster]
 (where my-debug.log is the name given to your file output)

...

For the SAM that runs inside of Snare Central you will need to login to the CLI of Snare Central using the snare credentials then exit to the shell then sudo -s to the root prompt. You will need to stop the snaream service if it is still running either via the kill command or running “service snare stop” to stop all snare services. Be sure to cd to the /data/snare Snare location where the program lives then run

...