When a Linux system experiences a kernel panic or unexpected reboot, diagnostic files (like vmcore) are required to identify the root cause. This is important for investigating conflicts with other software.
sudo tar cvfz /var/tmp/$HOSTNAME-CrashLogs.tgz /var/crash sudo tar cvfz /var/tmp/$HOSTNAME-SystemLogs.tgz /var/log
cd /opt/bit9/bin sudo ./b9cli --capture /var/tmp/$HOSTNAME-AgentLogs.tgz
uname -a