To get debug logs:
- Enable SSH on the DSVA to access the command line interface remotely over this protocol:
- Go to the Center Server client and access the DSVA console.
- Press ALT + F2 to open the non-graphical interface.
- Enter the password, which is "dsva" by default. This opens the command line interface.
- Execute the command appropriate for your version:
- For Deep Security 10.0 and above: sudo systemctl start sshd.service
- For Deep Security 9.6 and below: sudo /etc/init.d/sshd start
- Temporarily disable the firewall in the DSVA Security Profile.
- Connect to the DSVA via Putty. You can use signal to increase and decrease the debug level.
- Change directory to /var/log/.
- Copy the messages and/or syslog files as requested by Trend Micro Technical Support. You can use the following:
For Windows, you can use:
- For Windows, choose between WinSCP and pscp.exe (PuttySCP).
- For Linux, cmdline scp is available by default.
After gathering the log files, do the following:
- Enable the firewall in the DSVA security profile again.
- Stop the SSH server on the DSVA by issuing the appropriate command below:
- For Deep Security 10.0 and above: sudo systemctl stop sshd.service
- For Deep Security 9.6 and below: sudo /etc/init.d/sshd stop