Overview
At times, administrators may be unable to generate support information as the web administration shows error message server not responding when clicking on Support Information.
This article provides an alternative way to retrieve Support Information on Windows, Linux, and Mac.
Prerequisites
Access to Kerio Connect Webadmin and server.
Process
Windows
Support information can be manually generated. To do so:
- Open Windows Powershell as Administrator.
- Run the following commands one by one.
Make sure to copy the output of each command to a TXT file.msinfo32
Get-Content "C:\Program Files\Kerio\MailServer\store\logs\audit.log" | select -Last 100
Get-Content "C:\Program Files\Kerio\MailServer\store\logs\error.log" | select -Last 100
Get-Content "C:\Program Files\Kerio\MailServer\store\logs\warning.log" | select -Last 100
Get-Content "C:\Program Files\Kerio\MailServer\store\logs\security.log" | select -Last 100
Get-Content "C:\Program Files\Kerio\MailServer\store\logs\operations.log" | select -Last 100
ipconfig /all
net start
netstat -ano
Tasklist
Linux/macOS
- Open the Terminal as a root (Administrator) user:
sudo su - root
- Navigate to the installation folder. Defaults are:
Linux:cd /opt/kerio/mailserver
macOS:cd /usr/local/kerio/mailserver
- Run the following commands:
Make sure to copy the output of each command to a TXT file.
- Version Check
grep -rin 'remoteupgradeversion' mailserver.cfg | cat
- Licensing Info
grep 'Base-ID' license/license.key | cat
- System Information
hostnamectl
(Linux)sw_vers
(macOS) - Last 100 entries for logs:
tail -n 100 store/logs/error.log
tail -n 100 store/logs/warning.log
tail -n 100 store/logs/security.log
tail -n 100 store/logs/operations.log
- IP address configuration
ifconfig -a
- Network statistics
netstat -an
- Input/Output stats
iostat
- The system uptime
uptime
- Disk info
df - h
- Dmesg information
sh -c dmesg | tail -n 100
- Version Check
Then you can provide the retrieved information to the Support Team for further investigation.
Additional Information
Below are the alternative paths to find the generated Support Information:
- Windows:
C:\Program Files\Kerio\MailServer\store\tmp\download\username_domain\<hash_number>
- MacOS:
/usr/local/kerio/mailserver/store/tmp/download/username_domain/<hash_number>
- Linux:
/opt/kerio/mailserver/store/tmp/download/username_domain/<hash_number>
Hash number is a 10-digit random number, similar to the following one: 4cd94fb597.