Versions Compared

Key

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

...

Code Block
> net stop snaream.exe
> snareAM.exe -c -d9 > my-samdebug.log 2>&1
Let this run for a few minutes and do testing and then Ctrl-C to stop the log.
> net start snaream.exe

Attach the output file to the support ticket.

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 location where the program lives then run

Code Block
> service snare stop 
> snareAM -c -d9 > my-samdebug.log 2>&1
Let this run for a few minutes and do testing and then Ctrl-C to stop the log.
> service snare restart