Troubleshooting Sophos UTM’s Remote Log Archive Feature


To totally unlock this section you need to Log-in


Login

Sophos UTM’s Remote Log Archive feature gives you access to historical data for reporting on previous incidents.

After configuring the Remote Log Archive feature, you should check the shared folder the next day for new log files, as Sophos UTM’s archive procedure occurs at midnight each night. If no files have been copied, or if you can’t wait until midnight to test, here is a useful test procedure.

Testing and Troubleshooting the Remote Log Archive

Unfortunately, there is no handy Test button to verify if your remote log archive is working correctly. The troubleshooting process below is a little lengthy, but not difficult, and gives you a command you can run to test the log archive process.

Step 1 – Enable Shell Access On The Sophos UTM

First of all, you need to get to the command line of the Sophos UTM and the way to do this is to enable shell access.

  • From the UTM Management interface select Management | System Settings and select the Shell Access tab
  • Toggle the switch in the top right to turn on Shell Access.
  • Under Allowed Networks, specify the Internal Network and click Apply
  • For Authentication check Allow password authentication and click Apply
  • For Shell user passwords specify and repeat a password for loginuser and click Set specified password.

Troubleshooting Sophos UTM’s Remote Log Archive Feature

Step 2 – SSH to the Sophos UTM and Test

You will execute this on the Sophos UTM and then check for the output file in your file share.

  1. Use an SSH tool of choice (such as putty) and connect to your Sophos UTM.
  2. Log in with the username loginuser and specify the password you specified earlier.
  3. Execute the following command to test the archive operation.
logarchiver.plx -t -d 15

This will force the Sophos UTM to attempt to create small text file in the remote log archive location. The output from the command is quite verbose but provides you with relevant information as to why the remote log archive process has succeeded or failed.

We hope this helps anyone having issues with the Sophos UTM’s Remote Log Archive feature. Good luck!